|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <link rel="icon" type="image/svg+xml" href="/react-tools/react-red.webp" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>React tools</title> |
| 7 | + <!-- Primary Meta Tags --> |
| 8 | + <title>React Tools</title> |
| 9 | + <meta name="author" content="Andrea Cosentino"> |
| 10 | + <meta name="description" content="A collection of Hooks, Components, Utilities and Types for React"> |
| 11 | + <meta name="google-site-verification" content="KH1Ev2g2Ff7vK1e6y7jUo82CDQRU7pl7kHBMMdm3ILg" /> |
| 12 | + <meta name="keywords" content="react, tools, custom, hooks"> |
| 13 | + <meta name="language" content="English"> |
| 14 | + <!-- <meta name="robots" content="index, follow">--> |
| 15 | + <meta name="title" content="React Tools"> |
| 16 | + <meta name="robots" content="index, follow"> |
| 17 | + <meta name="revisit-after" content="3 days"> |
| 18 | + <meta http-equiv="Reply-to" content="admin@ndria.dev"> |
| 19 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 20 | + |
| 21 | + <!-- Open Graph / Facebook --> |
| 22 | + <meta property="og:type" content="website"> |
| 23 | + <meta property="og:url" content="https://ndriadev.github.io/react-tools/"> |
| 24 | + <meta property="og:title" content="React Tools"> |
| 25 | + <meta property="og:description" content="A collection of Hooks, Components, Utilities and Types for React"> |
| 26 | + <meta property="og:image" content="/react-red.webp"> |
| 27 | + |
| 28 | + <!-- Twitter --> |
| 29 | + <meta property="twitter:card" content="summary_large_image"> |
| 30 | + <meta property="twitter:url" content="https://ndriadev.github.io/react-tools/"> |
| 31 | + <meta property="twitter:title" content="React Tools"> |
| 32 | + <meta property="twitter:description" content="A collection of Hooks, Components, Utilities and Types for React"> |
| 33 | + <meta property="twitter:image" content="/react-red.webp"> |
8 | 34 | <script type="module" crossorigin src="/react-tools/assets/index-t7AdqrYD.js"></script> |
9 | 35 | <link rel="stylesheet" crossorigin href="/react-tools/assets/index-81s9do9M.css"> |
10 | 36 | </head> |
|
0 commit comments