Ttooleras
🔍

SEO Meta Tag Analyzer

SEO Tools

Analyze any URL for title, meta description, Open Graph, Twitter Card, and other SEO tags with quality and length scoring.. Free, private — all processing in your browser.

Google Search Preview

Page Title
https://example.com › page
Your meta description will appear here. Write a compelling description to improve click-through rates.

Mobile Preview

Page Title
https://example.com › page
Your meta description...
⚠️ Title is empty
⚠️ Description is empty
Advertisement

The SEO Meta Analyzer fetches any URL and analyzes its SEO-critical meta tags: title, meta description, canonical, robots, Open Graph (for Facebook and LinkedIn), Twitter Card, hreflang, and structured data. It evaluates each for presence, length, and quality, providing an SEO score and actionable recommendations. Use it for quick page-by-page SEO audits, competitor research, pre-launch verification, and continuous monitoring of your key pages.

Enter any URL and the tool downloads the HTML, extracts all meta tags, and presents a structured analysis. Title length and truncation for Google (580 pixels, desktop) and social platforms. Meta description quality (present, length, keyword usage). Canonical URL correctness. Robots meta directives (noindex, nofollow, etc.). Open Graph completeness for social sharing. Twitter Card type and content. hreflang for international SEO. JSON-LD structured data (recipes, articles, products, FAQs) parsed and validated. Every element gets a pass/warn/fail rating so you immediately know what needs fixing.

SEO Meta Tag Analyzer — key features

Full meta tag audit

Extracts and evaluates title, description, canonical, robots, Open Graph, Twitter Card, hreflang, and more.

Length and truncation check

Verifies titles and descriptions fit within Google’s display limits.

Social preview

Shows how the page appears when shared on Facebook, Twitter, and LinkedIn.

Structured data validation

Parses JSON-LD and validates against schema.org types.

SEO score

Composite score with breakdown by category for quick assessment.

Actionable recommendations

Specific fix suggestions for each issue identified.

hreflang analysis

Maps hreflang to detected language and region, flags reciprocal link issues.

Client-side fetch

Uses a CORS-friendly fetch — pages you can publicly access work.

How to use the SEO Meta Tag Analyzer

  1. 1

    Enter URL

    Paste the page URL you want to audit.

  2. 2

    Run analysis

    The tool fetches the HTML and extracts all meta tags.

  3. 3

    Review score

    Composite score gives a snapshot; drill down by category for detail.

  4. 4

    Check recommendations

    Each issue has a specific fix recommendation with priority (critical, warning, info).

  5. 5

    Verify fixes

    After updating, re-run the analysis to confirm issues are resolved.

Common use cases for the SEO Meta Tag Analyzer

Site audits

  • Pre-launch verification: Check all critical pages have complete meta tags before launch.
  • Competitor research: See how competitors structure their meta tags and structured data.
  • Migration verification: Confirm meta tags survive a site migration or platform change.

Content review

  • Content optimization: Check each new article or page has proper title, description, and Open Graph.
  • Social sharing preview: Verify content looks good when shared on Facebook, Twitter, LinkedIn.
  • Structured data check: Validate schema markup for article, recipe, product, or FAQ pages.

Consulting

  • SEO consulting: Quick audit for new clients to identify obvious SEO improvements.
  • Agency work: Include meta tag audit in client SEO reports.
  • Training material: Show students what well-configured vs poor SEO pages look like.

SEO Meta Tag Analyzer — examples

Well-optimized page

Pages scoring 90+.

Input
https://example.com/well-optimized-page
Output
score: 95/100
title: present, 58 chars, good
description: present, 155 chars, good
canonical: correct
Open Graph: complete
Twitter Card: summary_large_image
structured data: Article schema valid

Missing description

Common issue.

Input
https://example.com/no-meta
Output
score: 65/100
warning: meta description missing
recommendation: add <meta name=\"description\"> with 150-160 character summary

Title too long

Over pixel limit.

Input
blog article with 95-character title
Output
title: truncated in Google display (~60 chars visible)
recommendation: shorten title, front-load key terms

Broken Open Graph

Incomplete social tags.

Input
page missing og:image
Output
warning: og:image missing
impact: bland social previews without thumbnail
fix: add og:image meta tag with 1200x630 image URL

Canonical mismatch

Canonical points elsewhere.

Input
https://example.com/article?id=123 with canonical to /article
Output
canonical discrepancy
page URL: /article?id=123
canonical: /article
impact: tracking parameter versions consolidated correctly, but verify this is intended

Technical details

SEO-critical meta tags to check:

Title: <title>text</title>. Most important single SEO element. Target 50-60 characters (580px for Google).

Meta description: <meta name=\"description\" content=\"...\">. Doesn\u2019t directly affect ranking but affects CTR. Target 150-160 characters.

Canonical: <link rel=\"canonical\" href=\"...\">. Tells Google which URL is canonical when multiple URLs serve same content. Critical for preventing duplicate content issues.

Robots: <meta name=\"robots\" content=\"...\">. Controls crawling and indexing. Common values: index/noindex, follow/nofollow, noarchive, nosnippet.

