|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <link rel="shortcut icon" href="%sveltekit.assets%/favicon.ico" /> |
6 | | - <title>Internet Identity</title> |
| 6 | + <title> |
| 7 | + Internet Identity is the login service for the Internet Computer, a fully |
| 8 | + decentralized, privacy-preserving, secure, passwordless, biometric |
| 9 | + authentication service for ICP applications, powered by blockchain |
| 10 | + cryptography. |
| 11 | + </title> |
7 | 12 | <meta |
8 | 13 | name="viewport" |
9 | 14 | content="width=device-width, initial-scale=1, viewport-fit=cover" |
10 | 15 | /> |
11 | | - <link rel="canonical" href="https://identity.internetcomputer.org/" /> |
| 16 | + <meta |
| 17 | + name="description" |
| 18 | + content="Internet Identity is the authentication service on ICP enabling real privacy, with quick, safe and hassle-free sign-in" |
| 19 | + /> |
| 20 | + <meta name="robots" content="index, follow" /> |
| 21 | + <meta |
| 22 | + name="keywords" |
| 23 | + content="Internet Identity, Internet Computer, ICP, DFINITY, authentication, digital identity, blockchain identity, decentralized identity, Web3 authentication, passwordless login, biometric authentication, secure login, privacy-focused identity, decentralized authentication, blockchain security, Web3 identity, cryptographic identity" |
| 24 | + /> |
| 25 | + <meta property="og:title" content="Internet Identity" /> |
| 26 | + <meta |
| 27 | + property="og:description" |
| 28 | + content="Internet Identity is the authentication service on ICP enabling real privacy, with quick, safe and hassle-free sign-in" |
| 29 | + /> |
| 30 | + <meta property="og:type" content="website" /> |
| 31 | + <meta property="og:url" content="https://id.ai/" /> |
| 32 | + <meta property="og:image" content="https://id.ai/social-image.png" /> |
| 33 | + <meta name="twitter:card" content="summary_large_image" /> |
| 34 | + <meta name="twitter:image" content="https://id.ai/social-image.png" /> |
| 35 | + <meta name="twitter:title" content="Internet Identity" /> |
| 36 | + <meta |
| 37 | + name="twitter:description" |
| 38 | + content="Internet Identity is the authentication service on ICP enabling real privacy, with quick, safe and hassle-free sign-in" |
| 39 | + /> |
| 40 | + <meta name="twitter:creator" content="@dfinity" /> |
| 41 | + <link rel="canonical" href="https://id.ai/" /> |
12 | 42 | %sveltekit.head% |
13 | 43 | </head> |
| 44 | + |
14 | 45 | <body data-sveltekit-preload-data="hover"> |
15 | 46 | <div style="display: contents">%sveltekit.body%</div> |
16 | 47 | </body> |
|
0 commit comments