I have a new Wordpress 3.5.1 install (hosted on Dreamhost FWIW) that I do not want to be indexed by search engines. I would like to serve a simple robots.txt with Disallow: / for all user agents.
I have checked the "Discourage search engines from indexing this site" box on the Settings > Reading menu, but http://mysite.com/robots.txt still returns a 404.
Is there a way to have Wordpress automatically generate and serve an appropriate robots.txt file? If not, what is the best way to configure it to serve my own static robots.txt file?
<meta content="noindex,nofollow" name="robots">to the head section of each page which should accomplish my goal. I'd still like to know how to add a robots.txt too though. – Mike Deck Feb 25 at 15:36robots.txtover FTP? WordPress doesn't use it anyway. – Camil Staps Feb 25 at 15:44