Forum Moderators: Robert Charlton & goodroi
I'm noticing something strange being reported in Google's Webmaster tools. I've submitted a Site Map with thousands of dynamic pages that are accessed through encoded URLs. Since these pages are dynamic I have logic in place to make sure that the "correct" URL is being used. If not then it will 301 redirect to the properly formatted URL.
Example encoded URL in the sitemap:
/mysite.com/some_product_name%28large-blue%29.htm
Googlebot instead requests this URL:
/mysite.com/some_product_name(large-blue).htm
My internal linking structure uses the URL provided in the sitemap. It's the "correct" URL from my perspective so when Googlebot hits the non-encoded URL it gets a 301 to the "correct" page. This ends up being reported as a redirect error in Webmaster Tools.
The only URLs that get listed as redirect errors have characters not in [A-Za-z0-9], dashes and underscores.
Anyone else run into this? I'd like to fix the redirect error problems to be sure these pages are being indexed.
The only URLs that get listed as redirect errors have characters not in [A-Za-z0-9], dashes and underscores.