-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (117 loc) · 4.68 KB
/
index.html
File metadata and controls
125 lines (117 loc) · 4.68 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>
Safe-Web - Privacy-First Browser Extension | Protect Your Digital Privacy
</title>
<meta
name="title"
content="Safe-Web - Privacy-First Browser Extension | Protect Your Digital Privacy"
/>
<meta
name="description"
content="Safe-Web is a powerful browser extension that protects your privacy by masking sensitive information like emails, phone numbers, and personal data while browsing. One-click protection for Chrome, Firefox, Edge, Safari, and Opera."
/>
<meta
name="keywords"
content="browser extension, privacy protection, data masking, secure browsing, privacy tools, information security, sensitive data protection, chrome extension, firefox addon, browser privacy"
/>
<meta name="author" content="IntellWe" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://safeweb.intellwe.com/" />
<meta
property="og:title"
content="Safe-Web - Privacy-First Browser Extension"
/>
<meta
property="og:description"
content="Protect your digital privacy with Safe-Web browser extension. Mask sensitive information, secure your browsing, and take control of your online privacy with one-click protection."
/>
<meta
property="og:image"
content="https://safeweb.intellwe.com/og-image.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Safe-Web" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://safeweb.intellwe.com/" />
<meta
property="twitter:title"
content="Safe-Web - Privacy-First Browser Extension"
/>
<meta
property="twitter:description"
content="Protect your digital privacy with Safe-Web browser extension. Mask sensitive information and secure your browsing experience."
/>
<meta
property="twitter:image"
content="https://safeweb.intellwe.com/og-image.png"
/>
<meta property="twitter:creator" content="@IntellWe" />
<meta property="twitter:site" content="@IntellWe" />
<!-- Additional SEO Meta Tags -->
<meta name="theme-color" content="#0891b2" />
<meta name="msapplication-TileColor" content="#0891b2" />
<meta name="msapplication-navbutton-color" content="#0891b2" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Canonical URL -->
<link rel="canonical" href="https://safeweb.intellwe.com/" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Preconnect for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Safe-Web",
"description": "A privacy-first browser extension that protects sensitive information by masking emails, phone numbers, and personal data while browsing the web.",
"url": "https://safeweb.intellwe.com/",
"author": {
"@type": "Organization",
"name": "IntellWe",
"url": "https://intellwe.com"
},
"applicationCategory": "BrowserApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"ratingCount": "1"
},
"screenshot": "https://safeweb.intellwe.com/og-image.png",
"softwareVersion": "1.0.0",
"datePublished": "2024-01-01",
"downloadUrl": "https://safeweb.intellwe.com/",
"supportedDevice": ["Desktop", "Mobile"],
"browserRequirements": "Chrome, Firefox, Edge, Safari, Opera"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>