Skip to main content

Home / Tools / Meta Tag Checker

Free meta tag checker

Enter a URL and get every SEO-relevant tag on the page — title, description, canonical, robots, Open Graph, Twitter cards — with instant pass/fail verdicts.

What this tool checks

The checker fetches your page the way a crawler does (following redirects, recording the final URL) and extracts the tags that matter for search: the <title> element, meta description, rel="canonical", meta robots, every og:* and twitter:* tag, the H1 count and the lang attribute on <html>. Each one is scored against the same thresholds our full site audit uses, so a pass here is a pass there.

Why these tags matter

The title tag is still the strongest on-page ranking signal and the headline of your search result — if it is missing, duplicated, or truncated mid-sentence, you lose both relevance and clicks. The meta description does not move rankings, but it is the sales copy under that headline; when it is absent or the wrong length, Google substitutes whatever page text it finds, which is rarely persuasive. The canonical tag protects you from your own URL variants: session parameters, UTM tags and trailing-slash duplicates all split link equity unless a canonical consolidates them. And one stray noindex in a robots meta tag — often left over from a staging deploy — silently removes the page from Google entirely, which is why the tool treats it as a hard failure.

How to fix the common failures

Title too short or too long:rewrite to 30-60 characters with the primary keyword near the front and the brand at the end ("Primary Keyword — Qualifier | Brand"). Description out of range:aim for 70-160 characters that answer "why click this result?" — include the keyword once, since Google bolds matching terms. Missing canonical: add <link rel="canonical" href="https://…"> pointing at the clean, https, parameter-free URL — most CMSs and frameworks (Yoast, Next.js metadata, Shopify themes) can emit it automatically. Missing OG image: add a 1200×630 image via og:image; it is the single biggest visual upgrade to how links to your site look in feeds and chats. Unexpected noindex:check your CMS's "discourage search engines" setting and any SEO plugin defaults, then recrawl.

Meta tags are page-level, so checking one URL only tells you about that URL. Templates break in bulk — an e-commerce category template with a broken title pattern breaks every category at once. A full crawl catches those repeats across the whole site.

Frequently asked questions

What is the ideal title tag length?

Aim for 30-60 characters. Google truncates titles at roughly 600 pixels (about 60 characters), and titles under 30 characters usually waste the space where your keyword and value proposition should be. The checker uses exactly this 30-60 range.

Does the meta description affect rankings?

Not directly — Google has confirmed it is not a ranking factor. It strongly affects click-through rate, though: a compelling 70-160 character description is your ad copy in the results page, and Google rewrites descriptions it considers poor or missing.

What does a canonical tag do?

It tells search engines which URL is the authoritative version of a page when the same content is reachable at several URLs (with/without trailing slash, tracking parameters, http vs https). Without one, ranking signals can split across duplicates.

Are multiple H1 headings a problem?

HTML5 technically allows several H1s, and Google says it can handle them, but a single clear H1 remains the convention: it states the page topic unambiguously for crawlers, screen readers and AI answer engines. The checker flags anything other than exactly one.

Why does the tool check Open Graph and Twitter tags?

og:title, og:description and og:image control the preview card when your page is shared on social platforms and in chat apps. Missing tags mean an ugly, low-click preview. twitter:card unlocks the large image card on X even when OG data is already present.

Want the full picture?

This tool checks one thing. A full RankVitals audit runs a Lighthouse speed test plus 50+ SEO and AI-readiness checks on your whole site — free, no signup.

Run a full site audit →