Skip to content
SeoWiki

The SEO encyclopedia

Technical SEO

HTML Head Keywords

HTML head keywords are a <meta> tag placed in the <head> section that lists keywords relevant to the page content, but Google ignores them for ranking.

Beginner3 min readUpdated 2026-07-26Reviewed by Lucía Marín

Key takeaways

  • Meta keywords are ignored by Google – do not rely on them.
  • Focus on title tags and meta descriptions for real SEO impact.
  • The tag is still part of HTML spec but offers no ranking benefit.
  • Avoid keyword stuffing – it harms readability and may look spammy.

The <head> section controls core SEO signals like the page title and meta description, but one old tag – meta keywords – is often misunderstood.

Example

A typical meta keywords tag looks like this:

<meta name="keywords" content="SEO, HTML head, meta tags">

This tag tells search engines (historically) which terms the page is about. However, Google ignores it for ranking.

When Should I Use This?

You almost never need meta keywords for SEO. Use it only if:

  • You are required to include it for legacy CMS compatibility.
  • You are following an outdated internal guideline (update it).
  • You are testing or demonstrating how HTML metadata works.

For modern SEO, invest time in:

What It Is Not

  • Not a ranking factor for Google – it is ignored.
  • Not visible to users – it lives only in the <head>.
  • Not a replacement for on-page content or title tags.
  • Not a way to trick search engines – stuffing keywords can look spammy.

Quick Start

  1. Open your HTML file and locate the <head> section.
  2. Remove any existing <meta name="keywords"> tag – it wastes bytes.
  3. Write a unique <title> (50–60 characters) that describes the page.
  4. Write a compelling <meta name="description"> (150–160 characters) that summarizes the page for search results.
  5. Add other essential meta tags like charset and viewport.
  6. Test your page with Google Search Console to ensure Google can read your metadata.

Common Mistakes

  • Treating meta keywords as a ranking factor – Google ignores it.
  • Stuffing dozens of terms into the tag – this looks spammy and wastes effort.
  • Putting visible content in the head – all visible text belongs in the <body>.
  • Forgetting essential metadata like charset, viewport, or a unique <title>.

Next step

FAQ

What are HTML head keywords?

HTML head keywords are a <meta> tag that lists keywords relevant to the page content. They are placed in the <head> section of an HTML document.

Does Google use meta keywords for ranking?

No. Google has stated that the meta keywords tag is ignored for ranking purposes. It does not affect search performance.

Should I still use meta keywords?

It is not necessary for SEO. The tag remains part of the HTML specification but offers no ranking benefit. Focus on title tags and meta descriptions instead.

What is the difference between meta keywords and meta description?

Meta keywords list terms for the page, while meta description provides a summary shown in search results. Meta description is used by Google; meta keywords are not.

Related topics

Sources

Reviewed by Lucía Marín, Founding editor.