mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
Chore: SEO optimization
This commit is contained in:
@@ -1,16 +1,43 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<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="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
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" />
|
<meta
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
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>
|
<title>DownLink</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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 |
BIN
frontend/public/og-image.png
Normal file
BIN
frontend/public/og-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user