Title: Custom Post &amp; Taxonomy Hierarchy SEO with Woocommerce Support
Author: Buks Saayman
Published: <strong>April 25, 2017</strong>
Last modified: June 30, 2017

---

Search plugins

![](https://ps.w.org/custom-post-taxonomy-hierarchy-seo/assets/banner-772x250.png?
rev=1644681)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/custom-post-taxonomy-hierarchy-seo_4d5876.
svg)

# Custom Post & Taxonomy Hierarchy SEO with Woocommerce Support

 By [Buks Saayman](https://profiles.wordpress.org/bukssaayman/)

[Download](https://downloads.wordpress.org/plugin/custom-post-taxonomy-hierarchy-seo.1.0.4.zip)

 * [Details](https://wordpress.org/plugins/custom-post-taxonomy-hierarchy-seo/#description)
 * [Reviews](https://wordpress.org/plugins/custom-post-taxonomy-hierarchy-seo/#reviews)
 *  [Installation](https://wordpress.org/plugins/custom-post-taxonomy-hierarchy-seo/#installation)
 * [Development](https://wordpress.org/plugins/custom-post-taxonomy-hierarchy-seo/#developers)

 [Support](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/)

## Description

If your site has Custom Post Types and Custom Taxonomies, this plugin will allow
you to select which Custom Post Types to include the Custom Taxonomies in the URL
structure for.

We are now offering Woocomerce support as well. Your products URL structure can 
include the list of nested categories.

For example:

If you have a custom post type called “Projects” and a taxonomy for “Project Types”.

This plugin will give you:
 http://domain.com/projects/project-type/project-slug/

Instead of the default:
 http://domain.com/projects/project-slug/

If your Woocommerce product “Woo Ninja” was categorised under: cloting >> hoodies

This plugin will give you:
 http://domain.com/shop/clothing/hoodies/woo-ninja/

Instead of the default:
 http://domain.com/shop/woo-ninja/

## Screenshots

[⌊In your wp-admin dashboard, look for these settings. There you choose the custom
post types you want to have the slug include the taxonomies for.⌉⌊In your wp-admin
dashboard, look for these settings. There you choose the custom post types you want
to have the slug include the taxonomies for.⌉[

In your wp-admin dashboard, look for these settings. There you choose the custom
post types you want to have the slug include the taxonomies for.

[⌊Example of what you can expect your URL structure to be.⌉⌊Example of what you 
can expect your URL structure to be.⌉[

Example of what you can expect your URL structure to be.

## Installation

Either install the plugin the traditional way through your Admin dashboard’s Plugins
screen, or you can :

 1. Upload the plugin files to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. In WP-admin, look for `Custom Post Tax Hierarchy` in your left-hand sidebar menu.
    There you must select which Custom Post Types for this to apply to.

Go to your custom post type posts, either in your Admin dashboard, or the front-
end of your website, and look at the URL, it now includes all your custom taxonomy
terms.

## FAQ

  Installation Instructions

Either install the plugin the traditional way through your Admin dashboard’s Plugins
screen, or you can :

 1. Upload the plugin files to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. In WP-admin, look for `Custom Post Tax Hierarchy` in your left-hand sidebar menu.
    There you must select which Custom Post Types for this to apply to.

Go to your custom post type posts, either in your Admin dashboard, or the front-
end of your website, and look at the URL, it now includes all your custom taxonomy
terms.

  What if I don’t have any custom post types or taxonomies yet?

If you want a GUI interface through which to create your custom post types and taxonomies,
I would recommend you use this plugin : [https://wordpress.org/plugins/pods/](https://wordpress.org/plugins/pods/).

Alternatively, if you are familiar with PHP, you could just follow the follow the
Codex examples : [https://codex.wordpress.org/Post_Types](https://codex.wordpress.org/Post_Types)

  What if I enable this plugin and all my posts are broken?

All this plugin does is create rewrite rules that maps your URL back to an actual
post. If you find that after you’ve enabled this plugin, things go horribly wrong,
simply disable the plugin and create a support request here.

  Will this work for Woocommerce?

Yes it definitely will! We have added Woocommerce support to our FREE plugin.

  Why do my URL’s now suddenly have a numerical suffix e.g /name-of-post-1234/

That’s a really good question. The answer is a bit technical. Becuase you could 
technically have a post and a category with exactly the same URL, we’ve had to add
a way of differentiating between the two. For example you could have `domain.com/
amazing-pictures/` which could be a category, but `domain.com/amazing-pictures/`
could also be a single post. In WordPress they’re treated the same, but we need 
to know which is which. Therefore, your post will be suffixed by the unique post
identifier. This is the industry standard way of doing it and is completely SEO 
safe.

## Reviews

![](https://secure.gravatar.com/avatar/a8a3c44a68937ee1996ba1bd3325126c4fd962f20b60acc16988dea6b527d14c?
s=60&d=retro&r=g)

### 󠀁[It just works](https://wordpress.org/support/topic/it-just-works-363/)󠁿

 [Jonathan Bossenger](https://profiles.wordpress.org/psykro/) April 25, 2017

Tested on an nginx setup with the Divi theme, works out of the box on Divi’s ‘Project’
custom post type.

 [ Read all 1 review ](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/reviews/)

## Contributors & Developers

“Custom Post & Taxonomy Hierarchy SEO with Woocommerce Support” is open source software.
The following people have contributed to this plugin.

Contributors

 *   [ Buks Saayman ](https://profiles.wordpress.org/bukssaayman/)

[Translate “Custom Post & Taxonomy Hierarchy SEO with Woocommerce Support” into your language.](https://translate.wordpress.org/projects/wp-plugins/custom-post-taxonomy-hierarchy-seo)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/custom-post-taxonomy-hierarchy-seo/),
check out the [SVN repository](https://plugins.svn.wordpress.org/custom-post-taxonomy-hierarchy-seo/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/custom-post-taxonomy-hierarchy-seo/)
by [RSS](https://plugins.trac.wordpress.org/log/custom-post-taxonomy-hierarchy-seo/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3

 * I forgot to flush permalinks after editing a taxonomy term.

#### 1.0.2

 * Fixing bug reported by @rbertrand. The plain taxonomy archive pages didn’t work.
   I added the rewrite rules for them.

#### 1.0.1

 * First bug fixes to make admin custom post type selection take effect.

#### 1.0

 * Initial release, have fun 🙂

## Meta

 *  Version **1.0.4**
 *  Last updated **9 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.0.1 or higher **
 *  Tested up to **4.8.28**
 * Tags
 * [custom post](https://wordpress.org/plugins/tags/custom-post/)[seo](https://wordpress.org/plugins/tags/seo/)
   [taxonomy](https://wordpress.org/plugins/tags/taxonomy/)[term](https://wordpress.org/plugins/tags/term/)
 *  [Advanced View](https://wordpress.org/plugins/custom-post-taxonomy-hierarchy-seo/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/reviews/)

## Contributors

 *   [ Buks Saayman ](https://profiles.wordpress.org/bukssaayman/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/custom-post-taxonomy-hierarchy-seo/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://bukssaayman.co.za/)