Skip to content

Commit

Permalink
πŸš€[Feat]: Add OG tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kothariji committed Apr 5, 2021
1 parent 4bd8663 commit 10d8ecd
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions frontend/syntaxmeets/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@
<link rel="icon" type="image/png" href="./siteimages/smlogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
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.πŸ’«βœ¨"
/>
<meta name="description" content="What is SyntaxMeets? πŸš€
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" />
<meta property="og:title" content="SyntaxMeets - The curious Saga πŸ’«" itemProp="name" />
<meta property="og:url" content="http://syntaxmeets.vercel.app" />
<meta name="image" property="og:image" content="https://raw.githubusercontent.com/kothariji/SyntaxMeets/master/frontend/syntaxmeets/src/images/ogimage.png" itemProp="image" />
<meta property="og:description" content="What is SyntaxMeets? πŸš€
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..." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SyntaxMeets - The curious Saga πŸ’«" />
<meta name="twitter:description" content="What is SyntaxMeets? πŸš€
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..." />
<meta name="twitter:image" content="https://raw.githubusercontent.com/kothariji/SyntaxMeets/master/frontend/syntaxmeets/src/images/ogimage.png" />
<meta name="twitter:creator" content="@_kothariji" />
<meta name="twitter:site" content="@_kothariji" />
<meta property="fb:app_id" content="176729339340246" />
<link rel="canonical" href="http://syntaxmeets.vercel.app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
Expand Down

1 comment on commit 10d8ecd

@vercel
Copy link

@vercel vercel bot commented on 10d8ecd Apr 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.