How to use Meta Tag Analyzer
The Meta Tag Analyzer fetches a public page and extracts the tags crawlers actually read: title, meta description, canonical, robots, viewport, Open Graph, Twitter/X cards, hreflang, and JSON-LD types. It is the counterpart to the Meta Tag Generator — that tool builds tags from a form; this one shows what is live on the URL. JavaScript is not executed, so you see the first HTML response, which is still the starting point for Googlebot and most other crawlers.
- Paste the page URL. A bare hostname is treated as https://.
- Click Analyze. We fetch the HTML with SSRF protections and a 1 MB cap.
- Read the snippet preview, then the canonical, robots, OG, and Twitter fields.
- Fix anything in the issue list, republish, and re-run the same shareable URL.
- Open the generator if you need to draft replacement tags, or the Website Analyzer for headings and SSL.
What to look for in the snippet
Google typically displays about 50–60 characters of the title and about 150–160 of the description. Longer values are truncated; very short values look thin and get rewritten. One H1 should match the topic of the title. The canonical should be an absolute URL that you actually want indexed — a canonical pointing at a noindex URL or a different template is a common CMS bug. If robots or X-Robots-Tag includes noindex, the rest of the on-page work will not produce a listing until that is removed.
Open Graph versus the HTML title
Search engines primarily use title and meta description. Social platforms primarily use og:title, og:description, and og:image, with twitter:card as a fallback on X. When OG tags are missing, Facebook and LinkedIn often fall back to the HTML title, which is why a page can look fine in Google and wrong in Slack. Set both. Keep og:image at least 1200×630 when you can, and make og:url match the canonical. This analyzer lists the tags; it does not render a pixel-perfect social card — use Open Graph Preview for that.
| Tag | Primary consumer |
|---|---|
| title | Google SERP, browser tab |
| meta description | Google SERP snippet |
| canonical | Duplicate consolidation |
| og:* | Facebook, LinkedIn, Slack |
| twitter:* | X / Twitter cards |
Worked examples
Live homepage tags
Inputs: https://example.com
Result: Title, description, canonical, and OG tags listed
Missing description flagged
Inputs: A page with no meta description
Result: Issue: description missing; SERP preview uses title only
noindex spotted
Inputs: A staging URL with robots noindex
Result: robots field shows noindex before you ship
Glossary
- Open Graph
- Meta tags (og:title, og:description, og:image) that control social-link previews.
- Canonical
- The preferred URL for a page, used to merge duplicates in search.
- noindex
- A robots instruction that asks search engines not to include the URL in the index.
- JSON-LD
- Structured data embedded in a script tag for Schema.org types such as Article or FAQPage.
- hreflang
- Link annotations that tell search engines which language or region version of a URL to show.
Related reading
Frequently Asked Questions
Why use Meta Tag Analyzer?
- Catch a missing canonical or a noindex robots tag before a launch
- See title and description lengths against typical SERP truncation
- Copy the extracted tags as HTML to reuse or compare
- Preview a simple search snippet from the live title and description
Common use cases
- Verify a CMS template is outputting the right title on a new template
- Check Open Graph after a social sharing complaint
- Confirm a canonical is absolute and self-referential
- List JSON-LD types before opening the schema generator
- Compare staging vs production meta without viewing source by hand
Get weekly tool tips & updates
New tools, power-user tips, and productivity hacks — delivered free every Friday.
No spam, ever. Unsubscribe with one click.
Related Developer Tools
Meta Tag Generator
Generate SEO meta tags, Open Graph tags, and Twitter Card tags online. Preview Google search snippet and copy all tags instantly.
Google SERP Snippet Preview
Preview how your page title, meta description, and URL appear in Google search results. Check pixel widths, spot truncation, and fix snippets fast.
JSON-LD Validator
Paste JSON-LD or fetch a public page to check schema.org types and required properties. Free validator — not a substitute for Google’s Rich Results Test.
Website Analyzer
Analyze any public website for technical SEO, HTTP status, security headers, SSL, robots.txt, sitemap signals, and DNS — one URL, an actionable report.
Open Graph Preview
Preview how your page appears when shared on Google, Facebook, Twitter, LinkedIn, and WhatsApp. Test Open Graph meta tags without publishing.
JSON Formatter & Validator
Format, validate, and minify JSON instantly. Includes syntax highlighting, error detection, and a collapsible tree view — free, private, in-browser.
Explore all Developer Tools.