See if ChatGPT recommends you. Free, 60 seconds.
Free SEO Tool

Meta Tag Checker

Read every meta tag on any page, and see how it will look in a Google result, as a Facebook card and on X. Missing tags are named, not silently left out.

See every tag, and how the page looks when shared

How this meta tag analyzer works

Three steps, and you only need the URL:

Enter a URL

Any public page, yours or anyone else's. Meta tags are part of the HTML, so no access or verification is needed.

See the previews

How the page renders in a Google result, as a Facebook or LinkedIn card, and as an X card, built from the tags actually on the page.

Read every tag

The full list with character counts and length warnings, including the tags that are missing rather than only the ones that exist.

Which tags each platform actually reads

They do not all read the same tags, which is why a page can look right in Google and render as a grey box in Slack.

Google

Reads the title tag and meta description, then decides whether to use your description or write its own from the page. It ignores the meta keywords tag entirely and has done for many years.

Facebook and LinkedIn

Both read Open Graph: og:title, og:description and og:image. With no Open Graph markup they guess from the page, which usually means no image and a truncated title.

X

Reads the twitter: tags first and falls back to Open Graph for anything missing. twitter:card decides whether you get a small thumbnail or a large image, and it is the tag most often left out.

Slack and Discord

Both unfurl links using Open Graph, so the Facebook card and the Slack unfurl are usually the same thing. Getting Open Graph right covers all three at once.

Crawlers

The robots meta tag decides whether a page is indexed and whether its links are followed. A stray noindex is the single most damaging tag on this list, and it is invisible without checking.

Browsers

The viewport tag controls mobile rendering, charset controls text encoding, and theme-color tints the browser chrome on mobile. Unglamorous, and visible to every visitor.

What each tag does

A website metadata checker gives you a list of tags. This is what each one is for, and which of them still matters.

TagRead byWorth knowing
titleGoogle, browsers, every platform as a fallbackTruncated near 60 characters in results
meta descriptionGoogle, as a snippet candidateTruncated near 155 characters, and often rewritten
canonicalSearch enginesNames the preferred URL when duplicates exist
meta robotsSearch enginesnoindex removes the page from results entirely
og:title, og:description, og:imageFacebook, LinkedIn, Slack, Discordog:image matters most, a card without one gets ignored
twitter:cardXChooses summary or summary_large_image
viewportMobile browsersWithout it, phones render at desktop width
charsetAll browsersWithout it, encoding is guessed and characters break
meta keywordsNothingIgnored by Google since 2009. Safe to delete

Common metadata mistakes

Metadata fails silently. The page looks perfect and the tag is wrong, which is why these survive for months.

  1. 1A noindex tag left on after launch. The most expensive metadata mistake there is. A staging template with noindex, or a CMS setting nobody remembers, quietly removes the page from search entirely. Nothing on the page looks wrong, which is exactly why it survives so long.
  2. 2Open Graph tags with no image. A card with a title and no image is a line of grey text in a feed. og:image is the tag that decides whether a shared link is noticed, and it is the one most often forgotten.
  3. 3A relative og:image URL. Open Graph images must be absolute. Social crawlers do not resolve /images/card.png against your domain the way a browser does, so a relative path produces a card with no image at all.
  4. 4Assuming X reads Open Graph identically. It falls back to Open Graph, which is why forgetting twitter: tags usually still works. But without twitter:card you get the small thumbnail layout by default rather than the large image one, which is a large difference in how much space the link takes.
  5. 5Canonical pointing at the wrong page. A canonical tag on every page pointing at the homepage, usually from a template mistake, tells search engines none of those pages are worth indexing separately. It is a quiet way to remove a whole section from search.
  6. 6Still maintaining meta keywords. Google stopped using it in 2009 and announced as much. Keeping it costs nothing but achieves nothing, and it does show competitors exactly which terms you are targeting.

After the seo meta tag checker

Reading your tags is the diagnosis. Writing better ones is the treatment, and they are different jobs. A website meta tag checker tells you what is there; it will not tell you whether the title earns a click.
If the title or description came back too long, too short or missing, the SEO Title Generator and Meta Description Generator write replacements. To draft a title and description before the page exists, the SERP Preview lets you type them and see the result. And for the wider picture beyond tags, the On-Page SEO Checker audits headings, keyword usage, images and links against a target keyword.

Meta tag checker FAQ

