Meta Tag Analyzer

A meta tag analyzer fetches a live web page and grades its meta tags against best practices for search visibility and social sharing. The title tag and meta description control how a page appears in Google search results, while Open Graph and Twitter Card tags determine the image, headline, and text shown when the page is shared on social platforms. Missing or incorrectly formatted tags are invisible to the page's visitors but directly reduce click-through rates from both search results and social media. An analyzer makes these hidden issues visible with actionable grades before they affect traffic.

S. Siddiqui

Edited by

S. SiddiquiFounder & Editor-in-Chief

Fetches the page server-side and grades all meta tags. Works on any public URL.

Quick Answer: What Does a Meta Tag Analyzer Show?

A meta tag analyzer fetches any public URL and grades its meta tags in seconds. For Basic SEO: title tag should be 50-60 characters, meta description 140-155 characters, and viewport must be present. For Open Graph: og:title, og:description, og:image (absolute URL, 1200x628 px), og:url, and og:type are all required. For Twitter Cards: twitter:card must be set or the link will show as plain text on X. The tool scores each tag as Good, Warning, or Missing and gives an overall grade from A to F.

What Is a Meta Tag Analyzer?

A meta tag analyzer is a tool that fetches a live web page and audits every meta tag in its HTML head section. Unlike a generator, which helps you create tags, an analyzer reads what is actually on the page and grades it against established best practices for search engine optimisation and social sharing.

The tool covers three categories: basic SEO tags (title, description, keywords, robots, viewport, canonical, charset), Open Graph tags (og:title, og:description, og:image, og:url, og:type, og:site_name), and Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image, twitter:site). Each tag is graded individually, and an overall score from 0 to 100 gives a single-number summary of the page's meta health.

According to Google's Search documentation, the title tag and meta description are the two most visible elements in a search result. A missing or poorly written title is one of the most common reasons Google rewrites your snippet with content pulled from elsewhere on the page.

How to Use This Meta Tag Analyzer

  1. Enter the URL: Type or paste any public URL into the input field. You do not need to include https:// — the tool adds it automatically.
  2. Click Analyze: The tool fetches the page server-side and extracts all meta tags from the HTML head section.
  3. Review the Overview tab: See your overall score (0-100) and grade (A to F), plus a summary of every issue found across all three tag categories.
  4. Check the Basic SEO tab: Review title and description length grades with character counts, viewport and canonical status, charset, and robots directives.
  5. Check the Open Graph tab: See all og: tags with a social preview card showing how the page will appear when shared on Facebook or LinkedIn.
  6. Check the Twitter Card tab: Verify your twitter:card type and all Twitter-specific tags. If twitter:card is missing, shared links on X will appear as plain text with no image.
  7. Fix the issues: Use the meta tag generator to create corrected tags, then paste them into your page's head section.

Why Use a Meta Tag Analyzer?

Meta tags are invisible on the page itself, which means errors go unnoticed until they show up as poor click-through rates in Google Search Console or broken social sharing previews. Most web developers and content managers do not check meta tags after publishing, assuming they were set correctly in the CMS. Analyzers make the invisible visible.

The most common errors found by this tool are title tags that are too long (Google truncates at approximately 600 pixels width, roughly 60 characters), missing og:image tags that leave social shares as plain grey boxes, relative URLs used for og:image that work locally but fail when social platforms fetch from outside your domain, and missing canonical tags that create duplicate content risk when the same page is accessible at multiple URLs.

The Open Graph specification, maintained at ogp.me, defines exactly four required properties for any shareable page: og:title, og:type, og:image, and og:url. Missing any of these means social platforms will attempt to construct a preview from whatever they can find, which is rarely what you intended.

