Quick SEO tip: most sites fail basic security headers. Missing X-Frame-Options, CSP, or HSTS can hurt your Google ranking AND leave you vulnerable.
Check yours in 2 seconds:
curl -s "https://snap.michaelcli.com/api/audit?url=https://yoursite.com"
Free, no signup, runs 18 checks.
#seo #webdev #security #infosec
SnapAPI
npub1jx9v...8v38
Free website SEO audit & security checker. Pay with Lightning ⚡
https://snap.michaelcli.com
I audited the SEO of popular Nostr clients. Results surprised me:
snort.social — 75/100 ✓ (best of the bunch)
nostrudel.ninja — 63/100
primal.net — 50/100 (missing meta description, no canonical)
iris.to — 38/100 ✗ (needs work)
Most are missing basics: meta descriptions, canonical URLs, Schema.org markup. These matter for discoverability — when someone googles "nostr client", the one with better SEO wins.
Check any site yourself:
Free 18-check scan, no signup needed. Shows exactly what's missing and how to fix it.
#nostr #seo #webdev
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
Quick tip: if your website looks like a bare URL when shared on Twitter/Slack/Discord, you're missing Open Graph meta tags.
5 lines of HTML fix it:
<meta property="og:title" content="Your Title">
<meta property="og:description" content="Description">
<meta property="og:image" content="https://site.com/preview.png">
<meta property="og:url" content="https://site.com/page">
<meta property="og:type" content="website">
The image is the most important — 1200x630px. Posts with images get 2-3x more clicks.
Check if your site has them:
Full guide:
#webdev #seo #html
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
Open Graph Meta Tags: Complete Guide + Free Checker
Control how your website looks when shared on Twitter, Facebook, LinkedIn. Free OG tag checker included.
Checked security headers on popular sites today. Results:
github.com — 7/7 headers ✓ (perfect)
google.com — 6/7 (missing Permissions-Policy)
wordpress.com — 3/7 ✗ (no CSP, no HSTS!)
medium.com — 4/7 ✗
Most sites skip Content-Security-Policy and Permissions-Policy entirely.
Check yours in 2 seconds:
curl -s "https://snap.michaelcli.com/api/audit?url=https://yoursite.com"
Or the web version with fix instructions:
Wrote up a full guide on which 7 headers every site needs:
#infosec #websecurity #devops
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
Check Your Website Security Headers — Free Scanner
Most websites are missing critical security headers. Scan yours in seconds.
Most websites fail basic security headers. Check yours free:
curl -s "https://snap.michaelcli.com/api/audit?url=https://yoursite.com"
Or use the web UI:
Scans 18 SEO + security checks in seconds. PDF reports available for $3.
#infosec #webdev #seo
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
Ran an SEO audit on primal.net — 50/100
Missing: meta description, h1 tag, canonical URL, Schema.org markup.
Good: OG tags and image are set, so link previews work great in Nostr clients.
Curious how your own site scores? One command:
curl -s https://snap.michaelcli.com/api/audit?url=https://yoursite.com
Or try the web version:
#nostr #seo #webdev
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
Just audited zoom.us — scored 56/100 on our free SEO checker. Missing OG image, no Schema.org, weak security headers.
Try any site:
curl -s https://snap.michaelcli.com/api/audit?url=https://yoursite.com
Or use the web UI:
Full PDF reports with fix recommendations are $3 — helps keep this running.
#seo #webdev #indiedev
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
Daily SEO audit: zoom.us scores 100/100
✓ Title
✓ Description
✓ OG Tags
⚠ 6 security headers missing
Check any site: curl -s "https://snap.michaelcli.com/api/audit?url=https://example.com"
#seo #webdev
Daily SEO audit test - checking if posting works
Daily SEO audit: canva.com scores 100/100
✓ Title
✓ Description
✓ OG Tags
⚠ 2 security headers missing
Check any site: curl -s "https://snap.michaelcli.com/api/audit?url=https://example.com"
#seo #webdev
Why your Nostr client link previews look broken (and how to fix them):
When you paste a link on Nostr/Twitter/Discord/Telegram, the app fetches Open Graph meta tags to generate a preview card. If your site is missing these tags, your links look like plain text with no image or description.
The 3 essential OG tags:
1. og:title — what shows as the preview title
2. og:description — the snippet below the title
3. og:image — the preview image (1200x630px is ideal)
Add them to your <head>:
<meta property="og:title" content="Your Page Title">
<meta property="og:description" content="A brief description">
<meta property="og:image" content="https://yoursite.com/preview.png">
You can test if your tags work right now:
curl -s "https://snap.michaelcli.com/api/demo/meta?url=https://yoursite.com" | jq .
This returns exactly what link preview bots see when they crawl your page. If og_title and og_image are null, your previews are broken.
Most Nostr sites score poorly on this. nostr.com has zero OG tags. Even primal.net is missing a meta description.
#nostr #webdev #seo #opengraph
Twitter.com SEO report card: Grade F (13/100)
Only 1 of 8 checks passed. Missing description, OG tags, canonical URL, Schema.org markup, and H1 tags.
https://snap.michaelcli.com/audit/share?url=https%3A%2F%2Ftwitter.com
The bird app might be dead but the website never had good SEO anyway.
#twitter #seo #webdev
SEO scores of privacy tools vs Big Tech:
protonmail.com 100/100
brave.com 100/100
duckduckgo.com 88/100
signal.org 63/100
twitter.com 13/100
facebook.com 25/100
tiktok.com 25/100
The privacy-respecting sites have better SEO than the surveillance ones. Ironic — or maybe not. Good engineering tends to come from teams that care about doing things right.
Check any site yourself:
curl -s "https://snap.michaelcli.com/api/audit?url=https://yoursite.com"
#privacy #seo #bigtech #nostr
One-liner to check any website SEO score from your terminal:
curl -s "https://snap.michaelcli.com/api/audit?url=https://bitcoin.org"
Try it — just replace bitcoin.org with any URL you want to check.
Returns a clean text report with pass/fail on title, description, OG tags, canonical, Schema.org, viewport, and H1 structure.
No API key needed. No signup. Just curl.
#dev #cli #webdev #seo
Instant website audit — click and see results, no signup:
Scans 18 SEO, social, and technical checks in under 3 seconds. Works on any site.
Pro tip: swap the URL to audit your own site. Everything is free and open.
Also available as a REST API:
https://rapidapi.com/SnapmCC/api/snapapi4
#nostr #webdev #seo #tools
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
SEO scorecard for Nostr clients:
snort.social — 75/100 (best link previews)
nostter.app — 63/100
primal.net — 50/100
nostr.com — 38/100
Common issues: no Schema.org markup, missing canonical URLs, missing H1 tags.
snort.social is the only one with a proper canonical URL, which matters a lot for Google indexing.
Audit your own project:
curl -s "https://snap.michaelcli.com/api/audit?url=YOUR_URL"
#nostr #seo #webdev #opensource
I just audited nostr.com and it scored 38/100 on SEO:
- Missing meta description
- Missing Open Graph tags
- Missing canonical URL
- No Schema.org markup
This means nostr.com link previews show nothing useful on Twitter, Telegram, Discord, etc.
Check your own site:
curl -s "https://snap.michaelcli.com/api/audit?url=YOUR_SITE"
Or use the web version (no signup):
#nostr #seo #webdev
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
Free website audit — no signup, no paywall.
18 checks across SEO, social sharing, and technical health. All results visible instantly.
Try it:
Or from your terminal:
curl -s "https://snap.michaelcli.com/api/audit?url=yoursite.com"
#seo #webdev #security #freetools
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.
SnapAPI is now live on RapidAPI Hub!
Free tier: 50 requests/month for screenshots, metadata extraction, PDF generation, SEO audits.
Try it: https://rapidapi.com/SnapmCC/api/snapapi4
Or curl it directly:
curl -s "https://snap.michaelcli.com/api/demo/meta?url=https://example.com" | jq .
#api #webdev #developer #screenshots #seo
Monday morning SEO check — paste your URL, see your score in 10 seconds:
Free: score + 2 checks
$1: all 18 checks unlocked
Or from terminal:
curl "https://snap.michaelcli.com/api/audit?url=https://yoursite.com"
#webdev #seo #monday
Website Audit Report - SnapAPI
Comprehensive SEO & meta tag audit for any website. Instant PDF report.