Google Site Map (beta)

I’ve recently been playing with Google Site Maps, it’s a fairly simple mechanism to "help" Google understand your site. At it’s core is an XML file that allows you to include all the pages you wish to have indexed with Google, although it still doesn’t guarantee that they will be indexed. It also allows you to specify how frequently the page will change and you can provide a page priority, presumably to help order your pages in a search result.
 
One of the first things I wanted to do was produce a map for a friend’s site Web Site Design site. But rather than produce it by hand I had a look at the utilities/code out there to produce the map automatically. The majority of the utilities need to be run on the site hosting the web pages. That certainly has many advantages however it also has a few drawbacks;
  1. An auto-generated site map will show pages I don’t want to be indexed
  2. I only have FTP access to the site and I don’t have an execute style rights to the site
  3. I tend to work on a local site and the publish all the changes to the live site in one go, this should include the site map
  4. I’ve got "sub sites" that are not linked from my default page that I wish to include in the index – not easy for web crawlers to detect.

With these problems in mind I’ve set about writing a little Windows utility that you can point to your local site and generate an editable site map (see GoogleSiteMap picture). I’ve got a little bit of tidying up to do, but if anyone wants a copy then please post and I’ll see if it I can post the installer somewhere. It seems to work well and includes a "validate" button, so if you do make some changes to the XML you can test to ensure that you’ve not broken the schema.

 

2 thoughts on “Google Site Map (beta)

  1. Paulio July 18, 2006 / 3:10 am

    There are alternative formats to the Google Site Map Protocol (the XML file) including a simple text file. However, they are not recommended by Google and in the case of the\’simple text file don\’t offer the extra features such as frequency or priority. However, you can submit the simple text file to Yahoo for inclusion in their index.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s