What is Meta Tags?
Also known as: Meta elements, HTML meta tags
What are meta tags?
Meta tags are HTML elements inside the <head> of a page that pass information to search engines, browsers, and social platforms. They do not render to the user. They shape how the page is indexed, how the snippet looks in search, and how the link previews when shared.
A page has many meta tags. Only a handful matter. The ones that move rankings or clicks are title, description, robots, canonical, viewport, and the Open Graph and Twitter card sets.
Common meta tags and what they do
The table below covers the meta tags every page should consider. The full reference list lives in the MDN meta element docs.
| Tag | Purpose | Example |
|---|---|---|
<title> | Page title in browser tab and SERP | <title>Meta Tags Guide</title> |
meta name="description" | Page summary in search snippet | content="A guide to meta tags..." |
meta name="robots" | Index and follow rules for crawlers | content="index, follow" |
link rel="canonical" | Preferred URL for duplicate content | href="https://coinis.com/page" |
meta name="viewport" | Mobile rendering instructions | content="width=device-width, initial-scale=1" |
meta property="og:title" | Title for social link previews | content="Meta Tags Guide" |
meta property="og:image" | Preview image for social shares | content="https://.../og.jpg" |
meta name="twitter:card" | Twitter preview format | content="summary_large_image" |
The title tag is technically not a meta tag. Most SEO tools group it with the meta set because it does the same job. Treat it as part of the kit.
Which meta tags Google still respects in 2026
Google uses a small subset of meta tags directly. The rest are ignored or treated as hints. The official list lives in Google's special tags documentation.
The tags that affect crawling, indexing, or display:
- Title tag. Used as the snippet title most of the time. Google rewrites it about 33 percent of the time, per Ahrefs research from 2020.
- Meta description. Shown in the snippet when Google finds it useful. Rewritten in roughly 60 percent of cases. See our meta description entry for length and CTR rules.
- Robots tag. Controls indexing (
noindex), link following (nofollow), snippet length (max-snippet), and image previews. Hard rule for crawlers. - Canonical link. Tells Google which URL to treat as the master copy when several URLs serve similar content.
- Viewport. Required for mobile-friendly classification. A missing viewport tag still triggers Google's mobile usability warnings.
- hreflang. Maps language and regional variants of the same page.
Tags Google ignores: keywords, revisit-after, author (for ranking), and most legacy webmaster tags. Writing them does no harm. Reading guides that still recommend them does.
Meta tags vs schema markup
Meta tags describe the page. Schema markup describes the things on the page. Both live in the head. Both feed search engines. They serve different jobs.
Meta tags use plain HTML attributes. They produce the snippet text and the social preview. Schema markup uses structured JSON-LD blocks. It produces rich results, FAQ accordions in the SERP, product pricing badges, and structured fields that feed AI Overviews.
A 2024 Semrush study put AI Overview triggers near 13 percent of US English queries. Pages with both clean meta tags and matching schema show up in those summaries more often than pages with only one or the other. Use them together.
Common mistakes that hurt rankings
Five errors show up on almost every site audit. Each is fast to fix and high impact.
- Duplicate meta descriptions. The same description on dozens of pages confuses Google and triggers automatic rewrites. Every page needs unique copy.
- Missing canonical tag. Without a canonical, parameterized URLs and trailing-slash variants compete with each other for the same ranking. Set a canonical on every page.
- No Open Graph image. Links shared on LinkedIn, Facebook, or Slack show as a bare URL. CTR on those shares drops sharply. Set
og:imageto a 1200x630 PNG or JPG. - Wrong robots directive. A
noindexleft over from staging blocks the page from search entirely. Audit robots tags after every deploy. - Title and description over the pixel limit. Google truncates at roughly 600 pixels for titles and 920 pixels for descriptions. Front-load the keyword and the value.
The full list of crawl errors and their fixes lives in the robots.txt entry and the broader SEO overview.
Real-world example: a checked head section
A clean head section for a glossary page looks like this. Every tag earns its place.
<head>
<title>Meta Tags: Definition, Types & SEO Guide for 2026 | Coinis</title>
<meta name="description" content="Meta tags tell search engines and social platforms what a page is about. See the tags Google still uses in 2026, common errors, and an audit checklist.">
<meta name="robots" content="index, follow, max-image-preview:large">
<link rel="canonical" href="https://coinis.com/glossary/meta-tags">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="article">
<meta property="og:title" content="Meta Tags: Definition, Types & SEO Guide for 2026">
<meta property="og:description" content="The handful of meta tags that still move rankings and clicks in 2026, with examples and an audit checklist.">
<meta property="og:image" content="https://cdn.coinis.com/og/meta-tags.png">
<meta property="og:url" content="https://coinis.com/glossary/meta-tags">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Meta Tags: Definition, Types & SEO Guide for 2026">
<meta name="twitter:description" content="The handful of meta tags that still move rankings and clicks in 2026.">
<meta name="twitter:image" content="https://cdn.coinis.com/og/meta-tags.png">
</head>
Twelve tags. Zero waste. Each one does a specific job for a specific surface (search engine, social platform, browser).
Meta tags audit checklist
Run this list against any page before it ships. Re-run it quarterly across the full site.
- Title tag is unique, under 60 characters, and front-loads the primary keyword.
- Meta description is unique, 140 to 155 characters, and ends with a verb-driven action.
- Robots tag matches the intent (index for public pages, noindex for thank-you and staging).
- Canonical points to the live, public URL with no trailing parameters.
- Viewport tag is present and set to
width=device-width, initial-scale=1. - Open Graph set has
og:title,og:description,og:image,og:url, andog:type. - Open Graph image is 1200x630, under 5 MB, and served over HTTPS.
- Twitter card tag is set to
summary_large_imagefor content pages. - hreflang tags map every translated or regional variant.
- No
keywordstag, no legacyrevisit-after, no duplicated tags.
Pair this checklist with a quarterly Screaming Frog crawl. The combination catches almost every meta tag error before it costs traffic.
Related terms
Frequently asked questions
Are meta tags still a Google ranking factor in 2026?
Only the robots and canonical tags directly affect indexing and ranking. Title tags influence rankings indirectly through relevance. The meta description and Open Graph tags shape click-through rate and social previews, not rank. Google's SEO starter guide confirms this split.
What is the difference between meta tags and schema markup?
Meta tags describe the page in plain HTML attributes inside the head. Schema markup describes the page's entities (article, product, FAQ) using structured JSON-LD. Search engines use both together. Meta tags shape the snippet. Schema feeds rich results and AI Overviews.
Do I need the keywords meta tag?
No. Google stopped using the keywords meta tag in 2009. Bing also ignores it. Adding it costs you nothing but signals nothing. Most modern CMS platforms removed the field years ago. Skip it and spend the time on title and description instead.
How do Open Graph tags differ from standard meta tags?
Open Graph tags (the og:* set) tell social platforms how to render a link preview when someone shares the URL. The Open Graph Protocol defines og:title, og:description, og:image, and og:url as the four required tags. Without them, Facebook and LinkedIn guess from page content, often badly.
How often should you audit meta tags?
Run a full crawl every quarter and after any template change. Tools like Screaming Frog or Ahrefs Site Audit flag missing titles, duplicate descriptions, missing canonicals, and broken Open Graph images in one pass. Fixing these is among the highest-impact SEO work a small team can do.