mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
chore: improve SEO
This commit is contained in:
@@ -21,7 +21,11 @@
|
||||
property="og:description"
|
||||
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:type" content="website" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
@@ -34,9 +38,15 @@
|
||||
name="twitter:description"
|
||||
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" />
|
||||
<title>DownLink</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user