Google Sitemap Problems

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
notset4life
Posts: 30
Joined: Tue Oct 18, 2005 2:02 pm

Google Sitemap Problems

Post by notset4life »

sitemap.google.php produces a useful sitemap. But there is a problem in the way they are read by search engines. I am using SEO friendly urls.

Example:

Code: Select all

mydomain/faq/content/1/3/en/i-haven_t-received-my-whatever
Notice that apostophes are replaced by "underscores" (haven't)

However, I am now getting a bunch of 404 error hits to my site,
as Google sees them as:

Code: Select all

mydomain/faq/content/1/3/en/i-haven&#039t-received-my-whatever
replacing the underscore with &#39

I have searching for this issue, and from what I understand, you should not use underscores for SEO purposes as search engines may not pick them up right. In fact, in other site maps, underscores are treated as dashes. .i.e. haven-t.

Any ideas on how we can resolve this so that google picks up the right urls?


thanks
Post Reply