The Meta Keywords Tag (Deprecated)

The meta keywords tag has been dead for Google ranking since 2009, and Bing has never used it as a ranking booster either. Here's the citation trail, the Bing spam-signal nuance, and why you should still remove a populated one.

First published: Jul 2, 2026 · Last updated: Jul 18, 2026 · Advanced
demand #5 in Meta Tags#11 in On-Page#58 in Technical SEO#82 on the site

The meta keywords tag — <meta name="keywords" content="..."> — is a mid-1990s HTML head element that let a page declare its own topic keywords. It's been dead as a Google ranking signal since a public 2009 confirmation (Matt Cutts), and Google's current docs still list it under 'Unsupported tags and attributes' with 'no effect on indexing and ranking at all.' Bing never used it as a positive ranking booster either — by 2014 it called the tag 'dead in terms of SEO value' — but Bing has historically treated an obviously stuffed keywords tag as a spam signal, not a ranking factor. The tag died because it was invisible to visitors and became a magnet for keyword stuffing. Yandex and Baidu guidance has been less absolute, so the accurate claim is 'not used by Google or Bing for ranking,' not 'unused by all search everywhere.' The real 2026 reason to remove a populated tag isn't ranking — it's that a stuffed one is plainly visible via view-source and hands competitors and scraping/AI tools a free readout of your target keywords. WordPress plugins moved on years ago: Yoast removed the feature in v6.3; Rank Math excludes it by default.

TL;DR — The meta keywords tagThe meta keywords tag — <meta name=\"keywords\" content=\"...\"> — is a mid-1990s HTML head element meant to let a page declare its own topic keywords to search engines. Google has publicly ignored it for ranking since 2009, and no major search engine uses it as a ranking signal today. It's dead as SEO, and a populated one only leaks your target keywords to anyone who views your source. is a mid-1990s relic that Google has publicly ignored for ranking since September 21, 2009 (Matt Cutts, via a blog post, a video, and his personal blog the same day — partly to correct courts that thought meta tagsMeta tags are HTML elements in a page's head that pass metadata about the page to search engines and browsers. For SEO only a few matter — the title element, the meta description, and the robots meta tag — while meta keywords and most others are ignored. drove rankings). Google’s current docs still list it under “Unsupported tags and attributes” with “no effect on indexingStoring a crawled page in the search index so it can appear in results. Crawled is not the same as indexed — Google selects what to keep, and indexing isn't guaranteed. and ranking at all,” so this is settled, not stale. It died because it was invisible to users and got stuffed. Bing’s position is subtly different and worth stating precisely: never a positive ranking booster, but historically monitored as a spam signal when abused. Yandex/Baidu guidance has been less absolute, so scope the claim to Google and Bing. The 2026 reason to remove a populated tag isn’t ranking — it’s the competitive-intelligence leak via view-source, scraping, and AI tools.

Evidence for this claim Google Search ignores the keywords meta tag for indexing and ranking. Scope: Google Search only; other systems may parse the field for non-ranking purposes. Confidence: high · Verified: Google Search Central: Meta tags Google doesn't support Evidence for this claim Google publicly confirmed in 2009 that it does not use the keywords meta tag in web-search ranking. Scope: Google web search ranking; the announcement does not speak for every search engine or internal site search. Confidence: high · Verified: Google Search Central Blog: Google does not use keywords meta tag

What it is, and where it came from

The tag is one line in the document <head>:

<meta name="keywords" content="running shoes, trail shoes, marathon shoes">

It dates to roughly 1995 (per Yoast’s history of it), which makes it older than Google. In the earliest era of web search, engines judged pages largely on the content of the page itself, not off-page factors like links — so a tag where a page could just declare its own topic keywords looked like useful, authoritative metadata. That assumption is exactly what broke it.

Worth separating two different questions: is the tag valid HTML, and does Google consume it? Those aren’t the same thing, and conflating them is a common mistake. The tag is still perfectly valid HTML — the WHATWG HTML Standard defines the keywords metadata name as a set of comma-separated tokensA token is the smallest unit of text (or image/audio/video) an LLM processes — roughly 4 characters, or about ¾ of an English word. A context window is the maximum number of tokens (input plus output) a model can hold at once, like its short-term memory., with an explicit parsing algorithm (split the content value on commas, remove duplicates). It’s not deprecated or malformed markup. The same spec is candid about why it’s ignored, though: “Many search engines do not consider such keywords, because this feature has historically been used unreliably and even misleadingly as a way to spam search engine results in a way that is not helpful for users.” Conformance and consumption are separate questions — the tag validates fine; search engines just choose not to read it.

