The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
no index no follow meta tag for printable version
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,
|
#2
|
||||
|
||||
http://www.javascriptkit.com/howto/robots.shtml
EDIT : blonde moment there.. /doh --------------- Added [DATE]1261218154[/DATE] at [TIME]1261218154[/TIME] --------------- My mistake ur meaning the <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> ?? sry.. /embarased --------------- Added [DATE]1261218645[/DATE] at [TIME]1261218645[/TIME] --------------- after searching the forums here and there.. seems noone have come up with a valid solution for this at the moment.. |
#3
|
|||
|
|||
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" . Code:
<a href="xxx" rel="nofollow">YYYY</a> 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 Code:
<head> <meta name="robots" content="noindex, nofollow" /> {vb:raw headinclude} F. |
#4
|
|||
|
|||
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 ...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|