Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 10, 201113 yr I was looking through my site's Google Webmaster Tools pages and I noticed that one of the most common link keywords was "Mark Board as Read". I have selected to treat bots as guests, and there's no reason for guests to have that link in the footer, right? My suggestion is to hide that link from the footer for guests (or maybe just from bots).
May 10, 201113 yr I agree as clicking on this link when you're a guest does nothing. You get get the same VNC results before and after clicking this link. 3DKiwi
May 10, 201113 yr I'm 90% sure that forums who enable guests to view content set a cookie for them to know if a topic was read and whatnot. So might be a good idea to turn it off for robots only.
May 12, 201113 yr Author I edited the globalTemplate file and set this to be a nofollow link. It would still be better to delete it altogether :/ and I don't think this will have the effect I want because nofollow will just stop the pagerank, but I'll see what happens.
May 13, 201113 yr Surround anything you want hidden with<if test="!$this->member->is_not_human"> your code </if>
Archived
This topic is now archived and is closed to further replies.