Skip to content

Commit

Permalink
Add rest of and twitter meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sithumonline committed Apr 24, 2024
1 parent 8d61795 commit 8ccc83e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,29 @@
property="og:image"
content="https://i.postimg.cc/0j4kzL6L/banner.png"
/>
<meta
property="og:image:alt"
content="JSON X - Visualize, Parse and Format JSON"
/>
<meta property="og:site_name" content="Json X" />
<meta
property="og:description"
content="A tool to visualize, format and parse large, complex JSON objects with ease."
/>
<meta
property="twitter:image:src"
content="https://i.postimg.cc/0j4kzL6L/banner.png"
/>
<meta name="twitter:site" content="@sithumonline" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="JSON X - Visualize, Parse and Format JSON"
/>
<meta
name="twitter:description"
content="A tool to visualize, format and parse large, complex JSON objects with ease."
/>
<link
rel="manifest"
href="site.webmanifest"
Expand Down

0 comments on commit 8ccc83e

Please sign in to comment.