Real-World Use Cases

  • Pre-publish audit: Analyze the page URL immediately after publishing to catch meta tag errors before Google indexes the new content and before you share the link on social media.
  • Social sharing debugging: When a shared link shows no image or wrong description on LinkedIn or Facebook, analyze the page to identify which OG tag is missing or incorrectly formatted.
  • Competitor research: Analyze competitor pages to see how they have structured their title tags and Open Graph setup — particularly useful when benchmarking your own click-through rates in the same search results.
  • Site migration checks: After moving a site to a new CMS or theme, analyze a sample of key pages to verify that meta tags survived the migration intact. Migrations frequently strip canonical tags or reset viewport declarations.
  • Client reporting: Use the grade and issue list as part of an SEO audit report. An A-to-F grade communicates meta tag health clearly to non-technical stakeholders.

Common Mistakes Caught by This Analyzer

  • Title longer than 60 characters: Google truncates titles in search results at approximately 600 pixels. Titles over 60 characters are cut with an ellipsis, hiding the end of your intended message from searchers.
  • Missing meta description: Without a description, Google generates one automatically from page content — usually a fragment that may not represent the page well or include your target keywords.
  • Relative URL in og:image: Social platforms fetch the og:image from outside your domain. A relative path like /images/photo.jpg resolves to nothing. The og:image must be an absolute URL starting with https://.
  • Missing twitter:card tag: Without a twitter:card declaration, X defaults to a plain text link with no image regardless of what your og:image contains. The minimum required value is summary_large_image for article-style pages.
  • No canonical tag: If your page is accessible at multiple URLs (www vs non-www, https vs http, trailing slash vs none), Google may index the wrong version or split ranking signals across duplicates.
  • Missing viewport tag: A page without a viewport meta tag will not render correctly on mobile devices. Google uses mobile-first indexing, so a missing viewport can suppress rankings across all devices.

After fixing the issues found by this analyzer, use the meta tag generator to produce corrected HTML ready to paste into your page. Use the keyword density checker to ensure your target keyword appears appropriately in your page content before finalising your title and description.

Last reviewed: July 6, 2026
Founder's Real-World Experience
S. Siddiqui

S. Siddiqui

Founder & Editor-in-Chief, YourToolsBase

How I discovered three of our published pages had no og:image three months after launch

About three months after launching YourToolsBase, I ran a batch audit of our published tool pages to check how they looked when shared on LinkedIn. I pasted each URL into LinkedIn's post composer and watched the preview cards load. Three pages showed no image at all — just the page title and a grey placeholder box. All three had been live and indexed for weeks. I had been linking to them in my own posts without ever noticing the missing previews.

When I fetched the raw HTML of those three pages and searched for og:image, two of them had the tag but with a relative URL path starting with /images/ rather than the full https:// address. Social platforms fetch the og:image from outside your domain, so a relative path resolves to nothing. The third page had no og:image tag at all because the CMS template I had used for that section did not include Open Graph fields in its head template.

Fixing all three took under ten minutes once I knew which pages and which tags were the problem. The audit itself, done manually by pasting URLs into LinkedIn and inspecting HTML, took most of an afternoon. An automated analyzer that fetches the page, extracts all meta tags, and flags missing or malformed ones would have caught all three in under a minute. That experience is exactly why I built this tool — to make a full meta tag audit as fast as the fixes.

3 published pages with broken og:image found 3 months after launchRelative URL path caused silent og:image failure on 2 pagesManual afternoon audit replaced by under-1-minute automated check
Also used alongside: Meta Tag Generator

Frequently Asked Questions

