-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (68 loc) · 3.39 KB
/
index.html
File metadata and controls
75 lines (68 loc) · 3.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png" />
<link rel="apple-touch-icon" href="/icon-192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>PDFEdit.live — Free & Private PDF Editor</title>
<meta name="title" content="PDFEdit.live — Free & Private PDF Editor" />
<meta name="description" content="Edit PDFs securely in your browser. No uploads, no servers — your files never leave your device. View, annotate, sign, merge, split, and edit PDFs for free." />
<meta name="keywords" content="PDF editor, free PDF editor, online PDF editor, secure PDF editor, private PDF editor, browser PDF editor, annotate PDF, sign PDF, merge PDF, split PDF" />
<meta name="theme-color" content="#02B7FF" />
<!-- Google Fonts -->
<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&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pdfedit.live/" />
<meta property="og:title" content="PDFEdit.live — Free & Private PDF Editor" />
<meta property="og:description" content="Edit PDFs securely in your browser. No uploads, no servers — your files never leave your device." />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://pdfedit.live/" />
<meta property="twitter:title" content="PDFEdit.live — Free & Private PDF Editor" />
<meta property="twitter:description" content="Edit PDFs securely in your browser. No uploads, no servers — your files never leave your device." />
<!-- Security/Privacy hint for technical users -->
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://pdfedit.live/" />
<link rel="manifest" href="/manifest.json" />
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "PDFEdit.live",
"url": "https://pdfedit.live/",
"description": "Edit PDFs securely in your browser. No uploads, no servers - your files never leave your device. View, annotate, sign, merge, split, and edit PDFs for free.",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Any",
"browserRequirements": "Requires JavaScript. Requires HTML5.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"View PDF files",
"Annotate PDFs",
"Sign documents",
"Merge PDF files",
"Split PDF files",
"Add text and drawings",
"100% client-side processing",
"No file uploads required"
]
}
</script>
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9957520227259670"
crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>