Meta tags have been part of SEO since the earliest days of search engines, and they've accumulated a lot of mythology along the way. Some people treat them as the secret to rankings. Others dismiss them entirely as outdated. The reality is more nuanced: some meta tags have direct, measurable impact on your search performance, some have indirect impact, and some Google ignores completely. Knowing which is which is the starting point for getting them right.
What Meta Tags Actually Are
Meta tags are snippets of HTML that live in the <head> section of a web page — invisible to visitors but readable by browsers, search engines, and social platforms. They provide information about the page rather than content on the page. A basic example:
<meta name="description" content="Your page description here." />
There's no single "meta tag" — it's a category of HTML elements that covers everything from page descriptions to crawling instructions to social sharing data. Each serves a different purpose, and they're evaluated differently by different systems.
The Meta Tags That Actually Matter for SEO
Title Tag
Technically the title tag (<title>) isn't a meta tag — it's its own HTML element — but it's always discussed alongside them because it's the single most important on-page SEO element. Your title tag is what appears as the blue clickable headline in search results, and it's one of Google's strongest relevance signals for understanding what a page is about.
Google will display roughly 50–60 characters of a title tag before truncating it in search results. Go over that and your title gets cut off mid-sentence, which looks unprofessional and loses the end of your message. Stay under it and you leave visibility on the table. The SERP Snippet Counter shows you exactly how your title and description will appear in search results before you publish — pixel-accurate, not just character count.
A few rules that consistently hold up: put your primary keyword near the front of the title, make it descriptive of what the page actually delivers, and avoid keyword stuffing. Google rewrites titles it considers misleading or keyword-heavy, so write for the reader first.
Meta Description
The meta description is the short paragraph that appears beneath your title in search results. It does not directly influence rankings — Google confirmed this years ago and it remains true. But it has a significant indirect effect through click-through rate: a well-written description that matches search intent and includes a clear value proposition earns more clicks, and more clicks send positive engagement signals back to Google.
Target 150–160 characters. Go longer and Google truncates it. Write it like ad copy: specific, benefit-focused, and relevant to what the searcher is looking for. Google often rewrites descriptions it considers irrelevant to a query, pulling text directly from the page instead — which is a signal to write descriptions that genuinely match your content.
Use the Meta Tag Analyzer to check the title and description on any URL — including competitor pages — and see exactly what Google is working with.
Meta Robots Tag
This one has direct, powerful SEO impact — and it's the one most likely to cause catastrophic problems when misconfigured. The meta robots tag tells search engines how to handle a page:
<meta name="robots" content="noindex, nofollow" />
The key directives:
- noindex — tells Google not to include this page in search results. Use it intentionally on pages you don't want indexed (thank-you pages, admin pages, duplicate content). Finding it on pages you do want indexed is a serious problem.
- nofollow — tells crawlers not to follow links on this page. Rarely needed on most pages.
- index, follow — the default behavior. You don't need to specify this explicitly, but it doesn't hurt.
- noarchive — prevents Google from showing a cached version of the page.
A noindex tag left on a page after a staging-to-live migration is one of the most common and damaging technical SEO mistakes in existence. Check your important pages with the Indexability Checker to confirm nothing is being accidentally suppressed.
Canonical Tag
Technically an HTML link element rather than a meta tag, but functionally it belongs in this discussion. The canonical tag tells Google which version of a page is the "official" one when duplicate or near-duplicate versions exist at multiple URLs:
<link rel="canonical" href="https://example.com/your-page/" />
Every page should have a self-referencing canonical tag — even pages without obvious duplicates — as a best practice signal. Pages with URL parameters, session IDs, or printer-friendly variants especially need canonicals to consolidate ranking signals. The Canonical Tag Checker shows you exactly what canonical any page is declaring.
Open Graph and Twitter Card Tags
Open Graph tags control how your pages appear when shared on social media — Facebook, LinkedIn, and most other platforms read og:title, og:description, and og:image to build the preview card. Twitter/X uses its own twitter:card tags, though it also falls back to Open Graph.
These don't influence Google rankings directly, but they significantly affect how your content performs when shared — a compelling image and well-written OG description dramatically increases clicks from social shares. The Open Graph Preview tool shows you exactly what the share card looks like before it gets posted anywhere.
Meta Tags Google Ignores
A few meta tags that were once considered important are now functionally irrelevant for Google rankings:
Meta keywords. Google stopped using the meta keywords tag as a ranking signal in 2009. Including it doesn't help, and some SEOs argue it actually telegraphs your keyword strategy to competitors who inspect your source code. Leave it out.
Meta author. Google doesn't use this for rankings. Authorship as a concept has evolved into E-E-A-T signals expressed through page content and off-site reputation, not a simple HTML tag.
Meta revisit-after. A relic from early web days suggesting how often crawlers should return to a page. Modern crawlers set their own schedules based on site authority and content freshness signals. This tag does nothing.
How to Audit Your Meta Tags
Getting meta tags right across an entire site requires systematic checking, not just reviewing pages one at a time in your CMS. The issues that cause the most damage — duplicate titles, missing descriptions, noindex on the wrong pages, broken canonicals — are often invisible until you look for them specifically.
The Meta Tag Analyzer pulls every relevant meta tag from any URL and presents them clearly: title, description, robots directives, canonical, Open Graph tags, and more. Run it on your most important pages first, then work outward. Use the SERP Snippet Counter alongside it to confirm your titles and descriptions display correctly in search results.
For a broader picture of how meta tags fit into your overall technical SEO foundation, the guide to what technical SEO covers walks through the full checklist — meta tags are one piece of a larger puzzle that includes crawlability, indexing, site structure, and page speed.