robibrk Regular Member Joined Aug 23, 2009 Messages 321 Reaction score 121 Apr 17, 2011 #1 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?
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?
KlaAz0r BANNED Joined Jan 11, 2011 Messages 720 Reaction score 866 Apr 17, 2011 #2 a robot text file? there are some WP plugins for it
robibrk Regular Member Joined Aug 23, 2009 Messages 321 Reaction score 121 Apr 17, 2011 Thread Starter Thread Starter #3 KlaAz0r said: a robot text file? there are some WP plugins for it Click to expand... Yes, there are...but i don't want use plugins. (don't ask why )
KlaAz0r said: a robot text file? there are some WP plugins for it Click to expand... Yes, there are...but i don't want use plugins. (don't ask why )
panoet Regular Member Joined Jun 26, 2010 Messages 242 Reaction score 57 Apr 17, 2011 #4 Yes, it works
robibrk Regular Member Joined Aug 23, 2009 Messages 321 Reaction score 121 Apr 17, 2011 Thread Starter Thread Starter #5 panoet said: Yes, it works Click to expand... Thanks for confirmation.