Files
DownLink/frontend/public/index.html
Arkaprabha Chakraborty 9f32e7eecc Chore: SEO optimization
2024-08-16 00:23:36 +05:30

48 lines
1.7 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="https://dl.arkorty.xyz/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Download videos from YouTube and Instagram with ease."
/>
<meta
name="keywords"
content="DownLink, video downloader, YouTube downloader, Instagram downloader"
/>
<meta name="author" content="DownLink" />
<!-- Open Graph tags for social media -->
<meta property="og:title" content="DownLink" />
<meta
property="og:description"
content="Download videos from YouTube and Instagram with ease."
/>
<meta property="og:image" content="https://dl.arkorty.xyz/og-image.png" />
<meta property="og:url" content="https://dl.arkorty.xyz" />
<meta property="og:type" content="website" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter card tags for Twitter sharing -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DownLink" />
<meta
name="twitter:description"
content="Download videos from YouTube and Instagram with ease."
/>
<meta name="twitter:image" content="https://dl.arkorty.xyz/logo512.png" />
<link rel="apple-touch-icon" href="https://dl.arkorty.xyz/logo192.png" />
<link rel="manifest" href="https://dl.arkorty.xyz/manifest.json" />
<title>DownLink</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>