Anonymous
Anonymous

Reputation: 4630

Nofollow for the whole page?

Is it possible to add a nofollow for the whole page instead of

rel="nofollow"

for every link?

I've got some profile pages where users can enter their contacts and other stuff which can be potentially spam, and I cba to alter the filters for wysiwyg data.

Upvotes: 3

Views: 5064

Answers (1)

OJay
OJay

Reputation: 4921

Put this meta tag in the head

<meta name="robots" content="nofollow" /> 

Reference links:

Upvotes: 7

Related Questions