Skip to content

Commit c92969e

Browse files
committed
Solve
Signed-off-by: Aditya Raut <araut7798@gmail.com>
1 parent cdff62a commit c92969e

3 files changed

Lines changed: 76 additions & 2 deletions

File tree

client/index.html

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,61 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/chatsconnect.png" />
65
<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>
860
</head>
961
<body>
1062
<div id="root"></div>

client/public/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://www.chatsconnect.tech/sitemap.xml

client/public/sitemap.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://www.chatsconnect.tech/</loc>
5+
<changefreq>weekly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
<url>
9+
<loc>https://www.chatsconnect.tech/login</loc>
10+
<changefreq>monthly</changefreq>
11+
<priority>0.9</priority>
12+
</url>
13+
<url>
14+
<loc>https://www.chatsconnect.tech/register</loc>
15+
<changefreq>monthly</changefreq>
16+
<priority>0.8</priority>
17+
</url>
18+
</urlset>

0 commit comments

Comments
 (0)