SEO & Analytics

What Are Meta Keywords in WordPress

Understanding How Meta Keywords Work (and Don’t Work) in Modern WordPress SEO

Some WordPress tutorials still talk about “meta keywords” as if they are a secret SEO weapon. You install a plugin, see a “Meta Keywords” box, and wonder: should I be filling this out on every post?

This guide explains exactly what meta is, how search engines treat them today, and what that means for your WordPress site. You will learn when they are useful (if ever), when they are risky, and which keyword settings are actually worth your time.

If you’re just starting with optimization overall, it also helps to read a broader WordPress SEO beginner’s guide so you see how meta tags fit into your full SEO strategy.

Step 1: Understand What Meta Keywords Are

Meta are a type of HTML meta tag that lists the main keywords for a page inside the <head> section of your site. They are not visible to visitors, only to browsers and crawlers.

A classic keywords tag looks like this:

<meta name="keywords" content="wordpress, meta keywords, seo, tutorials">

Decades ago, some search engines used this tag to understand what your content was “about.” Site owners would list important phrases so the crawler could categorize the page more easily.

In WordPress, meta can appear in three main ways:

  • Hard-coded in your theme’s header.php file (rare in modern themes).
  • Output by an SEO plugin that still supports meta.
  • Injected manually using a code snippet or custom fields.
Note: WordPress core has never provided a built-in keywords field. If you see one, it’s coming from your theme or a plugin, not from WordPress itself.

Step 2: Learn How Search Engines Treat Meta Keywords Now

Meta were abused heavily in the early days of SEO. Site owners stuffed long lists of unrelated phrases into the tag to try to rank for everything at once. Because of this, major search engines changed how they treat the tag.

Today, the situation is very different:

  • Google completely ignores the meta keywords tag for ranking and has said so publicly.
  • Other major search engines (like Bing) also do not use it as a ranking signal.
  • Some very niche search tools or old internal search systems may still read it, but that’s uncommon.
Warning: Adding or “optimizing” meta keywords will not improve your Google rankings. If a guide promises it will, it’s outdated.

The real risk is not that Google will penalize you just for having a meta keywords tag, but that:

  • You might waste valuable time maintaining a field that has no real impact.
  • Over-stuffed meta keywords can be a signal that your site uses outdated or spammy SEO practices.

That’s why most modern SEO plugins either hide the keywords field by default or remove it entirely.

Step 3: Decide Whether to Use Meta Keywords in WordPress

Because meta keywords are essentially ignored by major search engines, you should start with a simple decision: do you even need them?

You might still consider using meta keywords if:

  • You have a legacy internal search tool or directory that explicitly requires them.
  • You work in a very specific closed ecosystem (for example, an intranet) where a custom search engine reads the meta keywords tag.

For almost every public WordPress site, it’s better to avoid meta keywords completely and focus on:

  • High-quality content that naturally uses your target phrases.
  • Optimized titles, slugs, and meta descriptions.
  • Strong internal linking and good site structure.

If you absolutely must add a meta keywords field for a specific system, use a focused, short list of phrases that match the page content and keep them consistent with your on-page keywords. For a full walkthrough on implementing a keywords field when you really need it, see how to add meta keywords in WordPress without a plugin.

Step 4: Find and Manage Meta Keywords Fields in WordPress

Even if you decide not to use meta keywords, you still need to know where they may be coming from in your WordPress site so you can disable or clean them up.

4.1 Check Your SEO Plugin Settings

Most WordPress sites add meta tags through an SEO plugin rather than through the theme. Popular plugins like Yoast, Rank Math, and All in One SEO once allowed meta keywords, but many now hide or remove the feature.

  1. Log in to your WordPress dashboard.
  2. Go to the settings page for your SEO plugin (for example, SEO » Search Appearance in Yoast).
  3. Look for an option related to Meta Keywords or Additional Meta Tags.
  4. If there is a global setting to enable meta , leave it disabled unless you have a clear business reason to keep it.

Checkpoint: When you edit a post or page, you should not see a dedicated “Meta Keywords” box unless you intentionally turned it on.

4.2 Look for Hard-Coded Meta Keywords in Your Theme

Some older themes added a site-wide meta keywords tag directly in header.php. This means the same keyword list appears on every page, which is the opposite of what search engines want.

  1. From the dashboard, go to Appearance » Theme File Editor (or edit your theme via FTP or a child theme).
  2. Open header.php.
  3. Search for meta name="keywords" inside the file.

