Chore: SEO optimization

This commit is contained in:
Arkaprabha Chakraborty
2024-08-15 18:01:19 +05:30
parent 68b13dcbef
commit 9f32e7eecc
4 changed files with 32 additions and 5 deletions

View File

@@ -1,16 +1,43 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<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="DownLink is a YouTube downloader that allows you to download videos from YouTube with ease."
content="Download videos from YouTube and Instagram with ease."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB