RevealTheme logo

Meta Tags Analyzer

Extract and analyze every meta tag from any URL — title, description, Open Graph, Twitter Card, viewport, robots, and link tags.

What meta tags actually matter for SEO in 2026?

Meta tags live in the <head> of every HTML page and communicate to browsers, search engines, and social platforms what the page is about. Despite years of speculation that meta tags don't matter, several still directly affect search rankings and click-through rates: <title> (the SERP headline, biggest CTR lever), <meta name=description> (the SERP snippet — Google rewrites it ~70% of the time but still uses it as a signal), <meta name=viewport> (required for mobile-friendly ranking boost), <link rel=canonical> (prevents duplicate-content penalties), and <meta name=robots> (controls indexing). Beyond rankings, Open Graph tags (og:title, og:description, og:image, og:type) determine how URLs render when shared on Facebook, LinkedIn, Slack, Discord, and dozens of other platforms — bad OG images can lose 30-50% of social traffic. Twitter Card tags (twitter:card, twitter:image) handle Twitter/X previews. This tool parses every meta and link tag in a page's <head>, so you can verify your SEO setup, debug missing social previews, or analyze how a competitor structures their pages. The fetcher runs on our server (necessary because most sites block CORS for client-side requests), but the URL you submit is logged only for rate-limiting — we don't store the response.

Common use cases

  • Verify your site's SEO setup after deploying — confirm title, description, canonical, og:image all present and correct.

  • Debug a missing social preview — paste your URL into Facebook Sharing Debugger AND this tool to compare.

  • Reverse-engineer a competitor's SEO strategy by inspecting their meta tags across key pages.

  • Audit a client site before a redesign — catalog every meta tag so the migration preserves SEO signals.

  • Confirm a Yoast/Rank Math config change actually took effect on the rendered HTML.

  • Check for accidentally-shipped 'noindex' meta tags on production pages.

Frequently asked questions

Which meta tags are essential for SEO?
Five non-negotiable: <title>, <meta name=description>, <meta name=viewport>, <link rel=canonical>, <meta name=robots>. Five strongly recommended: og:title, og:description, og:image, twitter:card, twitter:image. Everything else is situational.
Will Google use my meta description?
Sometimes. Google rewrites descriptions ~70% of the time to better match the user's specific query — they pick a relevant sentence from the page body. But Google still falls back to your meta description for ~30% of impressions, and a well-written description outperforms what Google would auto-generate. Always write a strong one.
Does the order of meta tags matter?
Mostly no. The exception: <meta charset> should be in the first 1024 bytes of the document so the browser knows how to decode the rest. <meta name=viewport> should come before any CSS that uses media queries to avoid mobile layout flashes. Everything else can go in any order.
What's the difference between og:title and the regular title?
<title> is what Google shows in search results. og:title is what Facebook/LinkedIn show when the URL is shared. They can differ — your title might be 'Best WordPress Themes (2026 Guide) | RevealTheme' for SEO, while og:title is 'These 15 WordPress Themes Outperform Everything in 2026' for shareability.
What's a 'meta refresh' and should I use it?
<meta http-equiv=refresh> tells the browser to navigate to a new URL after N seconds. Don't use it for redirects — it's bad for SEO (Google treats it as a soft redirect) and bad for accessibility. Use HTTP 301/302 redirects at the server level instead.
Why doesn't Facebook show my image?
Three common causes: (1) og:image is missing or wrong, (2) the image is too small (Facebook requires 1200×630 minimum), (3) Facebook's scraper cached an old version. Use Facebook's Sharing Debugger to force a refresh. Our LinkedIn Preview and Twitter Card Validator tools check the equivalent for those platforms.
Do I still need <meta keywords>?
No. Google announced in 2009 that they ignore the keywords meta tag entirely. It's been useless for SEO for over 15 years. Don't waste time on it.

Related tools