Developer forum

Forum » Templates » NOINDEX NOFOLLOW on printerfriendly pages

NOINDEX NOFOLLOW on printerfriendly pages


Reply

 

 

Customer wants NOINDEX NOFOLLOW on printerfriendly pages - how to do that without the areamodule ?

/Lars

 


Replies

 
Nicolai Høeg Pedersen
Reply
lb wrote:

 

 

Customer wants NOINDEX NOFOLLOW on printerfriendly pages - how to do that without the areamodule ?

/Lars

 


 

I don't see how this can be done using the area module...

 

The only way to add this would be by code:

 

PageView.Current.Meta.Add(

"robots", "NOINDEX NOFOLLOW")

 

 

You must be logged in to post in the forum