Useful Of Sitemap

April 6, 2008

A generator sitemap is highly recommended for websites that often do repeated modification of their web pages. A generator sitemap can be used for websites of any size, regardless of the number of web pages a site may contain.

Although using a generator sitemap is not a guarantee of increased site rankings, it does however provide a website a better opportunity of getting listed on a search engine.

Working with a generator sitemap

Most of the available generator sitemap programs available on the web make use of extensible markup language or XML. Similar to hypertext markup language or HTML, XML is used widely in blogs and syndicated feeds on the Internet. Each line of a XML code for a generator sitemap has a specific purpose.

The location or <.loc> identifies the name of the web page of a website. The line <.lastmod> indicates when the web page was last modified. The format for <.lastmod> can either be dd.mm.yyyy, dd.mm.yyyy hh:mm, dd/mm/yyyy or dd/mm/yyyy hh:mm. Shortcuts can also be used to simply the assignment of dates to the cell.

<.changefreq> advises the search engine of a specific time frame when the web page is regularly updated. This can either be done on an hourly, daily, weekly, monthly or yearly basis. For web pages that are not updated, the value ‘never’ is used. <.priority> indicates the level of priority that a search engine should give a particular web page of a website. These levels range from 0.0 for least priority to 1.0 for high priority. Read more