-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
243 lines (228 loc) · 10.6 KB
/
index.html
File metadata and controls
243 lines (228 loc) · 10.6 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script>
(function () {
// Check if we have a saved redirect path
const redirectPath = sessionStorage.getItem('redirectPath');
if (redirectPath) {
// Clear the redirect path from sessionStorage
sessionStorage.removeItem('redirectPath');
// Push the saved path to the history
window.history.pushState(null, null, redirectPath);
}
})();
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://web-tools.romitagl.com/",
"name": "Web Tools by romitagl.com",
"description": "100% free, private web tools for merging and compressing PDFs, generating QR codes, Video Speed Controller, subnet calculation, and more - all without uploading your data.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://web-tools.romitagl.com/?search={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Primary Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Free Web Tools: PDF Merger, PDF Compressor, QR Code Generator & More</title>
<meta name="description" content="100% free and private web tools for merging PDFs, compressing PDFs, generating QR codes, formatting code, and more. Everything runs locally in your browser." />
<meta name="keywords" content="free web tools, pdf merger, pdf compressor, qr code generator, compress pdf online, merge pdf online, browser-based tools, privacy-first tools" />
<meta name="author" content="romitagl.com" />
<!-- Add meta tag for robots -->
<meta name="robots" content="index, follow" />
<!-- Add meta tag for Google-specific directives (optional) -->
<meta name="googlebot" content="index, follow" />
<!-- Add meta tag for Bing-specific directives (optional) -->
<meta name="msvalidate.01" content="75531E0D2C3A9316F3B6E45C4BE7F32B" />
<!-- Ensure proper base tag is set -->
<base href="/" />
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://web-tools.romitagl.com/" />
<meta property="og:title" content="Free Web Tools: PDF Merger, PDF Compressor, QR Code Generator & More" />
<meta property="og:description" content="100% free and private web tools for merging PDFs, compressing PDFs, generating QR codes, formatting code, and more. Everything runs locally in your browser." />
<meta property="og:image" content="https://web-tools.romitagl.com/og-image.jpg" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://web-tools.romitagl.com/" />
<meta name="twitter:title" content="Free Web Tools: PDF Merger, PDF Compressor, QR Code Generator & More" />
<meta name="twitter:description" content="100% free and private web tools for merging PDFs, compressing PDFs, generating QR codes, formatting code, and more. Everything runs locally in your browser." />
<meta name="twitter:image" content="https://web-tools.romitagl.com/og-image.jpg" />
<!-- Preload assets -->
<link rel="preload" href="/assets/react-vendor.js" as="script" crossorigin="anonymous">
<link rel="preload" href="/assets/main.css" as="style">
<link rel="preload" href="/images/webtools-logo.svg" as="image" type="image/svg+xml">
<!-- Canonical URL -->
<link rel="canonical" href="https://web-tools.romitagl.com%REQUEST_PATH%" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/images/webtools-logo.svg" />
<!-- Consider adding dynamic meta tags for each route -->
<!-- This requires server-side rendering or build-time generation -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://romitagl.com/",
"name": "Essential Web Tools & Resources - romitagl.com",
"description": "Free, private web tools including PDF merging, PDF compression, QR code generation, video speed control, subnet calculation, code formatting & more. All processing happens client-side for maximum privacy.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://romitagl.com/?search={search_term_string}",
"query-input": "required name=search_term_string"
},
"author": {
"@type": "Person",
"name": "romitagl"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
},
"applicationCategory": "WebApplication",
"hasPart": [
{
"@type": "SoftwareApplication",
"name": "PDF & Image Merger",
"applicationCategory": "UtilityApplication",
"operatingSystem": "Web browser",
"description": "Combine multiple PDFs and images into a single document. Perfect for creating comprehensive documentation and presentations.",
"url": "https://web-tools.romitagl.com/pdf-merger/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
}
},
{
"@type": "SoftwareApplication",
"name": "PDF Compressor",
"applicationCategory": "UtilityApplication",
"operatingSystem": "Web browser",
"description": "Reduce the size of scanned and image-heavy PDF files directly in your browser for easier sharing while keeping your files private.",
"url": "https://web-tools.romitagl.com/pdf-compressor/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
}
},
{
"@type": "SoftwareApplication",
"name": "QR Code Generator",
"applicationCategory": "UtilityApplication",
"operatingSystem": "Web browser",
"description": "Create scannable QR codes for WiFi, contact info, URLs, and text. Perfect for Airbnb hosts, hotels, and vacation rentals.",
"url": "https://web-tools.romitagl.com/qr-code-tool/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
}
},
{
"@type": "SoftwareApplication",
"name": "Video Speed Controller",
"applicationCategory": "UtilityApplication",
"operatingSystem": "Web browser",
"description": "Modify video playback speed to create slow-motion or time-lapse effects. Perfect for creating dramatic effects or speeding up tutorials.",
"url": "https://web-tools.romitagl.com/video-speed-controller/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
},
"featureList": [
"Slow motion effects (0.25x - 0.5x speed)",
"Fast motion & time-lapse (1.5x - 4x speed)",
"Multiple output formats (WebM, MP4, GIF)",
"Complete browser-based processing"
]
},
{
"@type": "SoftwareApplication",
"name": "CIDR Calculator",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web browser",
"description": "Calculate network addresses, broadcast addresses, and IP ranges for network planning and troubleshooting.",
"url": "https://web-tools.romitagl.com/cidr-calculator/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
}
},
{
"@type": "SoftwareApplication",
"name": "Code Formatter",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web browser",
"description": "Format and beautify your code with support for HTML, CSS, JavaScript, and other popular languages.",
"url": "https://web-tools.romitagl.com/code-formatter/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
}
},
{
"@type": "SoftwareApplication",
"name": "Base64 Encoder/Decoder",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web browser",
"description": "Convert text or binary data to and from Base64 encoding for web applications and data transfer.",
"url": "https://web-tools.romitagl.com/base64-encoder-decoder/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
}
},
{
"@type": "SoftwareApplication",
"name": "Website Scraper",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web browser",
"description": "Archive websites locally by saving HTML, CSS, JavaScript, and images into a downloadable ZIP file.",
"url": "https://web-tools.romitagl.com/website-scraper/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR"
}
}
]
}
</script>
<script id="route-schema" type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","url":"https://web-tools.romitagl.com/","name":"Web Tools by romitagl.com","description":"Free, private web tools including PDF merging, PDF compression, QR code generation, code formatting, and more.","potentialAction":{"@type":"SearchAction","target":"https://web-tools.romitagl.com/?search={search_term_string}","query-input":"required name=search_term_string"}}</script>
<script>
// Ensure correct canonical URL for all pages
(function() {
const canonicalTag = document.querySelector('link[rel="canonical"]');
if (canonicalTag) {
const path = window.location.pathname;
// Only update if needed
if (canonicalTag.href.includes('%REQUEST_PATH%')) {
// Handle special case for homepage
const normalizedPath = path === '/' ? '' : (path.endsWith('/') ? path : `${path}/`);
const canonicalUrl = canonicalTag.href.replace('%REQUEST_PATH%', normalizedPath);
canonicalTag.href = canonicalUrl;
}
}
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "56bbcffb75794a2093c1dc8ab13dd3be"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>