|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
10 | 10 | <meta name="theme-color" content="rgb(0 122 255)" /> |
11 | 11 |
|
12 | | - <meta name="description" content="React ChatBotify Gallery" /> |
13 | | - <meta name="keywords" content="" /> |
14 | | - <meta property="og:title" content="React ChatBotify Gallery" /> |
15 | | - <meta property="og:image" content="" /> |
16 | | - <meta property="og:description" content="React ChatBotify Gallery" /> |
| 12 | + <meta name="description" content="A flexible, community-driven chatbot library designed to easily create modern, responsive chat experiences for any use case—from FAQ bots to powerful AI integrations." /> |
| 13 | + <meta property="og:title" content="React ChatBotify" /> |
| 14 | + <meta property="og:description" content="A flexible, community-driven chatbot library designed to easily create modern, responsive chat experiences for any use case—from FAQ bots to powerful AI integrations." /> |
| 15 | + <meta property="og:image" content="./public/logo.webp" /> |
| 16 | + <meta property="og:type" content="website" /> |
| 17 | + <meta property="og:url" content="https://react-chatbotify.com" /> |
| 18 | + |
| 19 | + <meta name="twitter:card" content="summary_large_image" /> |
| 20 | + <meta name="twitter:site" content="@reactchatbotify" /> |
| 21 | + <meta name="twitter:title" content="React ChatBotify" /> |
| 22 | + <meta name="twitter:description" content="A flexible, community-driven chatbot library designed to easily create modern, responsive chat experiences for any use case—from FAQ bots to powerful AI integrations." /> |
| 23 | + <meta name="twitter:image" content="./public/logo.webp" /> |
17 | 24 |
|
18 | 25 | <!-- |
19 | 26 | manifest.json provides metadata used when your web app is installed on a |
20 | 27 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
21 | 28 | --> |
22 | 29 | <link rel="manifest" href="/manifest.json" /> |
| 30 | + <link rel="canonical" href="https://react-chatbotify.com/" /> |
23 | 31 | <!-- |
24 | 32 | Notice the use of %PUBLIC_URL% in the tags above. |
25 | 33 | It will be replaced with the URL of the `public` folder during the build. |
|
30 | 38 | Learn how to configure a non-root public URL by running `npm run build`. |
31 | 39 | --> |
32 | 40 |
|
33 | | - <title>React ChatBotify Gallery</title> |
| 41 | + <title>React ChatBotify</title> |
34 | 42 | </head> |
35 | 43 | <body> |
36 | 44 | <noscript>You need to enable JavaScript to run this app.</noscript> |
|
0 commit comments