-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (83 loc) · 4.3 KB
/
index.html
File metadata and controls
88 lines (83 loc) · 4.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/webdevtoys.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebDevToys - 31 Free Developer Tools: Encoders, Formatters, Generators & Testers</title>
<meta name="description" content="Free collection of 31 essential developer tools including Base64/URL/JWT encoders, JSON/SQL/XML formatters, password/UUID generators, regex/XPath testers, and text utilities. No installation required, privacy-first, mobile-friendly." />
<meta name="keywords" content="developer tools, base64 encoder, url encoder, jwt decoder, json formatter, sql formatter, xml formatter, hash generator, password generator, uuid generator, regex tester, xpath tester, cron parser, date converter, qr code generator, text compare, markdown preview, color blindness simulator, image converter, text analyzer, list compare, lorem ipsum generator, gzip compression, certificate decoder, json to yaml, number base converter, html entity encoder, jsonpath tester" />
<meta name="author" content="WebDevToys" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://webdevtoys.444666.best" />
<meta property="og:title" content="WebDevToys - 31 Free Developer Tools: Encoders, Formatters, Generators & Testers" />
<meta property="og:description" content="Free collection of 31 essential developer tools including encoders, formatters, generators, and testers. Privacy-first, no installation required." />
<meta property="og:image" content="https://webdevtoys.444666.best/webdevtoys-large.svg" />
<meta property="og:site_name" content="WebDevToys" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://webdevtoys.444666.best" />
<meta name="twitter:title" content="WebDevToys - 31 Free Developer Tools" />
<meta name="twitter:description" content="Free collection of 31 essential developer tools for encoding, formatting, generating, and testing. Privacy-first, mobile-friendly." />
<meta name="twitter:image" content="https://webdevtoys.444666.best/webdevtoys-large.svg" />
<!-- Additional SEO -->
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<meta name="theme-color" content="#1a1a1a" />
<link rel="canonical" href="https://webdevtoys.444666.best" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "WebDevToys",
"description": "A comprehensive collection of 31 free developer utility tools for encoding/decoding, data conversion, formatting, generation, and testing.",
"url": "https://webdevtoys.444666.best",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Base64 Text Encoder/Decoder",
"QR Code Generator & Scanner",
"URL Encoder/Decoder",
"JWT Token Decoder",
"JSON/SQL/XML Formatter",
"Hash/Password/UUID Generator",
"RegEx/XPath/JSONPath Tester",
"Text Compare & Analyzer",
"Cron Parser",
"Date Converter",
"Image Converter",
"Color Blindness Simulator",
"Markdown Preview",
"And 18+ more tools"
],
"browserRequirements": "Requires JavaScript. Works on Chrome 90+, Firefox 88+, Safari 14+, Edge 90+",
"softwareVersion": "1.0.0",
"author": {
"@type": "Organization",
"name": "WebDevToys"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5.0",
"ratingCount": "1"
}
}
</script>
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2468504567860505"
crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>