A sitemap is a simple listing of all the pages you have in your site. Sitemap.HTM has been used for some time to help Google and Bing spider/crawl sites but there were several standards and it got messy. Now there is a new standard using eXtensible Markup Language for your sitemap, hence SITEMAP.XML and Google wants you to submit it to them. The problem is it is a pain to create, so below is the easy process I used:
- Surf to auditmypc.com/xml-sitemap.asp
- Enter in the address of your site in the URL (i.e. http://www.URTech.ca )
- Set a few exclusions in the EXCLUDE URL FILTERS box for example:
- */template/* will exclude the template folder
- */client-login/* will exclude the client-login folder
- *password.php will exclude the password page
- *urtech.jpg will exclude the URTech graphic (I would not skip this… but you could!)
- As at February 2014, in Internet Explorer 11 you need to make the window full screen and then RESTORE it back to a regular size to see the little green START button at the bottom left
- This is definitely an oddity which they will likely correct soon
- One the search sitemap is created, you can export it to a file. I called mine SITEMAP.XML
- Post that file in the root of your website, most likely using a FTP tool
- Submit it to Google by:
- Sign into google.com/webmastertools
- Click CRAWL > SITEMAPS, click ADD/TEST SITEMAP
- Type in the name of your sitemap (in my case SITEMAP.XML )
For more information see:
http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators
0 Comments