|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | | - <link rel="icon" type="image/svg+xml" href="/chatsconnect.png" /> |
6 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>ChatsConnect</title> |
| 6 | + |
| 7 | + <!-- Primary Meta Tags --> |
| 8 | + <title>ChatsConnect – Real-Time Chat & Video Call App</title> |
| 9 | + <meta name="title" content="ChatsConnect – Real-Time Chat & Video Call App" /> |
| 10 | + <meta name="description" content="ChatsConnect is a modern real-time chat application with group messaging, video calls, AI smart replies, and more. Connect with friends instantly." /> |
| 11 | + <meta name="keywords" content="ChatsConnect, chats connect, real-time chat, messaging app, group chat, video call, AI chat, online chat app" /> |
| 12 | + <meta name="author" content="Aditya Raut" /> |
| 13 | + <meta name="robots" content="index, follow" /> |
| 14 | + <link rel="canonical" href="https://www.chatsconnect.tech/" /> |
| 15 | + |
| 16 | + <!-- Open Graph / Facebook --> |
| 17 | + <meta property="og:type" content="website" /> |
| 18 | + <meta property="og:url" content="https://www.chatsconnect.tech/" /> |
| 19 | + <meta property="og:title" content="ChatsConnect – Real-Time Chat & Video Call App" /> |
| 20 | + <meta property="og:description" content="ChatsConnect is a modern real-time chat application with group messaging, video calls, AI smart replies, and more. Connect with friends instantly." /> |
| 21 | + <meta property="og:image" content="https://www.chatsconnect.tech/chatsconnect.png" /> |
| 22 | + <meta property="og:image:width" content="1200" /> |
| 23 | + <meta property="og:image:height" content="630" /> |
| 24 | + <meta property="og:site_name" content="ChatsConnect" /> |
| 25 | + |
| 26 | + <!-- Twitter --> |
| 27 | + <meta name="twitter:card" content="summary_large_image" /> |
| 28 | + <meta name="twitter:url" content="https://www.chatsconnect.tech/" /> |
| 29 | + <meta name="twitter:title" content="ChatsConnect – Real-Time Chat & Video Call App" /> |
| 30 | + <meta name="twitter:description" content="ChatsConnect is a modern real-time chat application with group messaging, video calls, AI smart replies, and more. Connect with friends instantly." /> |
| 31 | + <meta name="twitter:image" content="https://www.chatsconnect.tech/chatsconnect.png" /> |
| 32 | + |
| 33 | + <!-- Favicon --> |
| 34 | + <link rel="icon" type="image/png" href="/chatsconnect.png" /> |
| 35 | + <link rel="apple-touch-icon" href="/chatsconnect.png" /> |
| 36 | + |
| 37 | + <!-- JSON-LD Structured Data --> |
| 38 | + <script type="application/ld+json"> |
| 39 | + { |
| 40 | + "@context": "https://schema.org", |
| 41 | + "@type": "WebApplication", |
| 42 | + "name": "ChatsConnect", |
| 43 | + "url": "https://www.chatsconnect.tech", |
| 44 | + "description": "ChatsConnect is a modern real-time chat application with group messaging, video calls, AI smart replies, and more.", |
| 45 | + "applicationCategory": "CommunicationApplication", |
| 46 | + "operatingSystem": "Web", |
| 47 | + "author": { |
| 48 | + "@type": "Person", |
| 49 | + "name": "Aditya Raut", |
| 50 | + "url": "https://github.com/adity1raut" |
| 51 | + }, |
| 52 | + "codeRepository": "https://github.com/adity1raut/ChatsConnect", |
| 53 | + "offers": { |
| 54 | + "@type": "Offer", |
| 55 | + "price": "0", |
| 56 | + "priceCurrency": "USD" |
| 57 | + } |
| 58 | + } |
| 59 | + </script> |
8 | 60 | </head> |
9 | 61 | <body> |
10 | 62 | <div id="root"></div> |
|
0 commit comments