I was wondering how (or if) I should guide Googlebot through my blog. Should I only allow visiting pages with single entries or should it also crawl the main page (which also has full entries)? My concern is that the main page changes when I add a new post and google keeps the old version for some time. I also find directing people to the main page annoying - you have to look through all the post before you find the one you're interested in. So what is the proper way to solve this issue?
closed as not programming related by Brian Rasmussen, Jeff Atwood♦ Aug 4 at 23:21 |
|
|
Why not submit a sitemap with the appropriate I do not recommend telling crawlers to avoid indexing your homepage completely, as that would throw away any link juice you might be getting from links to it from other sites -- tweaking change freq and priority seems preferable. |
||
|
|
|
|
Make a sitemap.xml and regenerate it periodically. Check out Google Webmaster Tools. |
||
|
|
