|
Link Element with archives for an attribute value
|
jk3210
#:3633701
| 1:32 am on April 24, 2008 (utc 0) |
What would be the purpose/benefit of putting the following in the <head> section of each blog page...? <link rel='archives' title='March 2008' href='http://www.example.com/blog/2008/03/' /> <link rel='archives' title='February 2008' href='http://www.example.com/blog/2008/02/' /> <link rel='archives' title='January 2008' href='http://www.example.com/blog/2008/01/' /> ...etc...
|
kamikaze Optimizer
#:3633781
| 4:56 am on April 24, 2008 (utc 0) |
The purpose would be to distinguish it from other pages on the site. The benefit, from an SEO point of view, would be none.
|
jk3210
#:3634078
| 12:57 pm on April 24, 2008 (utc 0) |
Let me rephrase the question slightly... Why would the guy who knows more about Google SEO than anyone else on Earth go to the trouble of placing "link rel=" statements to ALL of his monthly archives in ALL of his head sections?
|
tedster
#:3634291
| 4:32 pm on April 24, 2008 (utc 0) |
His CMS may do this automatically, he may be doing it for his own internal purposes, or he may be experimenting. According to the W3C the <link> relationships are there to help with search indexing, although this particular "archives" value for the attribute is not mentioned anywhere on w3.org that I can find. I regularly use the "next" and "prev" values in <link> elements, but have never seen any obvious effect in the SERPs. Those do help out with some browser navigation, so I'll keep doing it whether any search engine ever makes use of them or not.
|
jk3210
#:3634370
| 6:03 pm on April 24, 2008 (utc 0) |
| According to the W3C the <link> relationships are there to help with search indexing... |
| Yep, that's what I was wondering about. One of my sites uses the same blog software as he does and my site seems to have sporatic indexing problems, so I'm just trying to figure out what he knows that I don't. (which as we know is quite a lot...) I remember back in 2002 Brett mentioning that he'd tested it and it did help with indexing but not with ranking.
|