|
|
|
®


|
At the bottom of the page, there is a link to a print ready version. |
What are the XML Sitemaps ? Video Sitemaps (Added in this version) Yahoo, Microsoft, and Ask What's Autodiscovery ? How can a Webmaster or Designer Use These? XML Sitemaps on Free Servers (Added in this version) |
Please note: Every link on this page opens in a new window. If your "Pop-up killer" is too efficient it can also stop new windows. When this happens, please press "Ctrl" and click on the link you want. What are the XML Sitemaps ?The intention with the sitemap is to make three parties happy:
"Priority" number, between 0.0 - 1.0, is website specific and have no meaning if compared with webpages on another site. It's intended to give an indication of the Web Master's feeling of the relative importance of each page on his/her site only, default value is 0.5. Additionally you can also give the time when pages last up-dated. The time is given in GMT (UTC) plus / minus your time difference. Plus (+) is East and minus (-) is West. See Don Pedro's Time Zone Explanation. There are two kinds of site maps, compressed or non-compressed (maximum size 10 MB). If your site have only about 50-100 pages and you update may be only 10-15 pages per month or less, the non-compressed version is enough. This you can easily handle manually in just a few minutes per month only. The compressed version is very difficult to read and change manually. You get either a compressed or a non-compressed sitemap at: Copy the code and paste it into Notepad, save in your root directory, i.e. "www.example.com/sitemap.xml" :
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.example.com/</loc> <lastmod>2005-01-01</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> </urlset>If you want to validate the sitemap, you add temporarily a couple of lines of code at the beginning between the first line and "urlset", see the "protocol" for advice. When you want to validate the xml sitemap, go to list of validators at xml.com. If you don't find a validator you like and you cannot find the error Google Webmasters tells you they have found - generate a new one and upload that one. Because these are automated programs there can be for humans "invisible" errors. Before you upload a new xml sitemap, check your current "faulty" one is in UTF-8 format. Video SitemapsIn December 2007 Google added a video specific sitemap. It follows the standard xml sitemap protocol but the format is slightly different.You add it to Google from webmaster tools exactly same way as the standard xml sitemap and you keep it in your server's site folder together with your standard xml sitemap. Once Google Bot has picked up the sitemap their spider will continue visiting and checking on up-dates. The more incoming links you have, the more often the spider will visit. Full Description of Google's XML sitemap. See also Google's Sitemaps FAQ. End of December 2008 Google informed the sitemaps can be submitted without specifying file type. See list of kinds of sitemap files Google supports. |
|
|||||
Last updated: |
|
since Dec. 12, 2006 according to: www.digits.com/ |
|
|
|