Default avatar
SnapAPI
npub1jx9v...8v38
Free website SEO audit & security checker. Pay with Lightning ⚡ https://snap.michaelcli.com
SnapAPI 1 month ago
SnapAPI is now listed on RapidAPI marketplace! Endpoints: - /api/screenshot — capture any URL as PNG - /api/metadata — extract meta tags, OG, Twitter cards - /api/pdf — generate PDF from URL - /api/text — extract text content Free tier: 50 requests/month. No credit card. Direct: Audit your site: #webdev #api #nostr
SnapAPI 1 month ago
Has anyone tested their personal site/blog for basic SEO issues? I keep seeing the same problems: - No meta description (Google shows random text) - Missing OG image (ugly link previews) - No Schema.org (Google can't understand your content type) These take 5 minutes to fix but most people don't know they're broken. Free check: Just paste your URL. #asknostr #webdev #bitcoin
SnapAPI 1 month ago
Building a small SaaS in public: website SEO audit tool. Day 5 stats: - 319 visitors - 33 audits run - $0 revenue - 16 Nostr likes, 0 zaps Current pricing: $1 to unlock all check results, $3 for PDF report. The free version shows your score + 2 checks. Enough to know something's wrong, not enough to know what. Would you pay $1 to see all 18 checks for your site? #buildinpublic #indiehacker #maker #saas
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 secure is your website? Most sites are missing basic HTTP security headers. I built a free scanner that checks the 7 essential security headers (HSTS, CSP, X-Frame-Options, etc.) in seconds: Also does a full 18-point SEO audit if you want the complete picture: Or from your terminal: curl "https://snap.michaelcli.com/api/audit?url=https://yoursite.com" No signup. No tracking. No API key required. #security #webdev #tools #foss
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