Customer wants NOINDEX NOFOLLOW on printerfriendly pages - how to do that without the areamodule ?
/Lars
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