Kpederson

msg:4516168 | 5:12 am on Nov 6, 2012 (gmt 0) |
I don't think so, it seems that you have organize all this for user's convenient, so it is fine
|
phranque

msg:4516177 | 5:49 am on Nov 6, 2012 (gmt 0) |
as long as you are linking to the canonical url, the links will all be self-referential, which is not inherently a problem. using fragment identifiers to provide a structure to navigate within a document is normal and usually helpful to the visitor.
|
ZydoSEO

msg:4516544 | 10:03 pm on Nov 6, 2012 (gmt 0) |
To add to what phranque said... If you think about it, pages linking to themselves already occurs naturally for those pages linked to in your top navigation, footer links, sidebar widgets (recent posts, etc.) and even in breadcrumbs if the webmaster made the last node (current page) in the breadcrumbs clickable.
|
ablu272

msg:4516563 | 10:28 pm on Nov 6, 2012 (gmt 0) |
Thanks! That confirms my initial thoughts, but with better insight to the explanation.
|
bhartzer

msg:4516579 | 10:58 pm on Nov 6, 2012 (gmt 0) |
| pages linking to themselves already occurs naturally for those pages linked to in your top navigation |
| And one of the secrets that SEOs have used for years is to place a link to your home page of your site on your home page of your site (using your favorite keyword in the anchor text). Internal linking like that hasn't been a problem.
|
lucy24

msg:4516597 | 12:23 am on Nov 7, 2012 (gmt 0) |
| And one of the secrets that SEOs have used for years is to place a link to your home page of your site on your home page of your site (using your favorite keyword in the anchor text). |
| I am sorry to hear that search engines like this. As a user I hate it. "Uh... isn't this the page I was already on?" Matter of fact I've only recently added a fistful of php so that shared navigation menus won't include active links to the page you're currently on. "Top of page", yes. "Go around in a circle", no. If your user is on dialup or satellite does their browser have to make a whole new request?
|
phranque

msg:4516608 | 2:27 am on Nov 7, 2012 (gmt 0) |
| If your user is on dialup or satellite does their browser have to make a whole new request? |
| even if the visitor is on a T1 there is no new request because it is the same resource. similarly the browser won't make a server request if the link goes to a fragment identifier on the same page as described in the OP.
|
|