|
3 | 3 |
|
4 | 4 | <head> |
5 | 5 | <meta charset="UTF-8"> |
6 | | - <title>fast-gateway</title> |
| 6 | + <title>fast-gateway — Zero-Dependency Node.js API Gateway</title> |
7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
8 | 8 | <meta name="description" content="A super fast, framework agnostic, Node.js API Gateway for the masses!"> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> |
| 10 | + <meta name="keywords" content="API gateway, Node.js, zero-dependency, HTTP, REST, microservices, proxy, routing, middleware"> |
| 11 | + <meta name="author" content="21no.de"> |
| 12 | + <meta name="theme-color" content="#0a0a0b"> |
| 13 | + <link rel="canonical" href="https://fgw.21no.de"> |
| 14 | + <link rel="icon" type="image/png" href="https://21no.de/logo-v2.png"> |
| 15 | + <meta property="og:type" content="website"> |
| 16 | + <meta property="og:url" content="https://fgw.21no.de"> |
| 17 | + <meta property="og:title" content="fast-gateway — Zero-Dependency Node.js API Gateway"> |
| 18 | + <meta property="og:description" content="A super fast, framework agnostic, Node.js API Gateway for the masses!"> |
| 19 | + <meta property="og:image" content="https://21no.de/logo-v2.png"> |
| 20 | + <meta property="og:image:width" content="512"> |
| 21 | + <meta property="og:image:height" content="512"> |
| 22 | + <meta property="og:image:alt" content="21no.de logo"> |
| 23 | + <meta property="og:site_name" content="fast-gateway"> |
| 24 | + <meta property="og:locale" content="en_US"> |
| 25 | + <meta name="twitter:card" content="summary"> |
| 26 | + <meta name="twitter:title" content="fast-gateway — Zero-Dependency Node.js API Gateway"> |
| 27 | + <meta name="twitter:description" content="A super fast, framework agnostic, Node.js API Gateway for the masses!"> |
| 28 | + <meta name="twitter:image" content="https://21no.de/logo-v2.png"> |
| 29 | + <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' cdn.jsdelivr.net unpkg.com www.googletagmanager.com cdn.cookie-script.com; style-src 'self' 'unsafe-inline' cdn.jsdelivr.net fonts.googleapis.com; img-src 'self' data: https: cdn.jsdelivr.net; font-src 'self' fonts.gstatic.com; connect-src 'self' https:; frame-src 'none'; object-src 'none'; base-uri 'self'; form-action 'self'"> |
10 | 30 | <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"> |
11 | 31 | <link href="https://fonts.googleapis.com/css?family=Outfit" rel="stylesheet"> |
12 | 32 |
|
|
17 | 37 | } |
18 | 38 |
|
19 | 39 | </style> |
| 40 | +<script type="application/ld+json"> |
| 41 | +{ |
| 42 | + "@context": "https://schema.org", |
| 43 | + "@type": ["Organization", "WebSite"], |
| 44 | + "name": "fast-gateway", |
| 45 | + "url": "https://fgw.21no.de", |
| 46 | + "description": "A super fast, framework agnostic, Node.js API Gateway for the masses!", |
| 47 | + "image": "https://21no.de/logo-v2.png", |
| 48 | + "publisher": { |
| 49 | + "@type": "Organization", |
| 50 | + "name": "21no.de", |
| 51 | + "url": "https://21no.de" |
| 52 | + } |
| 53 | +} |
| 54 | +</script> |
20 | 55 | </head> |
21 | 56 |
|
22 | 57 | <body> |
|
0 commit comments