Hi, i have a particular portfoliopage (see private content).
But it seems there is a similar, identical page with /11/ extended in the permalink.
In google search this is displayed as the title with “part 11” at the end.
Any idea what this is?
Hey rikv,
Add this to the end of your .htaccess file:
RedirectMatch permanent /([a-z0-9\-]+\/)[0-9\/]+ /$1
This rule will effectively remove all the trailing numbers and slashes from your URLs and redirect back to the article. You’ll have no more duplicate content or GoogleBot 404 errors then.
Best regards,
Mike
Ok thanx Mike.
But what causes this?
How is this phenomenom called?
grtz
Hi,
It’s how the rewright command was written in WordPress, I’m sure WP will correct it, probably by adding this line.
Shall we close this then?
Best regards,
Mike
sure..thnx