|
9 | 9 | <meta property="og:title" content="DevToolbox Store — Premium Developer Resources"> |
10 | 10 | <meta property="og:description" content="Battle-tested cheatsheets and tools for professional developers. From $3."> |
11 | 11 | <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> |
12 | 42 | <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>"> |
13 | 43 | <script src="https://gumroad.com/js/gumroad.js"></script> |
14 | 44 | <style> |
|
0 commit comments