Fewer Tags helps WordPress sites avoid thin, low-value tag archives.
Instead of letting every tag create another archive URL, the plugin lets you set a minimum number of posts a tag needs before it is considered live on your site. Tags below that threshold are hidden from visitors and search engines, redirected to your homepage, and excluded from supported XML sitemaps.
That means fewer useless tag pages, cleaner taxonomy archives, and less crawl waste.
Fewer Tags lets you define the minimum number of posts a tag needs before it becomes live. Tags below that threshold:
- redirect their archive page to your homepage
- no longer appear in tag listings
- no longer appear in WordPress core XML sitemaps
- no longer appear in Yoast SEO XML sitemaps
- no longer appear in Slim SEO XML sitemaps
The default threshold is 10 posts, and you can change it under Settings → Reading.
Many WordPress sites accumulate lots of tags that only contain one or two posts. Those tag archives rarely help users, and they create extra URLs for search engines to crawl and index.
Fewer Tags gives you a simple way to keep useful tag archives while suppressing the ones that add little value.
- On the front end, low-volume tag archives redirect to the homepage.
- On posts, low-volume tags are filtered from tag output.
- In the WordPress admin, you can see whether a tag is live in the Tags overview.
- In supported sitemap providers, low-volume tags are excluded automatically.
- Install Fewer Tags from your WordPress dashboard or upload the plugin manually.
- Activate the plugin.
- Go to Settings → Reading.
- Choose how many posts a tag needs before it becomes live on your site.
Yes. If your site already has lots of low-value tags, Fewer Tags will start suppressing tag archives that fall below your chosen threshold.
Usually no. Tag archives can be useful when they group enough related content. Fewer Tags is designed to keep valuable tag archives live while suppressing the weak ones.
Please use the Patchstack Vulnerability Disclosure Program to report security issues: https://patchstack.com/database/vdp/fewer-tags
- Research: https://fewertags.com/research/
- Free plugin walkthrough: https://www.youtube.com/watch?v=KItn1X1qMas
- Fewer Tags Pro: https://fewertags.com/
- Fewer Tags Pro video: https://www.youtube.com/watch?v=NkF3Y6iIoDk
To test the Playground-specific setup in development, add the following to your wp-config.php:
define( 'IS_PLAYGROUND_PREVIEW', true );