Meta keywords are an HTML meta tag (also called the meta keywords tag) that lists descriptive terms in a webpage's <head> section. Once a critical ranking factor in the 1990s, this metadata is now ignored by Google for ranking purposes and carries minimal weight elsewhere. Modern SEO practitioners should understand them primarily to eliminate wasted effort and avoid triggering spam filters on remaining search engines.
What are Meta Keywords?
Meta keywords are metadata elements placed in the HTML source code to describe page topics to search engines. The syntax places the tag inside the <head> element:
<meta name="keywords" content="term one, term two, term three">
These tags remain invisible to site visitors but appear in the page source. At the dawn of commercial search, engines relied on these tags to assess relevance because they could not yet parse page content effectively. This dependency led to widespread manipulation through [keyword stuffing], causing Google to officially confirm in 2009 that meta keywords no longer affect rankings [Google confirmed in 2009 that meta keywords do not affect rankings] (Ryte).
Why Meta Keywords no longer drive SEO
The meta keywords tag has transitioned from an optimization lever to a potential liability. Major search engines now evaluate actual page content rather than self-reported tags.
-
Google ignores them completely. [Google Search does not use the meta-keyword tag in web ranking] (Google Search Central). The tag has no effect on indexing or ranking.
-
Bing treats excessive use as spam. While Bing indexes the tags, [Bing treats excessive meta keywords tags as a spam signal] (Semrush). Stuffing the field can harm rather than help visibility.
-
Competitors can view your strategy. Any visitor can inspect your HTML source code and read your meta keywords, exposing your target terms to competitors [Ryte notes competitors can extract keywords from source code] (Ryte).
-
Time is better spent on visible elements. Optimizing title tags, header tags, body content, and image alt text delivers ranking impact while meta keywords do not.
How search engines process Meta Keywords
Search engines handle meta keywords differently across three stages: indexing, information retrieval, and ranking.
Indexing: Crawlers store meta tag content in databases, but this storage does not influence search hierarchy.
Information retrieval: [Bing uses meta keywords with very little weight] (Ryte) to match content to queries. [Yahoo uses meta keywords as a very weak ranking signal] (Semrush), primarily as a fallback when page content does not match the query.
Ranking: Google applies zero ranking value. Bing explicitly states they do not use meta keywords as a ranking signal.
Best practices for legacy management
If your site currently uses meta keywords, or your CMS auto-generates them, follow these constraints to minimize risk:
Remove them entirely. Deleting the tags eliminates spam risk and competitor visibility without harming Google rankings.
Limit to ten terms if retention is required. Some internal site search systems still reference these tags. If you must keep them, [use fewer than ten meta keywords per page] (WordStream) and ensure they exactly match the visible page content.
Exclude spam triggers. Avoid terms like "porn," "poker," "credit," or "download" unless they accurately describe your content, as these may trigger penalty algorithms [Ryte warns against spam terms in meta keywords] (Ryte).
Audit for relevance. Remove keywords that do not appear in your page text to avoid stuffing signals.
Common mistakes
Mistake: Treating meta keywords as a Google ranking factor. Fix: Remove the tags and reallocate that time to optimizing title tags and meta descriptions.
Mistake: Stuffing dozens of unrelated terms into the tag. Fix: Delete the tag entirely. [Bing treats excessive meta keywords as a spam signal] (Semrush), which can suppress your visibility.
Mistake: Listing high-value commercial keywords for competitors to see. Fix: Assume competitors read your source code. Do not expose your primary keyword strategy in meta tags.
Mistake: Retaining meta keywords for internal search without verification. Fix: Test whether your CMS actually uses them. Modern internal search systems typically analyze page content rather than relying on meta tags.
Examples
Basic HTML implementation:
<!DOCTYPE html>
<html>
<head>
<meta name="keywords" content="HTML tutorials, CSS basics, web development">
<title>Web Development Guide</title>
</head>
<body>
<h1>Welcome to Web Development</h1>
</body>
</html>
Example scenario: A cooking blog discovers legacy meta keywords including "Low-Rate Mortgage" and "Find a Divorce Lawyer" stuffed by a previous agency. Removing these irrelevant terms reduces spam risk, while shifting focus to optimizing recipe titles and headings improves actual search visibility.
FAQ
Do meta keywords help SEO in 2024? No. Google ignores them completely. Bing may use them minimally but treats excessive tags as spam signals. They provide no ranking benefit in major search engines.
Does Google penalize sites for using meta keywords? Google does not penalize sites specifically for having the tag, but ignores it entirely. However, Bing may view keyword stuffing in meta tags as a negative spam signal that affects rankings.
Why do some SEO practitioners still use meta keywords? Legacy habits persist from the 1990s and early 2000s. [Nearly 70% of search engine marketers reported using meta keywords] (WordStream) according to a historical SEM Pro survey, though modern guidelines recommend against the practice.
Can competitors see my meta keywords? Yes. Anyone can view the HTML source code of your page and read the content of your meta keywords tag, exposing your keyword targeting strategy.
Are there any legitimate uses for meta keywords? Some content management systems use them for internal site search functionality, and some ad networks may reference them for contextual targeting. However, modern alternatives typically provide better accuracy without the SEO risks.
What should I optimize instead of meta keywords? Focus on title tags, meta descriptions, header tags (H1 through H6), body content, image alt text, and anchor text. These elements are confirmed ranking signals that appear in Google's indexing and ranking systems.