Google Sitemaps. Duplicate homepage URLs?

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
Peekay
Posts: 286
Joined: Sun 25. Jul 2004, 23:24
Location: UK

Google Sitemaps. Duplicate homepage URLs?

Post by Peekay »

I am checking out Google Sitemaps and have hit a problem when generating a sitemap for PHPWCMS with 'mod_rewrite' enabled.

The result of spidering the site returns three URLs for the homepage:

http://www.example.com/

http://www.example.com/index.phtml

http://www.example.com/0.1.0.0.1.0.phtml

I can easily delete 2 of the 3, but which one do I leave in? :roll:
Peekay
Posts: 286
Joined: Sun 25. Jul 2004, 23:24
Location: UK

Post by Peekay »

Hmm... actually I have spent some time on the Google forum looking at Sitemap posts and it appears that not everyone has had a happy experience of using this service. There are some references to 'Sudden Site Death' brought about after submitting sitemaps to Google.

There is no indication that this is Google's fault, but I gather that the robots that crawl sites under the sitemap program are of the 'smart' variety. They are smart because they use syntax and semantics for better indexing, however this assumes a high degree of validity of code or else they can get hopelessly lost.

The PHPWCMS site I was going to try this on validates, but I may do some more research before taking the plunge! :D
I can easily delete 2 of the 3, but which one do I leave in?
According to a couple of Google forum posts, the recommendation is to leave the base URL only and remove both the '.phtml' entries.
Post Reply