← Back to blog
On-Page SEO

What Are Meta Tags, and Which Ones Actually Affect SEO?

Every page has dozens of possible meta tags, but only a handful actually move the needle for search or social sharing. Here's which ones matter and how to check yours.

6 min read

What a meta tag actually is

A meta tag is a line of HTML that lives in a page's <head> — never visible on the page itself — that describes the page to something other than a human reader: a search engine deciding how to index it, a social platform building a link preview, or a browser deciding how to render it. A page can carry dozens of them, but only a handful actually do anything that affects SEO or how the page shows up when shared.

The meta tags that actually matter

  • Title tag — technically its own element, not a <meta> tag, but always grouped with them in practice. The single strongest on-page relevance signal a page carries, and the headline shown in search results.
  • Meta description — doesn't directly influence rankings, but it's the summary text under your title in search results, and a better one earns more clicks at the same ranking position.
  • Canonical tag — tells Google which URL is the "real" version when the same or similar content is reachable at more than one address. Get this wrong and Google may index the wrong copy or split ranking signals between duplicates.
  • Robots meta tag — controls whether a specific page can be indexed or its links followed, independent of what robots.txt says at the site level.
  • Viewport tag — not an SEO tag directly, but its absence breaks mobile rendering, which absolutely does affect rankings.

Open Graph and Twitter Card tags

A separate family of meta tags — prefixed og: and twitter: — controls how a link looks when shared on Facebook, LinkedIn, X, Slack, or iMessage: the preview image, title, and description shown in the card. These have zero effect on search rankings, but a missing og:image is the single most common reason a shared link shows a blank or wrong preview.

Paste a URL into CheckSEO's Meta Tag Analyzer to see exactly which tags are present, missing, or misconfigured — no signup.

Analyze your meta tags

5 common meta tag mistakes

1

Missing or duplicate title tags

Every page needs its own unique title. A CMS default that leaves every product page with the same generic title is one of the most common — and easiest to fix — issues an audit finds.

2

Meta description too long or missing entirely

Aim for roughly 150–160 characters. Longer gets truncated in search results; a missing description just means Google picks a snippet from the page itself, which is rarely as compelling as one you'd write.

3

No canonical tag, or one pointing to the wrong URL

Every page should have a self-referencing canonical unless it's deliberately a duplicate of another page. A canonical pointing at the wrong URL can quietly remove a page from Google's index in favor of the wrong one.

4

Missing Open Graph image

Without an og:image, a shared link often renders with no preview image at all, which noticeably hurts click-through when the link is shared on social platforms.

5

Accidental noindex in the robots meta tag

A page correctly crawlable per robots.txt can still be excluded from the index entirely by a stray <meta name="robots" content="noindex"> tag — often left over from a staging environment. This is the same class of mistake covered in confusing "disallow" with "noindex", just at the page level instead of the whole site.

Check your own page

CheckSEO's Meta Tag Analyzer reads a page's title, meta description, canonical, robots meta, and Open Graph/Twitter Card tags in one pass and flags exactly what's missing or misconfigured.

Frequently asked questions

What are meta tags?

Snippets of HTML in a page's <head> that describe the page to browsers, search engines, and social platforms without appearing in the visible content itself — things like the title, description, canonical URL, and social-share preview tags.

Do meta tags still work?

Some do, some don't. The title tag and canonical tag directly affect indexing and rankings; the meta description doesn't influence rankings but does affect click-through rate; the old meta keywords tag has been ignored by Google for over a decade.

How can I check what meta tags a webpage has?

View the page's source (or use a dedicated analyzer) and look inside the <head> section — every meta tag lives there, whether or not it's actually doing anything useful.

What is the main purpose of a meta tag?

To pass information about the page to something other than a human reader — a search engine deciding how to index it, a social platform building a link preview, or a browser deciding how to render it.

What's a good meta description length?

Roughly 150–160 characters. Google doesn't enforce a hard cutoff and can rewrite your description anyway, but staying in that range keeps it from being truncated in most search results.

Check your own site with the Meta Tag Analyzer.

Open Meta Tag Analyzer

More from the blog

Command Palette

Search for a command to run...