Wordpress noindex nofollow meta tags problem
One of the most frustrating thing about using open-source applications is that you never know what are some of the default obscure settings the application comes with. It doesn’t help when I add my own stupidity into the equation.
I found out today, 3 months after this site went live, wondering why it still hasn’t been indexed by the big ‘G’. It turns out that Wordpress, by default, has the privacy setting turn on, preventing search engines like Yahoo and Google to index the pages on this site! Doh!
What really gets me is why would Wordpress come with a default setting like that? Doesn’t it make sense that if I want to publish content, that it should be searchable? Even if it’s a privacy setting, it should be a bit more obvious that the setting is turned ON! Maybe someone can shed some light on this…
In any case, I found out when I was doing some HTML parsing using PHP that I spotted this on my site:
![]()
For those of you who are not familiar with this setting, it’s basically a directive to the any robots visiting your site, not to index the page and not to assign any weight to any outgoing links from this page.
If you want to find out more about this, read the article at http://www.robotstxt.org/meta.html
So how do you remove it? Well it’s amazingly simple. You remove it by turning the Privacy setting off at Dashboard->Options->Privacy as show below.

Well, that’s all there is to it. Hope the ‘bots will start indexing. Fingers crossed.
In: Website Building/SEO · Tagged with: nofollow, noindex, SEO, wordpress

Permalink
I just found out about this as well and killed a huge client’s SERP with this… It should come back after a while, but there might be some serious damage done.
I also found some other sites based on WP that had this turned on accidentally.
Permalink
Same here!
However i was kinda of lucky since i only start to working WP and building links a few weeks.
Manage to spot it before it’s really get to damage my site. Thanks
Permalink
thank you man,
your post really saved me a lots of time .
though i knew the settings exist , in my new blog i failed to set the configuration .
hence no crawlers or bots visited my site .
its http://www.katrinakaifs.com . thank you and your post really helped .
Permalink
Thank you for showing importance of nofollow and dofollow attributes.