-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (82 loc) · 3.2 KB
/
index.html
File metadata and controls
86 lines (82 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/svg+xml"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/><polyline points='7 10 12 15 17 10'/><line x1='12' y1='15' x2='12' y2='3'/></svg>"
/>
<!-- Google Fonts: Inter -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Primary Meta Tags -->
<title>FastUnduh - Professional Social Media Downloader</title>
<meta
name="title"
content="FastUnduh - Professional Social Media Downloader"
/>
<meta
name="description"
content="Download high-quality content from any platform. No watermarks. No complexity. Just paste the link and save your media in seconds."
/>
<meta
name="keywords"
content="download video, youtube downloader, tiktok downloader, instagram downloader, fastunduh, tanpa iklan, gratis"
/>
<meta name="author" content="FastUnduh Team" />
<meta name="theme-color" content="#ffffff" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fastunduh.busines.biz.id/" />
<meta
property="og:title"
content="FastUnduh - Download Video Cepat & Gratis Tanpa Iklan ⚡"
/>
<meta
property="og:description"
content="Download video dari YouTube, Instagram, TikTok, dan lainnya dengan kecepatan kilat. Gratis, aman, tanpa iklan."
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://fastunduh.busines.biz.id/" />
<meta
property="twitter:title"
content="FastUnduh - Download Video Cepat & Gratis Tanpa Iklan ⚡"
/>
<meta
property="twitter:description"
content="Download video dari YouTube, Instagram, TikTok, dan lainnya dengan kecepatan kilat. Gratis, aman, tanpa iklan."
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/client/main.js"></script>
<script>
// Structured Data for SEO (SoftwareApplication)
const schema = {
"@context": "https://schema.org",
"@type": "SoftwareApplication",
name: "FastUnduh",
applicationCategory: "MultimediaApplication",
operatingSystem: "Web",
offers: {
"@type": "Offer",
price: "0",
priceCurrency: "IDR",
},
description:
"Aplikasi web untuk mengunduh video dari berbagai platform sosial media dengan cepat dan tanpa iklan.",
};
const script = document.createElement("script");
script.type = "application/ld+json";
script.text = JSON.stringify(schema);
document.head.appendChild(script);
</script>
</body>
</html>