PDA

View Full Version : google sitemaps (better indexing)


oNyx
06-03-2005, 07:44 PM
We're undertaking an experiment called Google Sitemaps that will either fail miserably, or succeed beyond our wildest dreams, in making the web better for webmasters and users alike. It's a beta "ecosystem" that may help webmasters with two current challenges: keeping Google informed about all of your new web pages or updates, and increasing the coverage of your web pages in the Google index.[...]

(taken from the google blog)

main page:
https://www.google.com/webmasters/sitemaps
about:
https://www.google.com/webmasters/sitemaps/docs/en/about.html
faq:
https://www.google.com/webmasters/sitemaps/docs/en/faq.html

short blurb about it:
http://googleblog.blogspot.com/2005/06/webmaster-friendly.html

they also have a python script for generating that xml stuff:
https://www.google.com/webmasters/sitemaps/docs/en/sitemap-generator.html

[This is a plain FYI thread. Dunno if it's worth a shot.]

terin
06-04-2005, 09:00 AM
I'd reccomend signing up and running that script to anyone. Sounds like you have little to lose.

-Joe

soniCron
06-04-2005, 09:30 AM
Seems to me that Google wants us to do some of the work for them... :D

whisperstorm
06-04-2005, 11:38 AM
It's obvious this is phase 1 of some bigger thing. I see later versions will have more ways to describe your site, and imagine if browsers could use this information to pre-cache pages, or to allow you to subscribe to a site just like you can with rss now.

soniCron
06-04-2005, 11:56 AM
I see later versions will have more ways to describe your site...More than keywords, the text, and links? I don't think an individual could do more than that.

...and imagine if browsers could use this information to pre-cache pages...Pre-cache pages? This was attempted in the days of yore, and led to massive congestion of servers. The Web thrives on the fact that not everyone visits every page. Even if it were the case they'd bring back pre-caching, you can use links from the current page as references and pre-cache all you want from there. After all, you can't go somewhere on a site if there aren't links to it! No XML required!

...or to allow you to subscribe to a site just like you can with rss now.Or, you could ... subscribe to a site just like you can with RSS now! :p

Sillysoft
06-04-2005, 06:38 PM
This google sitemaps thing is an attempt to get to some 'deep' pages that cannot be found by a normal web spider crawl. For example if you have a database with 10000 items that can only be found by doing a text search then entering a sitemap of all these pages for google will mean that search engines will be able to find and index them.

As long as all your pages can be found by a normal crawl (meaning they are linked to from somewhere) you don't have to bother with this. Having a normal HTML sitemap page that links to all your other pages is another valid way of revealing all your webpages to search engines.

soniCron
06-04-2005, 10:29 PM
As long as all your pages can be found by a normal crawl (meaning they are linked to from somewhere) you don't have to bother with this.
From the Google Sitemap About page:

"Google Sitemaps is intended for all web site owners, from those with a single web page to companies with millions of ever-changing pages."

Thoughts, anyone?

oNyx
06-04-2005, 10:38 PM
Dustin is pretty much spot on, I think.

But you can give your pages different priorities and google's index could be (theoretically) more up to date. That's the main difference. You can be also 100% sure (in theory that is) that there aren't any blind spots anymore.

Maybe it's a good idea to run that script after every (bigger/important) site update.