Most meta tag advice is a decade out of date. Half the tags people still add do nothing, and the ones that matter most get the least attention. Here is the current state, tag by tag.
The three that affect rankings
Title
Still the strongest on-page ranking signal, and the only tag that both ranks and sells.
Length: under 60 characters. Google truncates at roughly 600 pixels, which is about 60 characters for average text and closer to 50 on mobile. Titles under 20 characters usually mean you are wasting the slot.
Format: lead with the target phrase, then differentiate, then brand.
Meta Tags Checker - Free Title & Description Audit | RankCert
Google rewrites titles about 30% of the time, mostly when yours is keyword-stuffed, missing, or contradicts the H1. The fix for rewrites is not a longer title - it is a title that matches what the page actually says.
Canonical
Not a ranking factor itself, but the tag that decides which of several near-identical URLs gets to rank at all.
<link rel="canonical" href="https://example.com/pricing" />
Rules that are broken constantly:
- Absolute URLs only. Relative canonicals work but fail the moment the page is scraped or syndicated.
- Self-referencing on every page. A canonical pointing at the homepage from every page is the single most common way sites accidentally deindex themselves.
- One per page. Two canonical tags means Google ignores both.
- Must match the indexable version. Canonical pointing at a URL that redirects, 404s, or is blocked in robots.txt is treated as a mistake and ignored.
Robots
Controls indexing, and the one place where a one-word mistake removes your whole site from search.
<meta name="robots" content="index, follow" />
noindex on a template that gets reused is the classic disaster. Check your staging config never ships. Note that noindex in a meta tag only works if the page is crawlable - blocking a page in robots.txt prevents Google from ever reading the noindex, so the URL can stay indexed with no snippet.
The one that affects clicks
Meta description
Not a ranking factor. Google confirmed this years ago and it remains true. It is still worth writing, because when Google uses yours it decides whether the result gets clicked.
Length: 120–160 characters. Under 120 wastes space; over 160 truncates mid-sentence.
Format: a specific promise, not a summary. "Check any page's title, description and canonical in one click. Free, no signup." beats "We are the leading provider of SEO analysis tools for modern websites."
Google rewrites descriptions roughly 70% of the time, usually pulling a passage from the body that better matches the query. That is not a failure - it means your body content is answering more queries than one description could.
The ones that do nothing
meta keywords- ignored by Google since 2009. Filling it in tells competitors your keyword list and nothing else.meta author- no search effect. Author signals come from structured data and site-wide E-E-A-T, not this tag.meta revisit-after- never supported by any major engine.meta rating,meta distribution,meta copyright- no effect.- Long
meta generatorand framework tags - harmless, but not doing anything for you.
Deleting these is not an optimisation. It just stops you thinking you have done SEO when you have not.
The ones that are not optional in 2026
Viewport
<meta name="viewport" content="width=device-width, initial-scale=1" />
Without it, mobile rendering breaks and the page fails mobile usability, which does affect rankings since indexing has been mobile-first for years.
Charset
<meta charset="utf-8" />
Must be in the first 1024 bytes of the document. Wrong or missing encoding produces mojibake in your title in the SERP, which is worse than a bad title.
Language
<html lang="en">
Not a meta tag, but read in the same pass. It affects which locale's results you appear in and how screen readers pronounce your content.
Structured data beats meta tags
The tags above are the floor. What actually differentiates a page in 2026 is structured data - Article, Product, FAQPage, BreadcrumbList - because that is what feeds rich results and what AI answer engines parse when deciding whether to cite you.
If you have an hour, spend fifteen minutes on meta tags and forty-five on JSON-LD. The meta tags are table stakes; the structured data is the differentiator.
A checking routine
Run this on every important page before you consider it done:
- Title present, under 60 characters, leads with the target phrase.
- Meta description present, 120–160 characters, specific.
- Self-referencing absolute canonical, exactly one.
- Robots does not say
noindex(unless you meant it). - Viewport present.
- Exactly one H1, and it broadly agrees with the title.
- Every image has alt text, or is explicitly decorative with
alt="".
Launch it where the numbers are checked
RankCert ranks products on domain control we verify ourselves. Listing is free and the link stays dofollow whether or not you display the badge.
