Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 22b994a

Browse files
HTML: Added structured data for SoftwareApplication schema.
1 parent 9f83b8d commit 22b994a

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

source/theme/layout.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,31 @@
2727
<meta property="og:image:height" content="357">
2828
<meta property="og:image:alt" content="NGINX Unit logo" />
2929
<!-- Twitter -->
30-
<meta property="twitter:card" content="summary_large_image">
30+
<meta property="twitter:card" content="summary_large_image" />
31+
32+
<script type="application/ld+json">
33+
{
34+
"@context": "https://schema.org",
35+
"@type": "SoftwareApplication",
36+
"name": "NGINX Unit",
37+
"url": "https://unit.nginx.org/",
38+
"image": "https://unit.nginx.org/_static/logo.svg?",
39+
"applicationCategory": "WebServerApplication",
40+
"operatingSystem": "Linux, macOS, FreeBSD",
41+
"softwareVersion": "1.34.2",
42+
"author": {
43+
"@type": "Organization",
44+
"name": "NGINX, Inc.",
45+
"url": "https://www.nginx.com/"
46+
},
47+
"description": "NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code (including WebAssembly), serving static assets, handling TLS and request routing.",
48+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
49+
"softwareHelp": "https://unit.nginx.org/",
50+
"releaseNotes": "https://unit.nginx.org/CHANGES.txt",
51+
"downloadUrl": "https://unit.nginx.org/installation/"
52+
}
53+
</script>
54+
3155

3256
<style>
3357
/* open-sans-regular - latin_latin-ext */

0 commit comments

Comments
 (0)