View Full Version : no index no follow meta tag for printable version
neetusn
12-19-2009, 08:17 AM
I want to put no index no follow meta tag in printable version page to tell robots not to index the content of a page,
Vaupell
12-19-2009, 08:20 AM
http://www.javascriptkit.com/howto/robots.shtml
EDIT : blonde moment there.. /doh
--------------- Added 1261218154 at 1261218154 ---------------
My mistake ur meaning the <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
??
sry.. /embarased
--------------- Added 1261218645 at 1261218645 ---------------
after searching the forums here and there..
seems noone have come up with a valid solution for this at the moment.. :D
derfelix
12-20-2009, 03:23 AM
well i did that for a mod.. on the edit page for an image.. maybe that can help or point you in the direction you want..
First on the link that sends you to that page add: rel="nofollow" .
<a href="xxx" rel="nofollow">YYYY</a>
Theoretically that would be enough.. google and others will respect it when crawling your pages..
BUT it still can be indexed if some stupid people link to that page from their site, or even if someone does a google search from the google toolbar when having that page open.. (it will then be indexed as referrer - I think - not sure)
So you can do following.. in the template of that page, add the noindex code after the head tag and before the headinclude
<head>
<meta name="robots" content="noindex, nofollow" />
{vb:raw headinclude}
F.
neetusn
12-21-2009, 04:18 AM
thank u very much its working fine with my local machine as i checked it in view source later i will do it for server ...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.