This article was originally published under Digital Marketing News.

It seemed like the whole blogosphere was abuzz with Googleโ€™s unveiling of its new Google Sitemaps service, a free inclusion service where you publish an XML file of your site pages to Google so its spider can get a better sense of what to crawl of your site.

This is good news, especially for dynamic sites that arenโ€™t getting fully indexed. I appreciate Google once again showing its thought leadership. Not only is Google giving Webmasters a new way to relay information about their site structure information to its spiders, but itโ€™s sharing this new technology with the other search engines by releasing the protocol and code as open source.ย 

This all sounds wonderful, but there are two quite major problems with Googleโ€™s approach.

First, it doesnโ€™t solve the duplicate pages problem that a great many dynamic sites have. Even the Google Store suffers from this. The Google Sitemaps protocol does not provide a way for Webmasters to convey which pages are duplicates of other pages. A site that gets crawled incorrectly by Googlebot, because of superfluous or non-essential parameters/flags being included in the URLs of links on the pages, will continue to get crawled incorrectly. An โ€œOfficial Google Sitemaps Team Memberโ€ states that the sitemap XML file will merely augment their crawl, it wonโ€™t replace existing pages in the index:

This program is a complement to, not a replacement of, the regular crawl. The benefit of Sitemaps is twofold:

  • For links we already know about through our regular spidering, we plan to use the metadata you supply (e.g., lastmod date, changefreq, etc.) to improve how we crawl your site.
  • For the links we donโ€™t know about, we plan to use the additional links you supply, to increase our crawl coverage.

The high-level Google engineer who goes by GoogleGuy in the online forums explains Google Sitemaps this way:

Imagine if you have pages A, B and C on your site. We find pages A and B through our normal web crawl of your links. Then you build a sitemap and list the pages B and C. Now thereโ€™s a chance (but not a promise) that weโ€™ll crawl page C. We wonโ€™t drop page A just because you didnโ€™t list it in your sitemap. And just because you listed a page that we didnโ€™t know about doesnโ€™t guarantee that weโ€™ll crawl it. But if for some reason we didnโ€™t see any links to C, or maybe we knew about page C but the URL was rejected for having too many parameters or some other reason, now thereโ€™s a chance that weโ€™ll crawl that page C.

So, the way I read GoogleGuyโ€™s explanation, if pages A and C are essentially duplicates of each other, with A containing an additional superfluous parameter in its URL (like sortby=default or lang=english), then BOTH could end up in Googleโ€™s index. Thus, Google Sitemaps wonโ€™t reduce the amount of duplication in Googleโ€™s index; in fact, I believe it will increase it.

Duplicate pages, on its own, may not sound like a problem for Webmasters as much as it is for Google itself, which has to dedicate additional resources to maintain all this redundant content in its index. However, it does have serious implications for Webmasters, because it results in PageRank dilution โ€” where multiple versions of a page split up the โ€œvotesโ€ (links) and PageRank score that a single version of the page would aggregate.

This brings me to the second, related problem with Google Sitemaps: It doesnโ€™t do anything to alleviate the phenomenon of PageRank dilution. PageRank dilution results in lower PageRank, which in turn results in lower rankings. For example, consider that the above-mentioned Google Storeโ€™s product page (the โ€œBlack is Back T-Shirtโ€) is in Googleโ€™s index five times instead of just once. So each of those five variations earns only a fraction of the total potential PageRank score that it could have earned if all the links pointed to a single โ€œBlack is Back T-Shirtโ€ page.

Google Sitemaps needs to provide a way to convey, or to sync up with, the siteโ€™s hierarchical internal linking structure so that itโ€™s clear which pages should get how much of a share of the PageRank flowing into the siteโ€™s home page. Since the primary holder of PageRank score is the home page (that is, after all, the page that most everyone links to), itโ€™s up to the siteโ€™s internal hierarchical linking structure to pass the PageRank of the home page to the rest of the site. As such, a page that is two clicks away from the home page will get a much larger share of PageRank score passed on to it from the home page versus a page that is five clicks away from the home page.

Hereโ€™s how I suggest both of the above issues be rectified: by extending robots.txt with some additional directives that specify:

  • Which parameter in a dynamic URL is the โ€œkey field.โ€
  • Which parameter is the product ID and which is the category ID (specifically for online catalogs).
  • Which parameters are superfluous or that donโ€™t significantly vary the content displayed.

Armed with this information, Googlebot will be able to not only eliminate duplicate pages but also intelligently choose the most appropriate version to save in its index and then associate with that page the PageRank of ALL versions of the page. The days of session IDs killing a siteโ€™s Google visibility would be over! Google admits in its Sitemaps FAQ that session IDs are still a problem even with the advent of Google Sitemaps:

Question: URLs on my site have session IDs in them. Do I need to remove them?

Yes. Including session IDs in URLs may result in incomplete and redundant crawling of your site.

Remember, getting indexed only gets you to the party, it doesnโ€™t mean youโ€™re going to be popular at the party. Google Sitemaps may help you get more pages indexed, but if those pages all have a PageRank score of โ€œ0,โ€ then what was the point? Itโ€™ll be like sitting along the wall the whole time with no one asking you to dance!

GravityStream, our SEO proxy technology, deals with PageRank dilution by distilling URLs in links into their lowest common denominator and replacing them on the proxy. Weโ€™ve found that even as Googlebot gets more aggressive at spidering dynamic sites with complex URLs and starts indexing one of our clientsโ€™ sites more fully, our proxy still has a major leg-up on the native site that itโ€™s proxying. For example, our GravityStream proxy of PETsMART.com is No. 1 in Google for โ€œbest pet toys,โ€ and yet the corresponding page on the PETsMART.com native site is nowhere in the first 10 pages of results even though it is indexed.

Until Google extends Google Sitemaps to deal with PageRank dilution, Iโ€™d expect that a GravityStream proxy will still trump a native site, even if itโ€™s using Google Sitemaps. So I guess Iโ€™m asking Google to extend its protocol to make GravityStream unnecessary. Weโ€™ll lose our GravityStream revenues, but the Web will be a better place, so Iโ€™m OK with that. So hereโ€™s hoping that Google takes my feedback on board and reworks their protocol!