|
27 | 27 | <meta property="og:image:height" content="357">
|
28 | 28 | <meta property="og:image:alt" content="NGINX Unit logo" />
|
29 | 29 | <!-- 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 | + |
31 | 55 |
|
32 | 56 | <style>
|
33 | 57 | /* open-sans-regular - latin_latin-ext */
|
|
0 commit comments