-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (59 loc) · 2.25 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<link rel="manifest" href="/manifest.json" />
<title>FileJedi | Free Online Video Converter & Compressor</title>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.filejedi.com/" />
<meta
name="description"
content="FileJedi is your go-to online video converter and compressor. Convert and compress videos for free, with no ads, no limits, and no need to download software. Support for MP4, AVI, MKV, and more."
/>
<meta
name="keywords"
content="FileJedi, video converter, online video converter, free video conversion, compress video, convert mp4, mkv, webm, wmv"
/>
<meta name="theme-color" content="#F6F6EF" />
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"
/>
<link rel="icon" type="image/svg+xml" href="/assets/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph (for Social Media) -->
<meta
property="og:title"
content="FileJedi | Free Online Video Converter & Compressor"
/>
<meta
property="og:description"
content="Convert and compress videos for free with FileJedi. No ads, no limits, and no software download needed. Supports MP4, AVI, MKV, WMV, and more."
/>
<meta
property="og:image"
content="https://www.filejedi.com/assets/og-image.jpg"
/>
<meta property="og:url" content="https://www.filejedi.com/" />
<meta property="og:type" content="website" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "FileJedi",
"url": "https://www.filejedi.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.filejedi.com/search?query={search_term_string}",
"query-input": "required name=search_term_string"
},
"image": "https://www.filejedi.com/assets/logo.png",
"description": "FileJedi is your go-to online video converter and compressor. Convert and compress videos for free, with support for multiple formats including MP4, MKV, AVI, WMV, and more."
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>