Skip to content

Commit 49ef515

Browse files
SEO improvements: JSON-LD structured data, OG/Twitter meta tags, canonical URLs, updated sitemap
1 parent 6f2c20b commit 49ef515

3 files changed

Lines changed: 80 additions & 1 deletion

File tree

index.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,55 @@
99
<meta property="og:title" content="DevToolbox — Free Online Developer Utilities">
1010
<meta property="og:description" content="20+ free developer tools in your browser. No signup, no tracking, no ads.">
1111
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://mellowmarshall.github.io/devtoolbox/">
13+
<meta property="og:image" content="https://mellowmarshall.github.io/devtoolbox/og-image.png">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="DevToolbox — Free Online Developer Utilities">
16+
<meta name="twitter:description" content="20+ free developer tools in your browser. No signup, no tracking, no ads.">
17+
<link rel="canonical" href="https://mellowmarshall.github.io/devtoolbox/">
18+
<script type="application/ld+json">
19+
{
20+
"@context": "https://schema.org",
21+
"@type": "WebApplication",
22+
"name": "DevToolbox",
23+
"url": "https://mellowmarshall.github.io/devtoolbox/",
24+
"description": "20+ free online developer tools: JSON formatter, Base64 encoder, UUID generator, regex tester, JWT decoder, and more. No signup, no tracking.",
25+
"applicationCategory": "DeveloperApplication",
26+
"operatingSystem": "Web Browser",
27+
"offers": {
28+
"@type": "Offer",
29+
"price": "0",
30+
"priceCurrency": "USD"
31+
},
32+
"author": {
33+
"@type": "Organization",
34+
"name": "DevTools Market",
35+
"url": "https://devtoolsmarket.gumroad.com"
36+
},
37+
"featureList": [
38+
"JSON Formatter & Validator",
39+
"Base64 Encoder/Decoder",
40+
"UUID Generator",
41+
"Hash Generator (MD5, SHA-256)",
42+
"JWT Decoder",
43+
"Regex Tester",
44+
"Color Converter",
45+
"Unix Timestamp Converter",
46+
"URL Encoder/Decoder",
47+
"Lorem Ipsum Generator",
48+
"Markdown Preview",
49+
"CSS Minifier",
50+
"HTML Entity Encoder",
51+
"Number Base Converter",
52+
"Cron Expression Parser",
53+
"YAML to JSON Converter",
54+
"Diff Checker",
55+
"String Case Converter",
56+
"QR Code Generator",
57+
"Password Generator"
58+
]
59+
}
60+
</script>
1261
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔧</text></svg>">
1362
<script src="https://gumroad.com/js/gumroad.js"></script>
1463
<style>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<loc>https://mellowmarshall.github.io/devtoolbox/store.html</loc>
1111
<lastmod>2026-03-20</lastmod>
1212
<changefreq>weekly</changefreq>
13-
<priority>0.8</priority>
13+
<priority>0.9</priority>
1414
</url>
1515
</urlset>

store.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,36 @@
99
<meta property="og:title" content="DevToolbox Store — Premium Developer Resources">
1010
<meta property="og:description" content="Battle-tested cheatsheets and tools for professional developers. From $3.">
1111
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://mellowmarshall.github.io/devtoolbox/store.html">
13+
<meta name="twitter:card" content="summary_large_image">
14+
<meta name="twitter:title" content="DevToolbox Store — Premium Developer Resources">
15+
<meta name="twitter:description" content="Battle-tested cheatsheets and tools for professional developers. From $3.">
16+
<link rel="canonical" href="https://mellowmarshall.github.io/devtoolbox/store.html">
17+
<script type="application/ld+json">
18+
{
19+
"@context": "https://schema.org",
20+
"@type": "CollectionPage",
21+
"name": "DevToolbox Store",
22+
"description": "Premium developer cheatsheets, prompt packs, and productivity tools. Instant PDF download.",
23+
"url": "https://mellowmarshall.github.io/devtoolbox/store.html",
24+
"mainEntity": {
25+
"@type": "ItemList",
26+
"numberOfItems": 10,
27+
"itemListElement": [
28+
{"@type": "Product", "name": "Prompt Engineering Mega Pack", "offers": {"@type": "Offer", "price": "4.99", "priceCurrency": "USD"}},
29+
{"@type": "Product", "name": "Git Power User Cheatsheet", "offers": {"@type": "Offer", "price": "3.99", "priceCurrency": "USD"}},
30+
{"@type": "Product", "name": "Docker Compose Cheatsheet", "offers": {"@type": "Offer", "price": "2.99", "priceCurrency": "USD"}},
31+
{"@type": "Product", "name": "Regex Mastery Cheatsheet", "offers": {"@type": "Offer", "price": "3.99", "priceCurrency": "USD"}},
32+
{"@type": "Product", "name": "Linux CLI Essential Reference", "offers": {"@type": "Offer", "price": "4.99", "priceCurrency": "USD"}},
33+
{"@type": "Product", "name": "VS Code Productivity Guide", "offers": {"@type": "Offer", "price": "3.99", "priceCurrency": "USD"}},
34+
{"@type": "Product", "name": "Shell Scripting Cookbook", "offers": {"@type": "Offer", "price": "4.99", "priceCurrency": "USD"}},
35+
{"@type": "Product", "name": "API Design Patterns Guide", "offers": {"@type": "Offer", "price": "4.99", "priceCurrency": "USD"}},
36+
{"@type": "Product", "name": "SQL Query Optimization Guide", "offers": {"@type": "Offer", "price": "3.99", "priceCurrency": "USD"}},
37+
{"@type": "Product", "name": "Python One-Liners Reference", "offers": {"@type": "Offer", "price": "2.99", "priceCurrency": "USD"}}
38+
]
39+
}
40+
}
41+
</script>
1242
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🛒</text></svg>">
1343
<script src="https://gumroad.com/js/gumroad.js"></script>
1444
<style>

0 commit comments

Comments
 (0)