|
22 | 22 | <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
23 | 23 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
24 | 24 | <meta name="theme-color" content="#238636" /> |
| 25 | + |
| 26 | + <!-- Primary Meta Tags --> |
| 27 | + <title>NPM Version Popularity | Compare Package Version Downloads</title> |
| 28 | + <meta |
| 29 | + name="title" |
| 30 | + content="NPM Version Popularity | Compare Package Version Downloads" |
| 31 | + /> |
25 | 32 | <meta |
26 | 33 | name="description" |
27 | | - content="Check download counts and popularity of npm package versions" |
| 34 | + content="Check download counts and popularity of npm package versions. Find which versions are most used and make informed dependency decisions for your projects." |
| 35 | + /> |
| 36 | + <meta |
| 37 | + name="keywords" |
| 38 | + content="npm, package, version, downloads, popularity, semver, nodejs, javascript, dependencies" |
| 39 | + /> |
| 40 | + <meta name="author" content="NPM Version Popularity" /> |
| 41 | + |
| 42 | + <!-- Open Graph / Facebook --> |
| 43 | + <meta property="og:type" content="website" /> |
| 44 | + <meta |
| 45 | + property="og:url" |
| 46 | + content="https://wctiger.github.io/npm-version-popularity/" |
| 47 | + /> |
| 48 | + <meta |
| 49 | + property="og:title" |
| 50 | + content="NPM Version Popularity | Compare Package Version Downloads" |
| 51 | + /> |
| 52 | + <meta |
| 53 | + property="og:description" |
| 54 | + content="Check download counts and popularity of npm package versions. Find which versions are most used and make informed dependency decisions." |
| 55 | + /> |
| 56 | + <meta |
| 57 | + property="og:image" |
| 58 | + content="https://wctiger.github.io/npm-version-popularity/og-image.png" |
| 59 | + /> |
| 60 | + |
| 61 | + <!-- Twitter --> |
| 62 | + <meta property="twitter:card" content="summary_large_image" /> |
| 63 | + <meta |
| 64 | + property="twitter:url" |
| 65 | + content="https://wctiger.github.io/npm-version-popularity/" |
| 66 | + /> |
| 67 | + <meta |
| 68 | + property="twitter:title" |
| 69 | + content="NPM Version Popularity | Compare Package Version Downloads" |
| 70 | + /> |
| 71 | + <meta |
| 72 | + property="twitter:description" |
| 73 | + content="Check download counts and popularity of npm package versions. Find which versions are most used and make informed dependency decisions." |
| 74 | + /> |
| 75 | + <meta |
| 76 | + property="twitter:image" |
| 77 | + content="https://wctiger.github.io/npm-version-popularity/og-image.png" |
| 78 | + /> |
| 79 | + |
| 80 | + <!-- Canonical URL --> |
| 81 | + <link |
| 82 | + rel="canonical" |
| 83 | + href="https://wctiger.github.io/npm-version-popularity/" |
28 | 84 | /> |
29 | | - <title>NPM Version Popularity</title> |
30 | 85 | </head> |
31 | 86 | <body> |
32 | 87 | <div id="root"></div> |
|
0 commit comments