JavaScript Editor Ajax software     Free javascripts 



Main Page

3.
Adding the sitemap to your account.
4.
Verifying the site. This implies making a certain change to your site, so that Google will know
you’re a person authorized to modify the site. Doing so involves the addition of a randomly
named file or meta-tag to your web site. To maintain Google sitemap functionality, these must
not be removed once added.
Please see
http://www.google.com/support/webmasters/bin/answer.py?answer=
34592&topic=8482
for more details about this procedure.
The Google Sitemaps service also allows you to see if there are any issues with the crawling of a site;
these include errors returned by your server (404, 500, and so on), errors as a result of networking,
and so on. It also gives you a list of URLs as restricted by
robots.txt
and various statistics useful
for analysis.
As soon as you’ve finished the registration process, you can create the sitemap file named
sitemap.xml
in the root of your web site, and then submit this file using the Google Sitemaps page.
sitemap.xml
could look like this:
<?xml version=”1.0” encoding=”UTF-8”?>
<urlset xmlns=”http://www.google.com/schemas/sitemap/0.84”>
<url>
<loc>http://www.cristiandarie.ro/</loc>
<lastmod>2006-09-17</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://www.cristiandarie.ro/books/</loc>
<lastmod>2006-09-17</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.cristiandarie.ro/forthcoming/</loc>
<lastmod>2006-09-17</lastmod>
<changefreq>weekly</changefreq>
<priority>0.2</priority>
</url>
</urlset>
The file contains a
<url>
element for each URL that you need to include. The children of this element
have these meanings:
?
<loc>
specifies the URL.
?
<lastmod>
specifies the last modification date for the URL. The date is written in ISO 8601
format, which is YYYY-MM-DD. The standard also supports a number of alternative notations,
202
Chapter 9: Sitemaps
c09.qxd:c09 10:43 202


JavaScript Editor Ajax software     Free javascripts