Replies: 0
Hi,
I am using your plugin that does a nice job. Running a site from 12 years old and moved to WP. The challenge was that the old structure use URL Stemmer, so your plugin does a good job there.
But the old structure of the category, tags and pages are also redirect to a post (using the keywords) and as bonus the old url have /mobile/
In the start it looks like all worked but after some hours i see many wrong redirect for Mr. Google
I use your plugin in combination with the redirect plugin from https://redirection.me
Is there any way to filter the old category, tags and pages so they are not recognized by your plugin ?
Examples :
_t is tag
_c is category
_h is page
_p is post
http://www.example.com/this-is-a-tag_t.html > http://www.example.com/tag/this-is-a-tag
http://www.example.com/this-is-a-category_c.html > http://www.example.com/this-is-a-category
or http://www.example.com/this-is-a-tag_t_p7.html > http://www.example.com/tag/this-is-a-tag/page/7
http://www.example.com/this-is-old-page-system__h_7 >www.example.com/page/7
Already have 73.000 wrong redirections as the plugin recognise this as “posts”
I have created some regex that remove all this _t_ and _c stuff but still there lot of pages that are from category or tags that are taking over by your plugin and send to a post page.
I have checked the option of category and tag but i think that is based on the normal WP structure.
What is the function of Plugin Priority ? does 999 means first priority ? as I think i have a conflict with the redirect plugin
Hope you can help or have a solution for this.
cheers