What Is Meta Keywords?
Meta keywords are a list of words or short phrases that are added inside the HTML code of a web page. Visitors do not see them on the page. Long ago, people used them to tell search engines what topics the page covered.
Definition
The meta keywords tag is a small piece of code in the head section of a web page. It usually looks like this in HTML. <meta name=”keywords” content=”shoes, running shoes, sports shoes”>. Each word or phrase in the content part is a meta keyword. Today major search engines like Google and Bing ignore this tag for ranking.
Why Meta Keywords Matters
Meta keywords are important mainly for understanding the history of SEO. In the past they helped pages show up in search results. But many site owners abused them by stuffing lots of wrong or spammy keywords. Because of this search engines stopped trusting the tag. Knowing this helps you focus on better SEO tasks like good content, clear titles, and helpful meta descriptions.
How Meta Keywords Works
When used, the meta keywords tag sits in the head part of the HTML. Old search engines used to read the tag and match those words with user searches. If the keywords matched, the page could rank higher. Now most search engines ignore this tag, so adding or changing meta keywords does not improve rankings.
Meta Keywords vs Related Terms
Meta keywords vs meta description. Meta keywords are a hidden list of words and are not shown in search results. A meta description is a short visible text that often appears under the page title in search results and can affect how many people click your link.
Meta keywords vs title tag. The title tag is the main clickable headline users see in search results. Search engines still use the title for understanding the page. Meta keywords are ignored by modern search engines for ranking.
Example of Meta Keywords
Here is a simple example of meta keywords in HTML for a recipe page.
<head>
<title>Easy Chocolate Cake Recipe</title>
<meta name="keywords" content="chocolate cake, easy cake recipe, dessert">
</head>
The page might still work fine if you remove this meta keywords line, because search engines now focus on the visible text, headings, and other signals.
FAQs
Do meta keywords help SEO today?
For Google, Bing, and most major search engines, meta keywords do not help rankings at all.
Should I still use meta keywords?
Most sites do not need them. It is usually better to spend time improving your content, titles, and meta descriptions.
Can meta keywords hurt my site?
If you stuff too many spammy or wrong words, it can make your site look low quality to some tools or smaller search engines. It is safer to avoid them or keep them simple.
Do any search engines use meta keywords now?
Some very small or private search systems may still read them, but the big public search engines mostly ignore them.
What should I focus on instead of meta keywords?
Write clear helpful content, use honest titles, add useful headings, improve loading speed, and make your site easy to use on mobile devices.