mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
add meta tags
This commit is contained in:
parent
e3d79e0d2b
commit
eec999bf0a
@ -38,6 +38,29 @@ class MyDocument extends Document {
|
|||||||
return (
|
return (
|
||||||
<Html lang="en">
|
<Html lang="en">
|
||||||
<Head>
|
<Head>
|
||||||
|
<meta name="title" content="JSON Visio" />
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Simple visualization tool for your JSON data. No forced structure, paste your JSON data and view it instantly."
|
||||||
|
/>
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://jsonvisio.com/" />
|
||||||
|
<meta property="og:title" content="JSON Visio" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Simple visualization tool for your JSON data. No forced structure, paste your JSON data and view it instantly."
|
||||||
|
/>
|
||||||
|
<meta property="og:image" content="https://jsonvisio.com/image.png" />
|
||||||
|
|
||||||
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
|
<meta property="twitter:url" content="https://jsonvisio.com/" />
|
||||||
|
<meta property="twitter:title" content="JSON Visio" />
|
||||||
|
<meta
|
||||||
|
property="twitter:description"
|
||||||
|
content="Simple visualization tool for your JSON data. No forced structure, paste your JSON data and view it instantly."
|
||||||
|
/>
|
||||||
|
<meta property="twitter:image" content="https://jsonvisio.com/image.png" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link
|
<link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user