chore: improve SEO

This commit is contained in:
Arkaprabha Chakraborty
2024-11-24 18:02:45 +05:30
parent 8a47a29d90
commit 178784fa36

View File

@@ -21,7 +21,11 @@
property="og:description" property="og:description"
content="Download videos from YouTube and Instagram with ease." content="Download videos from YouTube and Instagram with ease."
/> />
<meta property="og:image" content="https://downlink.webark.in/og-image.png" /> <meta
property="og:image"
content="https://downlink.webark.in/og-image.png"
/>
<meta property="og:site_name" content="DownLink" />
<meta property="og:url" content="https://downlink.webark.in" /> <meta property="og:url" content="https://downlink.webark.in" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:image:width" content="1200" /> <meta property="og:image:width" content="1200" />
@@ -34,9 +38,15 @@
name="twitter:description" name="twitter:description"
content="Download videos from YouTube and Instagram with ease." content="Download videos from YouTube and Instagram with ease."
/> />
<meta name="twitter:image" content="https://downlink.webark.in/twitter-card.png" /> <meta
name="twitter:image"
content="https://downlink.webark.in/twitter-card.png"
/>
<link rel="apple-touch-icon" href="https://downlink.webark.in/logo192.png" /> <link
rel="apple-touch-icon"
href="https://downlink.webark.in/logo192.png"
/>
<link rel="manifest" href="https://downlink.webark.in/manifest.json" /> <link rel="manifest" href="https://downlink.webark.in/manifest.json" />
<title>DownLink</title> <title>DownLink</title>
</head> </head>