How to check the metadata of a website?
Paste the URL into the checker above. It fetches the page, reads every meta tag in the head, and shows them with character counts and length warnings, alongside previews of how the page appears in Google and on social platforms. No account is needed and it works on any public page.
How to check if meta tags are working?
Two things have to be true: the tags exist, and they contain what you expect. The report above confirms both, and the previews show the result rather than just the raw values. "Working" usually fails at the second step, most often a canonical pointing somewhere wrong or an og:image using a relative path.
How can I check if a website has meta tags?
Enter the URL above and the report lists every tag found, plus the notable ones that are missing. Manually, you can right-click a page and choose View Page Source, then look inside the head element, though that means reading raw HTML rather than a formatted report.
How to view meta tags?
In any browser, View Page Source and read the head section. Every meta tag lives there. The tool above does the same fetch and formats the result, which is faster when you want character counts, missing-tag warnings and social previews rather than raw markup.
How can I check metadata online?
With this tool, or any similar online meta tag checker. Everything needed is in the public HTML, so no login or verification is required for any site. That also means you can inspect a competitor's tags exactly as easily as your own.
What is the best free online metadata viewer?
For web page meta tags, this one shows the full tag list, the missing tags and the social previews together with no sign-up. Note that metadata viewer can also mean EXIF data in photos or document properties in a PDF, which are different things entirely and need different tools.
How to test meta tags locally?
A local URL such as localhost cannot be reached by any online checker, including this one, because the page only exists on your machine. Either view source in the browser, or expose the site through a tunnelling tool to get a temporary public URL and check that.
Does Google still use meta tags?
Some of them, yes. The title tag matters a great deal, the meta description is a snippet candidate rather than a ranking factor, and the robots meta tag directly controls indexing. The meta keywords tag has been ignored since 2009. So the answer depends entirely on which tag is meant.
What is an example of a meta tag?
A meta description looks like this: <meta name="description" content="A short summary of the page">. All meta tags follow that shape, a name or property saying which tag it is and a content attribute holding the value, and they all live inside the head element.
What are examples of meta tags?
The common ones are title, description, robots, viewport, charset and canonical, plus the Open Graph family (og:title, og:description, og:image) and the Twitter family (twitter:card, twitter:title, twitter:image). The report above separates them into those groups.
What is the purpose of meta tag?
To describe a page to software rather than to the person reading it. Search engines use them to understand and display the page, social platforms use them to build a card, and browsers use them to render correctly on mobile. None of them are visible on the page itself.
What are SEO meta tags?
The ones that affect how a page is found and displayed: title, meta description, canonical and meta robots. Everything else is either social (Open Graph and Twitter) or technical (viewport, charset). If you only maintain four tags, those four are the ones.
What do meta robots tags do?
They give search engines instructions about a single page. noindex keeps the page out of results, nofollow stops link authority passing from it, and there are others such as noarchive and nosnippet. The checker above calls out noindex and nofollow explicitly, because both are easy to leave on by accident.
What is the difference between robots.txt and meta robots tags?
robots.txt controls crawling for the whole site and lives at the root. The meta robots tag controls indexing for one page and lives in that page's head. The important consequence: a page blocked in robots.txt can still be indexed if other sites link to it, because the crawler never reads the noindex tag it was blocked from fetching.
What does "canonical" mean?
It names the preferred version of a page when the same content is reachable at several URLs, for example with tracking parameters or with and without a trailing slash. The canonical tag tells search engines which one to index, so the others do not compete with it.
Do canonical tags affect SEO?
Yes, and mistakes with them are costly. Used correctly they consolidate duplicate URLs into one. Used wrongly, most commonly every page canonicalising to the homepage from a template error, they tell search engines those pages are not worth indexing. That is a quiet way to lose a whole section.
How to find canonical tags?
The report above shows the canonical for any URL, resolved to an absolute address so you can see exactly where it points. Manually, view source and look for a link element with rel="canonical" in the head.
How to check Open Graph image?
The Facebook and LinkedIn preview above renders og:image exactly as those platforms would, so a broken or missing image is immediately visible rather than something you discover after posting. If the image slot is empty, the usual cause is a relative URL, since social crawlers require an absolute one.
Start free today

Millions of people will ask AI about your category this week

RankSpot researches, writes and publishes daily, and sends you the short list of what's left. Free for 3 days.

Start free trial