Does Google use the meta keywords tag? No — and its own current docs say so

The strongest, most durable evidence isn’t the 15-year-old announcement — it’s what Google’s live documentation says today. Google’s Meta tags and attributes that Google supports page — a maintained doc, not an archived post — lists the keywords tag under “Unsupported tags and attributes” and states plainly: “The meta-keyword tag is not used by Google Search, and it has no effect on indexingStoring a crawled page in the search index so it can appear in results. Crawled is not the same as indexed — Google selects what to keep, and indexing isn't guaranteed. and ranking at all.” (Verified live against the current page as part of this update — the wording is unchanged.) That’s Google restating the non-use in current documentation, not just leaving an old blog post up.

The 2009 announcement is where this history starts, and it’s worth knowing for context and rationale even though the current docs above are the stronger “still true today” evidence. On September 21, 2009, Matt Cutts (then head of Google’s Webspam team) published Google does not use the keywords meta tag in web ranking on the Google Search Central Blog. The core line: “Google doesn’t use the keywords meta tag in our web search ranking.” He was blunt about the present tense too — Google’s web search “disregards keywords meta tag completely. They simply don’t have any effect in our search ranking at present.”

Google is still saying it out loud in office-hours-style contexts, too. Per Search Engine Journal, John Mueller reconfirmed on Reddit in 2023 that meta keywords hold no SEO importance, and again in October 2025 told a developer reviewing a “vibe-coded” site that the keywords, author, and robots meta tags provide no SEO benefit. That’s the most recent public confirmation the guidance is unchanged.

One narrow historical exception, for completeness: the only Google product ever documented to match on the tag was the discontinued Google Search Appliance — an enterprise on-premises search box completely separate from web search. It has nothing to do with how Google.com ranks pages.

Why did Google stop using it? Keyword stuffing

This is the load-bearing causal point, and it’s more interesting than “the tag was useless.” The tag wasn’t abandoned for being pointless — it was abandoned for being gameable in a way real visitors never saw. Cutts explained it directly:

Because the keywords meta tag sat in the <head> where visitors never looked, it became an obvious place to stuff often-irrelevant keywords, and because it was so often abused, Google began disregarding it years before the 2009 post. That’s the general lesson behind a lot of dead ranking signals: any signal that’s invisible to users is inherently gameable, so engines eventually stop trusting it. (This is the same dynamic that turned overt on-page repetition into the spam pattern we now call keyword stuffing — a signal stops being a signal the moment it’s easy to fake.)

There’s a great historical footnote here too. Google didn’t publish a blog post and a video and a personal-blog post on the same day just for the SEO crowd. On his personal blog, Cutts noted that courts still mistakenly believed meta tagsMeta tags are HTML elements in a page's head that pass metadata about the page to search engines and browsers. For SEO only a few matter — the title element, the meta description, and the robots meta tag — while meta keywords and most others are ignored. played a pivotal role in search rankings, and the point of the coordinated announcement was to debunk that misconception. The push was partly aimed at lawyers and judges, not just marketers.

Does Bing use the meta keywords tag?

Bing’s answer is “no” for ranking — but the precise framing matters, and almost every competing article flattens it. Bing’s position is not a positive ranking signal, but historically a spam-detection input when abused.

Duane Forrester (then a senior product manager at Bing) is the clearest voice on this. Via Search Engine Land in 2011, he described the tag as one signal among roughly a thousand — getting it right was a minor perk, but abusing it could hurt you, and “it’s the overt keyword stuffing that gets noticed”. By 2014, on the Bing Webmaster Blog, he was flatter still: the meta keyword tag is dead in terms of SEO value, and “that tag flat lined years ago as a booster.”

So the accurate one-liner for Bing is: it won’t help you rank, and a stuffed one can hurt. That’s more precise — and more actionable — than the common oversimplification that “Bing ignores it too.”

What about other search engines? (Yandex, Baidu)