If you find a line like this, it’s safe to remove it or comment it out in a child theme:

<meta name="keywords" content="your, keywords, here">
Pro Tip: Always update child themes, not the main theme, so theme updates don’t overwrite your changes.

4.3 Verify the Output in Your Page Source

After changing plugin settings or theme files, always check your front-end pages.

  1. Open your homepage in a browser.
  2. Right-click and choose View Page Source.
  3. Use the browser’s find function (Ctrl+F or Cmd+F) and search for meta name="keywords".

Checkpoint: If you decided to remove meta keywords, you should no longer see a <meta name="keywords"> tag in the source. If you decided to keep them, confirm that each page shows a relevant, short list instead of a long stuffed list.

Step 5: Use Keywords the Right Way in WordPress SEO

Even though meta keywords are no longer a ranking factor, keywords absolutely still matter. They just need to live in places that search engines actually use.

5.1 Focus on Places That Matter More Than Meta Keywords

For each important post or page, make sure your target keyword appears naturally in:

  • The SEO title and meta description.
  • The URL slug.
  • The opening paragraph and main headings (H1, H2, etc.).
  • Relevant anchor text in internal links from other pages.

To get a clearer picture of where you can safely place keywords around your site, check out this guide on where to add keywords in WordPress.

5.2 Avoid Keyword Stuffing Anywhere

Keyword stuffing isn’t just a meta keywords problem. Over-repeating phrases in your titles, headings, or body content can also make your pages look spammy and hurt your rankings.

  • Write for humans first, then fine-tune for search.
  • Use variations and related phrases instead of repeating the exact same keyword over and over.
  • Check your content for readability and natural flow.

5.3 Use Internal Links to Reinforce Topics

Internal linking is a powerful way to help search engines understand which pages are most important for specific topics. Instead of relying on meta keywords, link related posts together using clear, descriptive anchor text.

For example, a post about basic on-page SEO in WordPress could link to a more advanced tutorial on keyword placement, technical SEO, or content structure. Over time, this builds a strong topical map across your site.

Bringing Meta Keywords into Modern WordPress SEO

Meta keywords are a relic from an older era of SEO. They live in the page head, they used to matter, and they are still visible in some WordPress themes and plugins—but for modern Google-focused SEO, they no longer move the needle.

For your WordPress site, the smartest move is usually to disable or remove keywords, clean up any old hard-coded tags, and focus on the places where keywords actually matter: titles, descriptions, content, and internal links. By doing that, you align your site with current best practices instead of chasing outdated tactics.

If you ever need meta keywords for a very specific legacy system, treat them as a narrow technical requirement, not as a core part of your SEO strategy.

Further Reading

Frequently Asked Questions

Do meta keywords still matter for WordPress SEO?

No, keywords are not a ranking factor for major search engines like Google and Bing. Modern algorithms rely on your content, title tags, meta descriptions, internal links, and many other signals instead. If you never touch meta keywords in WordPress, you’re not missing an important SEO opportunity.

Why don’t I see a meta keywords field in my WordPress dashboard?

WordPress itself does not include a meta keywords field, and many SEO plugins have removed or hidden it because it no longer helps with rankings. If your plugin doesn’t show it, that’s usually intentional. You can check your plugin’s settings, but in most cases you’re better off leaving meta keywords disabled and focusing on other optimization options.

How can I tell if my theme is still outputting a meta keywords tag?

Open any public page on your site in a browser, view the page source, and search for meta name="keywords". If nothing appears, your theme or plugins are not outputting a meta keywords tag. If you do see one, check whether it’s coming from your SEO plugin or from your theme’s header.php file and then remove or adjust it in a child theme if necessary.

Can meta keywords hurt my site or cause penalties?

Simply having a meta keywords tag is unlikely to cause a direct penalty, but an over-stuffed tag can be a sign of spammy or outdated SEO practices. If you fill it with long, repetitive lists of keywords that don’t match your content, it may reflect poorly on how your site is managed. That’s why most professionals either leave the tag empty or don’t use it at all.

Is it worth my time to go back and add meta keywords to older posts?

For almost every site, the answer is no. Your time is far better spent improving titles, rewriting weak content, tightening up internal linking, and fixing technical issues. Those activities have a measurable impact on rankings and user experience, while adding meta keywords to old posts provides little or no SEO benefit.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button