One of the most common SEO problems on WordPress sites is that people add too many tags to posts. The WordPress interface makes it incredibly easy to do so, and with every tag you add, you add another URL to your site for search engines to crawl and index. This plugin minimizes that effect by setting a minimum number of posts needed for a tag to be “live” on your site.
Tags that have fewer than the configured number of posts:
- don't work on your site, and are redirected to your homepage.
- no longer show up in tag listings.
- are no longer linked in WordPress core's or Yoast SEO generated XML sitemaps.
This positively affects your site's SEO and also leads to less crawling, as you have fewer useless tag pages.
To test the Playground specific setup in development, add the following to your wp-config.php
:
define( 'IS_PLAYGROUND_PREVIEW', true );
So you have a site with a lot of tags that don't add any value? Yes, you can safely add this plugin. It will redirect the useless tag pages to your site's homepage.
No, you should not noindex your tag pages. If your tag pages have more than 10 posts in them, they are valuable ways of getting your site crawled and of combining related content. There's no reason to noindex those pages at that point. What you could (and should) do is add descriptions to those tag pages.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.