PDA

View Full Version : Wordpress Privacy Setting - Keeping The Search Engines Away



iceman007
12-06-2009, 08:52 PM
I noticed that wordpress by default has your privacy settings set to "private" which hides it from search engines.

I was wondering if anyone knows how if it really blocks search engines from visiting and indexing your wordpress site?

danlefree
12-07-2009, 01:07 AM
It adds the following robots.txt file:


User-agent: *
Disallow: /

... and yes, that will block all the reputable search engines.

thersey
02-25-2010, 08:50 AM
You can also give the indexing instructions in the http header without using a robot.txt file. The advantage is higher privacy to your website.

Add X-Robots-Tag: noindex to the http header.