I have a site map of a few thoasand pages where the only different content on them is the title attribute and the content plotted out in a google map?
Will google punish me for this as spam?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Google has a specific standard for indexing geo-spatial content which they call a ‘Geo sitemap‘. It’s just an extension of the sitemaps.org protocol that adds an XML namespace and some extra tags to clue Google into your content which has map-related information on it.
If you’re already using KML to generate your maps, this can be as simple as pointing Google to the data files on your server instead of the user-accessible pages. If you are generating your maps via other methods, you can achieve it by creating ‘shadow’ KML files that mirror your content just for the Google crawler.
As I recall the keys to this process were:
One gotcha I discovered is you must put your geo sitemap content in a separate file from your other sitemaps and link to it via a sitemap index file. Then submit the geo sitemap separately in Google Webmaster Tools (marking it as a GEO sitemap) so they will notice.
Google Developer Day 2007 had some presentations on this that are now on YouTube including ‘Google and the GeoWeb‘ and ‘KML Search and Dev Maps Mashups‘. There may be other related content on the Google Developer Day YouTube channel.