Closed (won't fix)
Project:
Genesis
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2011 at 15:08 UTC
Updated:
17 Jul 2011 at 06:07 UTC
in the node.tpl we have:
print $node_url; " rel="bookmark"> print $title; print $unpublished; thats ok, but shouldnt we add "nofollow" to the a tag because this link, links the page you are currently on. would be better for the spiders.
Comments
Comment #1
marcoka commentedComment #2
Jeff Burnz commentedNot seeing any point in adding nofollow by default, that is something that would be very specific. It does not link to the page you are currently on, all node titles only show on teasers, the page title in page.tpl.php handles the full view title, which is not linked.
Comment #3
marcoka commentedah yes, you are right. i was a little confused. i removed some lines, thats why
Comment #4
oxyzenwebmedia commentedCan more than one URL have rel=bookmark" in a single page ?