General
What is MetaSnap?
Is it free? Do I need to sign up?
Does MetaSnap store the URLs I check?
Meta Tags
What is the ideal length for a meta title and description?
Titles work best at 50–60 characters so they don't get truncated in Google's results. Meta descriptions should be around 120–160 characters.
MetaSnap shows live character counts and an Optimal / OK / Too short / Too long indicator as you type.
What size should an Open Graph (og:image) be?
1200×630 pixels (1.91:1 aspect ratio) is the sweet spot. It works for
Facebook, LinkedIn, Slack, WhatsApp, and X (Twitter summary_large_image).
Keep the file under 1 MB and use JPEG or PNG.
Why do my meta tags show different content than what I set?
Some platforms aggressively cache previews. To force a re-fetch:
- Facebook → Sharing Debugger
- X / Twitter → Card Validator
- LinkedIn → Post Inspector
MetaSnap always pulls a fresh copy on every audit.
Why do I need a separate twitter:image when I already have og:image?
og:image when twitter:image is
missing. The only reason to set both is when you want a different image specifically for X —
for example a tighter 2:1 crop instead of the standard 1.91:1 OG image.
What is JSON-LD and do I really need it?
WebSite schema you can extend.
SEO Audit
What does the SEO audit check?
The audit runs 15+ checks:
- Title length & meta description length
- og:image, twitter:image, favicon, apple-touch-icon
- Canonical URL, html lang, viewport, robots (and noindex detection)
- H1 heading count, JSON-LD structured data
- og:site_name, og:type, twitter:card
Each check returns a pass / improve / fail status with a fix suggestion.
How is the score calculated?
How are the title and description suggestions generated?
Tech & API
Does MetaSnap render JavaScript?
Can I use MetaSnap's API?
Yes. Two endpoints:
POST /api/scrape— Body{ "url": "https://..." }returns scraped meta tags as JSON.POST /api/audit— Same body, returns full audit with score, grade, checks, suggestions, and an optimised meta tag bundle.
Both are free and unrate-limited.
What's the tech stack?
Backend: FastAPI + httpx + BeautifulSoup on Python.
Frontend: vanilla HTML, CSS, JavaScript.
Hosting: Docker on Hugging Face Spaces.