Remove Taxonomy Slug
Remove taxonomy slugs from URLs for cleaner, SEO-friendly permalinks with simple settings and minimal technical setup.
The facts
- Rating
- 5★ from 1
- Active installs
- 400+
- Price
- Free
- Last updated
- 21 Feb 2026
- Added
- Oct 2021
- Requires WP
- 3.0.1
- Tested up to
- WP 6.9.7
- Downloads
- 10,390
Our analysis
AI-assistedRemove Taxonomy Slug is a WordPress plugin that enables you to create cleaner, SEO-friendly URLs by removing taxonomy slugs from your site. It is designed for users who may not have extensive technical knowledge, making it accessible for a wide range of WordPress users.
You can adjust settings through the WordPress admin dashboard to select which taxonomies to modify. The plugin also offers a filter for advanced customization, allowing developers to tailor the slug removal process further.
Best for: This plugin suits WordPress users looking to improve their site's URL structure for SEO purposes.
What it does well
- ✓Creates SEO-friendly URLs
- ✓User-friendly for those with minimal technical knowledge
- ✓Allows selection of specific taxonomies to modify
- ✓Includes a filter for advanced customization
- ✓Compatible with Custom Post Type UI
Where it falls short
- •Limited information on advanced features or support options
Verdict
Remove Taxonomy Slug provides a straightforward solution for simplifying URLs in WordPress. It is particularly useful for those focused on enhancing their site's SEO without needing extensive technical skills.
From the developer
Akshay Shah's own description of Remove Taxonomy Slug, lightly tidied.
This plugin allows you to create SEO-friendly URLs by removing taxonomy slugs, making URLs cleaner and more attractive to search engines. It’s simple to use, even for those with minimal technical knowledge.
With this plugin, you can:
– Remove slugs from custom taxonomies by adjusting plugin settings.
– Access the settings in your WordPress admin dashboard under Remove Taxonomy Slug Settings.
– Select the taxonomies you wish to modify and save your preferences.
Developer Note
For advanced customization, a filter is provided:
add_filter('remove_taxonomy_slug_filter', function($slug_list) {
return $slug_list;
});
Ensure the slug names are accurate in the array.
Compatible functions:
– term_link
– get_category_link
– get_term_link
– category_link
This plugin also works seamlessly with Custom Post Type UI.
For support, contact me at akshay.shah5189@gmail.com.
If you need to remove post type slugs, check out my other plugin: Remove Post Type Slug