Skip to content

Commit 10d8ecd

Browse files
committed
πŸš€[Feat]: Add OG tags
1 parent 4bd8663 commit 10d8ecd

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

β€Žfrontend/syntaxmeets/public/index.html

+17-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,23 @@
55
<link rel="icon" type="image/png" href="./siteimages/smlogo.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8-
<meta
9-
name="description"
10-
content="Syntaxmeets. Create rooms 🏠 Call your friends πŸ‘¬πŸΌ Sip Chai, β˜• Chat, Create, and CodeπŸ‘¨β€πŸ’». A coding platform to code simultaneously πŸš€ with your friends and design your algorithms on SyntaxPad.πŸ’«βœ¨"
11-
/>
8+
<meta name="description" content="What is SyntaxMeets? πŸš€
9+
SyntaxMeets is a real-time, collaborative coding platform πŸ‘¬πŸΌ to group with other members and code. A user can create/join a room 🏠. A Code Editor with 19 language support and 10+ themes, code compiler, Drawing pad 🎨 to de..." itemProp="description" />
10+
<meta property="og:title" content="SyntaxMeets - The curious Saga πŸ’«" itemProp="name" />
11+
<meta property="og:url" content="http://syntaxmeets.vercel.app" />
12+
<meta name="image" property="og:image" content="https://raw.githubusercontent.com/kothariji/SyntaxMeets/master/frontend/syntaxmeets/src/images/ogimage.png" itemProp="image" />
13+
<meta property="og:description" content="What is SyntaxMeets? πŸš€
14+
SyntaxMeets is a real-time, collaborative coding platform πŸ‘¬πŸΌ to group with other members and code. A user can create/join a room 🏠. A Code Editor with 19 language support and 10+ themes, code compiler, Drawing pad 🎨 to de..." />
15+
<meta name="twitter:card" content="summary_large_image" />
16+
<meta name="twitter:title" content="SyntaxMeets - The curious Saga πŸ’«" />
17+
<meta name="twitter:description" content="What is SyntaxMeets? πŸš€
18+
19+
SyntaxMeets is a real-time, collaborative coding platform πŸ‘¬πŸΌ to group with other members and code. A user can create/join a room 🏠. A Code Editor with 19 language support and 10+ themes, code compiler, Drawing pad 🎨 to de..." />
20+
<meta name="twitter:image" content="https://raw.githubusercontent.com/kothariji/SyntaxMeets/master/frontend/syntaxmeets/src/images/ogimage.png" />
21+
<meta name="twitter:creator" content="@_kothariji" />
22+
<meta name="twitter:site" content="@_kothariji" />
23+
<meta property="fb:app_id" content="176729339340246" />
24+
<link rel="canonical" href="http://syntaxmeets.vercel.app" />
1225
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1326
<link rel="preconnect" href="https://fonts.gstatic.com" />
1427
<link

0 commit comments

Comments
Β (0)