Hi Avlos,
That's very good question about google sitemaps,
Sitemap Protocol is a simp lest way to inform search engines about your site URLs for crawling,
Google Sitemap Protocol is an XML file that lists URLs for a site. The protocol was written to be highly scalable so it can accommodate sites of any size. It also enables webmasters to include additional informatio n about each URL (when it was last updated; how often it changes; how important it is in relati on to other URLs in the site) so that search engines can more intelligently crawl the site.
The simple XML format as below
A sample Sitemap that contains just one URL and uses all opt ional tags is shown below. The optional tags are in italics.
Code:
< urlset xmlns="http://www.google.com/schemas/sitemap/0.84"> http://www.example.com/ 2005-01-01 monthly 0.8
The Sitemap must:
Begin with an opening tag and ending with a closing tag
Include a entry for each URL as a parent XML tag.
Include a child entry for each parent tag.
I found this details on google websi te.
Read more about it http://www.google.com/webmasters/sit.../protocol.html
It will help you to understand it better
Have an interesting task!
Helen.
Post Comments |
|
Hello,
here's a free Sitemap builder website that you can use:
http://www.sitemapbuil der.net/Default.aspx.
Sabir.
Post Comments |
|
Hi Sabir,
it's realy a good site to genrate the Google Site Map Free online or you can dow nload the FREEWARE software to genrate it!.
Thanks again
Regards
Helen. Post Comments |
|