What does a meta tag analyzer do?
A meta tag analyzer fetches a web page and reads every meta tag in its HTML head section, then grades each tag against established best practices. It checks the title tag length (ideal: 50-60 characters), meta description length (ideal: 140-155 characters), Open Graph tags (og:title, og:description, og:image, og:url, og:type), Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image), viewport, canonical, charset, and robots directives. Each tag receives a status and an overall score from 0 to 100.
Why is my og:image not showing when I share my page?
The most common causes of a missing social image are: (1) the og:image URL is relative (e.g., /images/photo.jpg) rather than absolute (https://yourdomain.com/images/photo.jpg) — social platforms fetch images from outside your domain and cannot resolve relative paths; (2) the og:image tag is missing entirely; (3) the image is blocked by your server's robots.txt or requires authentication to access; (4) the image dimensions are too small — Facebook requires at least 200x200 px and recommends 1200x628 px. Run the analyzer and check the Open Graph tab for the specific issue.
What is an ideal meta tag score?
A score of 90-100 (grade A) means all critical meta tags are present and within recommended lengths. A score of 75-89 (grade B) means minor issues like a slightly long title or a missing twitter:site handle. A score of 60-74 (grade C) means at least one significant issue such as a missing meta description or incomplete Open Graph tags. Below 60 means multiple critical issues that are likely reducing search visibility and social sharing effectiveness.
Why does Google ignore my meta description and show different text?
Google rewrites meta descriptions on approximately 60-70% of pages when it determines a different excerpt better answers the user's specific search query. This is most common for informational queries where a direct answer appears in the body content but not in the description, and for descriptions that are too short, generic, or keyword-stuffed. A well-written description that accurately summarises the page and includes the primary keyword naturally is less likely to be rewritten, but Google reserves the right to use any page content for the snippet.
What is the difference between Open Graph and Twitter Card tags?
Open Graph tags (og:title, og:description, og:image, etc.) were created by Facebook and are used by Facebook, LinkedIn, Pinterest, WhatsApp, and most other social platforms to generate link preview cards. Twitter Card tags (twitter:card, twitter:title, twitter:image, etc.) are specific to X (formerly Twitter). Twitter will fall back to Open Graph tags if Twitter-specific tags are absent, but explicit twitter:card and twitter:image tags give you more control over how the card renders on X.
What should the canonical tag contain?
The canonical tag should contain the preferred URL of the page — the version you want Google to index and rank. It should be an absolute URL starting with https://. For example, if your page is accessible at both https://example.com/page/ and https://www.example.com/page, pick one as the canonical and use it consistently.
Does the meta keywords tag still matter for SEO?
No. Google stopped using the meta keywords tag as a ranking signal in 2009. Bing explicitly ignores it. The tag is still sometimes used by internal site search systems and older CMS platforms, but it has no effect on Google, Bing, or Yahoo rankings. Setting it does no harm but provides no SEO benefit.
What twitter:card type should I use?
For most pages on a standard website, use summary_large_image — this shows a full-width image above the title and description, which generates significantly higher click-through rates than the small square image used by the summary type. Use summary for pages where a large image is not relevant. The app type is for mobile app download pages, and the player type is for pages that embed video or audio content.
Why does the analyzer show Missing for my viewport tag when it is set in my CMS?
Some CMS platforms inject the viewport tag via JavaScript after the page HTML loads rather than including it in the static HTML. This tool reads the raw HTML returned by the server, the same way a search engine crawler reads it. If the tag is injected by JavaScript, it will not appear in the raw HTML and will not be detected by this analyzer. Check your theme's header template or use your browser's View Source option to verify the tag appears in the raw page source.
Can I analyze pages that require a login?
No. This tool fetches pages as an unauthenticated HTTP request, the same way Google's crawler and social sharing platforms access your pages. If a page requires a login or returns a redirect to a login page, the analyzer will either return the login page's meta tags or report an error. This is actually useful information: if the analyzer cannot access a page, social platforms and search engines likely cannot either.

Rate This Tool

Was this tool helpful?

Be the first to rate this tool

About the Author

S. Siddiqui

S. Siddiqui

Founder & Editor-in-Chief

LinkedIn Profile

S. Siddiqui is the founder and editor-in-chief of YourToolsBase, overseeing all content, tool accuracy, and editorial standards.

View full profile

Related Tools

Authoritative Sources

Formulas and data in this tool are based on guidelines from the above sources.