-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (48 loc) · 2.29 KB
/
index.html
File metadata and controls
55 lines (48 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Screen Recorder - Record & Download Your Screen Easily</title>
<meta name="description" content="A simple and powerful screen recorder that allows you to capture, download, and share your screen recordings instantly. No software installation required!">
<meta name="keywords" content="screen recorder, screen recording, video capture, record screen online, free screen recorder, download screen video">
<meta name="author" content="PixelThemes">
<meta name="robots" content="index, follow">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/icon.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Screen Recorder - Record & Download Your Screen Easily">
<meta property="og:description" content="Capture and download your screen recordings with our easy-to-use online screen recorder. No extra software needed!">
<meta property="og:image" content="">
<meta property="og:url" content="">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Screen Recorder - Record & Download Your Screen Easily">
<meta name="twitter:description" content="Easily record and download your screen without any software. Try our free online screen recorder now!">
<meta name="twitter:image" content="">
<!-- Canonical URL -->
<link rel="canonical" href="" />
<!-- Structured Data (JSON-LD for SEO) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Free Screen Recorder",
"description": "An online screen recording tool that lets you capture and download your screen recordings instantly.",
"operatingSystem": "Web-based",
"applicationCategory": "MultimediaApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>