Tag Archives: sitemaps

What’s new with Sitemaps

Thursday, January 26, 2012 at 12:18 PM

Webmaster level: All

Sitemaps are a way to tell Google about pages on your site. Webmaster Tools’ Sitemaps feature gives you feedback on your submitted Sitemaps, such as how many Sitemap URLs have been indexed, or whether your Sitemaps have any errors. Recently, we’ve added even more information! Let’s check it out:


The Sitemaps page displays details based on content-type. Now statistics from Web, Videos, Images and News are featured prominently. This lets you see how many items of each type were submitted (if any), and for some content types, we also show how many items have been indexed. With these enhancements, the new Sitemaps page replaces the Video Sitemaps Labs feature, which will be retired.

Another improvement is the ability to test a Sitemap. Unlike an actual submission, testing does not submit your Sitemap to Google as it only checks it for errors. Testing requires a live fetch by Googlebot and usually takes a few seconds to complete. Note that the initial testing is not exhaustive and may not detect all issues; for example, errors that can only be identified once the URLs are downloaded are not be caught by the test.

In addition to on-the-spot testing, we’ve got a new way of displaying errors which better exposes what types of issues a Sitemap contains. Instead of repeating the same kind of error many times for one Sitemap, errors and warnings are now grouped, and a few examples are given. Likewise, for Sitemap index files, we’ve aggregated errors and warnings from the child Sitemaps that the Sitemap index encloses. No longer will you need to click through each child Sitemap one by one.

Finally, we’ve changed the way the “Delete” button works. Now, it removes the Sitemap from Webmaster Tools, both

---------------------------------------------------------------------------------------------
To read the full article:
Article source: http://feedproxy.google.com/~r/blogspot/amDG/~3/D-4mvh6bIpA/whats-new-with-sitemaps.html

The Use of Sitemaps

Depending on the nature and the size of the website. A sitemap is important to get all your web pages indexed, or at least found.

What is a Sitemap?

A Sitemap is nothing more than the list of all your active web pages.

Why use a Sitemap?

Easy, it allows the search engine spiders to index every web page that you want found. Also it allows your visitors to locate a web page quickly.

Be sure to have a link to your sitemap page from the main page. Then be sure to have a link to the sitemap on every web page.

Standard Sitemap Protocol

Microsoft, Google and Yahoo agreed on a standard for sitemaps using the XML standard.

Sitemaps.org is the official web site that describes the protocol.

The accepted standard is a sitemap created in XML.

Sample Code:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">

<url><loc>http://www.smittysholdings.com/index.php</loc>
<lastmod>2008-03-21T10:04:09-04:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>

The optional elements include:

  • the date the page was last modified
  • the frequency at which the page is likely to change
  • the priority of the page relative to other pages on the site. The priority is a numeric value between 0 and 1, and the default is set to 0.5. The idea is to set a higher priority value for pages that you consider more important and want to ensure that the crawlers give them priority

 

To learn more about XML sitemaps, visit sitemap.org

 

 

Website Marketing Tips #13 – Sitemaps

Depending on the nature and the size of the website. A sitemap is important to get all your web pages indexed, or at least found.

What is a Sitemap? 

A Sitemap is nothing more than the list of all your active web pages.

Why use a Sitemap?

Easy, it allows the search engine spiders to index every web page that you want found. Also it allows your visitors to locate a web page quickly.

Be sure to have a link to your sitemap page from the main page. Then be sure to have a link to the sitemap on every web page.