Wednesday, December 20, 2006

Google Sitemaps Explained - How To Use Google Sitemaps

Three Ways To Index Your Site With Google Sitemaps [Difficult, Hard, And Easy]Google has recently implemented a program where any webmaster can create a Sitemap of their Site and submit it for indexing by Google. It is a quick and easy way for you to keep your site constantly indexed and updated in Google.The program is appropriately called Google Sitemaps.In order for you to best use Sitemaps, you must have an XML generated file on your site that will transmit or send any updates, changes, and data to Google. XML (Extensible Markup Language) is everywhere these days, you have probably seen the orange XML logo on many web sites and its often associated with Blogging because Blogs use XML/RSS feeds to syndicate their content.Today RSS is known mostly as 'Really Simple Syndication' but its original acronym stood for 'Rich Site Summary'. XML is only simple code like HTML and it is used to syndicate your content to all interested parties.And the interested party in this case is Google. By creating Sitemaps Google is really asking webmasters to take charge of the indexing and updating of their sites. Basically, doing the Googlebot's job!This is a 'Good' thing! With the steady influx of new web sites growing rapidly, indexing all this material will become a challenge, even with the resources of Google. With Sitemaps, websmasters can now take charge and make sure their site is crawled and indexed.Please note, indexing your site with Sitemaps WON'T improve your rankings in Google. You will still be competing with the other sites in Google for top positions. But with Sitemaps you can make sure all your pages are crawled and indexed quickly by Google.There are some other big advantages of using Google's Sitemaps - mainly you have control over a few key variables, attributes or tags. To explain this as simply as possible, your XML powered sitemap file will have this simple code for each page of your site:<> <>http://www.yoursite.com/< / loc> <>1.0< /priority> <>2005-07-03T16:18:09+00:00< /lastmod> <>daily< /changefreq> < /url>Along with 'urlset' tags at the beginning and end of your code, and an XML version indication - that's basically your XML file! File size will depend on the number of webpages you have.Taking a closer look at this XML file:location - http://www.yoursite.com - name of your webpagepriority - you set the priority you want Google to place on that page in your site. You can prioritize your pages: 0.0 being the least, 1.0 being the highest, 0.5 is in the middle. This is ONLY relative to your site. It will not affect your rankings. Why is this important? You have certain pages on your site that are more important than others, (home page, high profit page, opt-in page, etc.) by placing high priority on these pages, you will increase their importance in Google.