Search
Recommended Products
Related Links


 

 

Informative Articles

Choosing a Hosting Service: A Checklist for Business Owners
For a website to appear on the Internet, you require a “server” that is usually provided by a web hosting company. Hosting companies are paid monthly, quarterly or yearly. Some companies come with guarantees, too. Recommendations from other...

Effective Website Design
One of the most commonly overlooked elements of an effective E-Business is the very thing that is essential to your success. Something as simple as the design of your website can make or break your business. Each consumer has their own set...

Teach Yourself CSS The Easy Way
I taught myself HTML back in the mid-nineties and was proud of the fact that I was able to accomplish the design of fairly complex web pages with nothing more than a starter HTML book, an HTML reference book, and the knowledge I had stored in my...

Using Cascading Style Sheets in Your Web Site
How would you like to have a tool that could make your web site load faster? What if it could also allow you to make changes across you entire site with just a few keystrokes? And while we're at it, let's make it the standard for new browsers, so...

Web usability: The basics
What is web usability & why is it important? Web usability is about making your website in such a way that your site users can find what they're looking for quickly and efficiently. A usable website can reap huge benefits on to your website and...

 
Google
Google Sitemaps

<img src="/logo_wht_30.gif" alt="google sitemaps doc" width="110" height="48" border="0"> By the time the Web is growing, search engines take more time crawling websites and algorithms must be improved to spider efficiently.

Sitemaps are ususally coded in pure HTML (CSS...), webmasters commonly use a page to describe the structure of their website and they insert this mapping onto their main page or on a different page, so search engines like Google find each link with more ease.

This article overviews the Google sitemaps xml program which is in a BETA state. The use of this XML file is to help search engines crawl the web more efficiently.


For instance this file includes a hierarchy within the links.

As scanning of webpages becomes more sophisticated for search engines; for instance spiders are trying to discourage keywords stuffing and other attempts to boost back links and page rank, new programs must be created to extract relevant websites from the mess.

Yet in a BETA state, Google launched its program for this purpose.

Will other webcrawlers implement this program soon ?, I guess MSN, Altavista... are already thinking about it, a hierarchy within the links is not a bad idea and the use of this file should decrease the time consumed from spidering all these useless links.

The sitemaps file
There are several formats you can use to build your sitemaps file, you can use RSS, txt... However Google recommends the use of its own protocol (I'm curious about what other search engines will do about this !).

I guess we better follow Google and start building our maps right away.

Here is the example from LinksTraffic:

<textarea


cols="70" rows="25"> <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84">

<url> <loc>http://www.linkstraffic.net/</loc> <lastmod>2005-08-25</lastmod> <changefreq>monthly</changefreq> <priority>1.0</priority> </url>

<url> <loc>http://www.linkstraffic.net/articles.php</loc> <lastmod>2005-08-25</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url>

<url> <loc>http://www.linkstraffic.net/privacy.php</loc> <lastmod>2005-08-25</lastmod> <changefreq>monthly</changefreq> <priority>0.5</priority> </url> ... </textarea>

And the full linkstraffic sitemaps xml file: Sitemaps.xml

For important sites, it's advised to use a Sitemaps generator, Google provides one for free and there are some other free tools also.

Once you uploaded your file into your server, you can submit your sitemaps to Google (you need a Google account to achieve this procedure, by the way you will be able to keep in touch with the latest changes from their side).

There are some statistics about Google crawling of your sitemaps, however keep in mind that it may take a while before the first crawl.

Thanks for reading, i hope this article has been useful for some of you, in a next article i will talk about the robots.txt file.


About the Author

Webmaster http://www.linkstraffic.net