Scope your claim honestly. “No search engine on Earth uses this” is overstated. Historically, per the Ahrefs meta keywords guide (written by Joshua Hardwick and reviewed by me), Yandex’s own documentation has described the tag as something that can be used when determining a page’s relevance to search queries — i.e., a live, low-weight signal. Baidu’s guidance has flip-flopped: dismissed as obsolete in a 2012 statement, then revived with relevance language in a 2020 update.

For the audience most of this content serves — sites targeting Google and Bing — none of that changes the recommendation. But if you operate in Russian- or Chinese-language markets, treat “meta keywords are dead” as a Google/Bing statement with a footnote, not a universal law.

Should you remove the meta keywords tag in 2026?

Short version: it won’t help or hurt on Google, so the decision is driven by two minor-but-real downside removals. (There’s a full walkthrough in the Decision tree tab.)

  • It won’t help or hurt on Google. Removing it changes nothing for Google rankings — “no effect on indexing and ranking at all” cuts both ways. Google doesn’t document removal as a ranking improvement either — the honest framing is cleanup, not an SEO win.
  • The Bing spam-signal argument. Bing’s own team has historically described a stuffed keywords tag as a spam-detection input (2011, 2014 statements — quoted below). Current status isn’t independently confirmed, but if the existing tag is stuffed, removing it eliminates that documented old risk at zero cost.
  • The competitive-intelligence leak. This is the strongest 2026 argument and the one most competing content under-develops. A populated keywords tag is plain text in your <head>, readable by anyone via View Page Source or a basic crawl — no tools required, and that includes any scraping or AI tooling that indexes page metadata. There’s no measurement of how often that actually happens, but leaving a revealing tag in place is an unforced, zero-cost exposure with no offsetting upside.
  • Check internal consumers before bulk deletion. Google doesn’t read the tag, but some non-Google systems have historically been documented to — certain internal site-search implementations and legacy CMSA content management system (CMS) is software that lets users create, manage, and publish digital content — like blog posts and pages — without writing raw code. WordPress, Drupal, and Joomla are the most common open-source CMS platforms. integrations can pull from it for relevance matching. Before you template it out sitewide, confirm nothing internal quietly depends on it.
  • The tools already moved on. WordPress’s two leading SEO plugins deprioritized it years ago: Yoast SEO removed meta-keyword functionality in version 6.3, and Rank Math excludes the keywords tag by default (it can be re-enabled, but you’d be opting back into a dead feature). If even the plugins stopped, that’s a good “the field has moved on” signal for a skeptical stakeholder.

Myths worth naming

A few claims still circulate that need active correction, not just omission:

  • “Meta keywords still help if used in moderation.” No. Google’s docs say “no effect… at all,” with no moderation caveat.
  • “Bing uses meta keywords as an active ranking signal.” No — and this one is actively circulating in some 2025/2026 vendor content. Bing’s own reps (2011, 2014) describe it as, at most, a spam input, never a positive booster.
  • “Removing an old tag might hurt my SEO.” No. Removal is neutral-to-positive everywhere it matters.
  • “No search engine anywhere uses it.” Overstated — see the Yandex/Baidu caveat above.

Where this sits in the meta tags cluster

The keywords tag is the headline example of a dead head element — the “ignored” bucket in the meta tags for SEOMeta tags are HTML elements in a page's head that pass metadata about the page to search engines and browsers. For SEO only a few matter — the title element, the meta description, and the robots meta tag — while meta keywords and most others are ignored. hub. Its living siblings are the ones actually worth your attention: the title element and the meta descriptionThe meta description is an HTML head tag — `<meta name=\"description\" content=\"…\">` — that suggests a short summary of the page for the search snippet. It's not a Google ranking factor, and Google rewrites it the majority of the time, but a good one can still lift click-through. (the tag people constantly confuse this one with), plus the robots meta tagThe robots meta tag is an HTML element in a page's head — <meta name=\"robots\" content=\"noindex\"> — that tells search engines how to index and serve that page. It's crawl-then-obey: a page blocked in robots.txt is never fetched, so the tag is never seen. family for indexing and serving control. If you’re auditing a <head> and find a keywords tag, the right move is the same one you’d apply to author or revisit-after tags — delete it and spend the effort on the tags that do something.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.