Posted on 17/04/2008 13:57:14
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")