How to prevent indexing pages on WP platform?

robibrk

Regular Member
Joined
Aug 23, 2009
Messages
321
Reaction score
121
I have a simple blog, with some posts and 3 pages (about, Contact, privacy).
How can i prevent indexing this 3 sites?

I have putted this code to pages template, first line:

PHP:
<meta name="robots" content="noindex">

Will this work?
 
Back
Top