Open Graph: <meta property=\"og:...\" content=\"...\">. Used by Facebook, LinkedIn, WhatsApp for link previews.
- og:title: title for social
- og:description: description for social
- og:image: thumbnail (recommended 1200x630)
- og:url: canonical URL
- og:type: content type (website, article, product)

Twitter Card: <meta name=\"twitter:...\" content=\"...\">. Used by Twitter for link previews.
- twitter:card: type (summary, summary_large_image, app, player)
- twitter:title: title
- twitter:description: description
- twitter:image: image URL
- twitter:site: @handle

hreflang: <link rel=\"alternate\" hreflang=\"...\" href=\"...\">. For multilingual and regional targeting.

Structured data (JSON-LD): <script type=\"application/ld+json\">...</script>. Schema.org markup for rich results (articles, products, recipes, FAQs, events, how-to).

Google-specific meta:
- <meta name=\"google-site-verification\" content=\"...\">
- <meta name=\"googlebot\" content=\"...\">

Viewport meta (mobile): <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">

Character encoding: <meta charset=\"utf-8\"> (should be in first 1024 bytes of HTML).

Quality heuristics:
- Title present, correct length, contains unique content
- Description present, correct length, compelling copy, no duplicate with title
- Canonical matches the page URL
- OG tags complete for social sharing
- Structured data valid JSON and uses schema.org types
- Mobile viewport set
- Character encoding declared early

Score calculation: points for each correct element, penalties for critical issues (missing title, wrong canonical, broken Open Graph). Typical well-configured pages score 80-100; pages missing key elements score below 60.

Common problems and solutions

Missing essential tags

Title and meta description are the most visible SEO signals. Missing them dramatically hurts search presence. Run this audit on every page before publishing.

Duplicate titles across pages

Every page should have a unique, descriptive title. Template-generated duplicates like "Blog - Site Name" on many pages hurt SEO. Vary based on page content.

Canonical errors

Wrong canonicals can consolidate the wrong URL or prevent proper indexing. Always verify canonical matches the intended primary URL.

Robots noindex in production

Staging sites often have <meta name=\"robots\" content=\"noindex\">. If this leaks to production, Google removes the page from index. Audit after deployments.

Incomplete Open Graph

Missing og:image or og:description produces unattractive social previews. Aim for complete OG on every shareable page.

Incorrect structured data

Invalid JSON or wrong schema type in structured data fails to produce rich results. Validate with this tool or Google’s Rich Results Test.

Hreflang errors

Incorrect or missing hreflang causes Google to show the wrong language version. Use the hreflang check to verify reciprocal links and correct language codes.

SEO Meta Tag Analyzer — comparisons and alternatives

Compared to paid SEO platforms (Ahrefs, SEMrush, Moz), this tool is free and focused on meta tag auditing. Platforms provide deeper analysis plus ranking data and competitive intelligence; this tool handles the meta tag piece.

Compared to Google Search Console, this tool works on any public URL without requiring site ownership. Search Console is ideal for monitoring your own sites; this tool for ad-hoc audits of any page.

Compared to browser extensions (SEOquake, MozBar), this tool doesn\u2019t require install and works in any browser. Extensions are convenient while browsing; this tool is for focused audits.

Frequently asked questions about the SEO Meta Tag Analyzer

What meta tags are most important for SEO?

Title tag is the single most important on-page SEO element. Meta description affects click-through rate. Canonical prevents duplicate content issues. Robots controls indexing. Open Graph and Twitter Card control social sharing appearance. Structured data enables rich results.

What is Open Graph?

A set of meta tags (og:title, og:description, og:image, og:url, og:type) that control how your page appears when shared on Facebook, LinkedIn, and other social platforms. Without Open Graph, social previews are bland or auto-generated.

What is a Twitter Card?

Twitter’s equivalent of Open Graph. Meta tags like twitter:card, twitter:title, twitter:description, twitter:image control how your link previews appear in tweets. Four card types: summary, summary_large_image, app, player.

How does canonical affect SEO?

The canonical tag tells Google which URL is the authoritative version when the same content is accessible via multiple URLs (with/without query params, http/https variants, etc.). Critical for preventing duplicate content dilution and consolidating link equity.

What is structured data?

Schema.org markup (typically as JSON-LD) that helps Google understand page content. Enables rich results like recipe cards, FAQ snippets, product ratings, event listings. Doesn’t directly improve ranking but increases SERP visibility and CTR.

How often should I run SEO audits?

Major releases: always audit before and after. Content velocity: audit new pages within a few hours of publishing. Monthly: sample audit of top 20 pages. Quarterly: sitewide audit. Automate where possible using tools like this.

What does the SEO score mean?

Composite of quality checks: presence of key tags, correct lengths, valid structured data, proper canonical, etc. Score of 90+ indicates well-optimized. 60-80 needs improvement. Below 60 has critical SEO issues.

Is the URL I enter logged?

The tool makes a fetch request to the URL you provide to get the HTML. No logging of the URL or results on our side. Standard web-scraping privacy considerations apply.

Additional resources

Advertisement

Related tools

All SEO Tools

Learn more

Explore more tools

200+ free tools that run in your browser.

Browse all tools →