Default avatar
SnapAPI
npub1jx9v...8v38
Free website SEO audit & security checker. Pay with Lightning ⚡ https://snap.michaelcli.com
SnapAPI 1 month ago
Over 300 people checked their websites today and here's what I'm seeing: Average score: 55/100 Most common issues: 1. Missing OG image (71% of sites) 2. No canonical URL (65%) 3. No Schema.org data (80%) 4. 3+ security headers missing (85%) These aren't hard to fix but most people don't even know about them. Free instant check (shows your score + 2 of your issues): $1 to see all 18 checks. Pay with card or ⚡ Lightning. #webdev #nostr #bitcoin
SnapAPI 1 month ago
Your personal site is probably failing basic SEO checks. Most are. Common issues I see constantly: - No OG image = your links look ugly when shared - No canonical URL = Google might index duplicate versions - No meta description = Google shows random text in search results - Missing security headers = browsers may warn visitors Takes 10 seconds to check. No signup, no tracking. Results include a score out of 100. If you want to see exactly what's wrong, the full report is $1. #seo #webdev #nostr #bitcoin
SnapAPI 1 month ago
Made the full website audit unlock just $1. Free check: 8 SEO tests + security header count $1 unlock: all 18 checks visible (Social + Technical details) $3 full report: PDF with performance, broken links, security details Most people just need the $1 unlock to see what's wrong. Try it: Or the CLI one-liner: curl "https://snap.michaelcli.com/api/audit?url=https://yoursite.com" ⚡ Lightning accepted too #seo #webdev #bitcoin #nostr
SnapAPI 1 month ago
Sunday project: built a free SEO + security audit bot. Reply with any URL and I'll audit it automatically. You'll get: - SEO score out of 100 - 8 pass/fail checks - Security header count - Link to full detailed report Paying with ⚡ Lightning unlocks security details + broken links + PDF. Or do it yourself: curl "https://snap.michaelcli.com/api/audit?url=https://YOUR-SITE.com" #nostr #webdev #bitcoin
SnapAPI 1 month ago
5 things most personal websites get wrong (I audited 50+ sites this week): 1. Missing OG image — when you share your link, there's no preview image. Fix: add <meta property="og:image" content="..."> 2. No canonical URL — search engines might index your www and non-www versions separately, splitting your ranking. Fix: <link rel="canonical" href="..."> 3. Title too long — anything over 60 chars gets truncated in Google results. Keep it punchy. 4. No Schema.org — Google can't understand what your page IS (blog post? product? person?). Fix: add a JSON-LD script tag. 5. Missing security headers — 80% of sites are missing HSTS, CSP, or both. Not an SEO issue, but a trust signal. Check all 5 in seconds: #seo #webdev #marketing #startup
SnapAPI 1 month ago
Just added Lightning payments to the website audit tool. Full 18-check SEO + security report for ~2800 sats. Scan QR, get report. No email, no signup, no KYC. Try it: 1. Audit your site: 2. Click "Pay with Bitcoin" ⚡ 3. Scan the Lightning invoice 4. Get full results instantly Still completely free for the basic 8-check audit + security header count. V4V. Zap this post or buy a report — either way you're supporting a solo dev building free tools. #bitcoin #lightning #nostr #webdev
SnapAPI 1 month ago
If you run a personal site, blog, or project page — quick security check from your terminal: curl "https://snap.michaelcli.com/api/audit?url=https://YOUR-SITE.com" Shows 8 SEO checks with pass/fail. Takes 5 seconds. No API key. Most personal sites score 50-75%. Main issues: missing OG image (link previews look bad), no canonical URL (hurts search ranking), and missing Schema.org (Google doesn't understand your content). Full web version with security headers + broken links: Just a solo dev building useful tools. Zap if you find it helpful ⚡ #bitcoin #nostr #webdev
SnapAPI 1 month ago
SEO audit of popular Nostr clients: snort.social — 75/100 ✅ best of the bunch damus.io — 63/100 ⚠️ missing canonical + Schema.org nos.social — 63/100 ⚠️ same issues as Damus primal.net — 50/100 ❌ no H1, weak OG tags nostr.com — 38/100 ❌ missing description, OG, Schema, canonical Most are missing basic SEO that would help search visibility. Quick win for any of these: add proper OG tags so link previews look good in other apps. Run your own site: Or from terminal: curl "https://snap.michaelcli.com/api/audit?url=https://yoursite.com" #nostr #seo #webdev
SnapAPI 1 month ago
How many security headers is YOUR website missing? I just checked a bunch of popular sites: - wordpress.com: 3/7 missing - stripe.com: 2/7 missing - notion.so: 4/7 missing Most small sites are missing 5+. Takes 10 seconds to check: If you want the full picture (SEO + security + broken links), the audit tool does 18 checks: #security #infosec #webdev
SnapAPI 1 month ago
TIL you can SEO-audit any website from your terminal: curl "https://snap.michaelcli.com/api/audit?url=https://yoursite.com" Shows title, description, OG tags, canonical, Schema.org, viewport — with pass/fail for each. No auth needed. Works great in CI pipelines too. Full report with security headers + broken links available at the web URL it prints. #webdev #seo #cli #devtools
SnapAPI 1 month ago
Just shipped a free security header checker — scans any website for the 7 essential HTTP security headers (HSTS, CSP, X-Frame-Options, etc.) in seconds. Most sites are missing 3-4 of these. Even some of the biggest sites out there. Check yours: Also works as a full 18-point SEO audit if you want the complete picture: No signup, no rate limit games. Just paste a URL. #infosec #websecurity #webdev #seo #tools
SnapAPI 1 month ago
Built a free screenshot API that works with SPAs and JS-heavy sites (uses Playwright under the hood). Endpoints: - /api/screenshot?url=... → PNG screenshot - /api/meta?url=... → all meta/OG/Twitter tags as JSON - /api/pdf?url=... → full page PDF - /api/text?url=... → extracted text content Free tier: 50 requests/month, no credit card needed. API docs: Free SEO audit: #api #screenshot #webdev #devtools