Warning: Wordpress shuns Google by default
Okay, I admit that I to use overly dramatic headlines, but I wanted to grab your attention, especially if you’ve just started using the blogging software Wordpress. And please use Wordpress as it is by far the best blogging platform on the market.
But you see, there’s this little niggly default privacy setting on Wordpress that tells Google and all the other search engines that you’re not interested in being indexed in their search results. What you will see in the source code when you first install Wordpress is a piece of code that looks like this:
<meta name=’robots’content=’noindex,nofollow’/>
This little piece of code is known as a ‘no index’ instruction for search engine ‘robots’ in that it tells search engines to not index your pages in their search results. So Googlebots (also called spiders) show up to index your site and that nasty piece of code tells it you’re just not interested in being part of their search results.
I’ve written about this problem before but I was only suspicious that this was a default setting and I thought it was more likely that I had screwed up (which is usually the case). But I finished the basic install for a new blog I am making for someone as a Christmas present and lo and behold there was that ‘no-index’ instruction.
Here’s the instructions for how to turn this no-index instruction off, it’s really very easy:
1. Go to the admin section of your Wordpress blog
2. Click on the “settings” tab in the top right corner
3. Click on the “privacy” tab in the blue bar
4. You should see a section now called “blog visibility” that looks like this:
(click to enlarge)
5. Make sure that it is set to: “
If this doesn’t work (it did for me), then there are some more technical fixes out there, just google something like: “no index code wordpress” and you’ll see lots of great ideas and information.
Seriously, does anyone have any idea why Wordpress would have this as the default setting?







