Custom Web Designs by Bay Area Web Design Company MJS Web Solutions Building Websites That Can
   Actually be Found
Contact Us | Our Company | Home
510.523.7312
MJS Web Solutions Blog
Thoughts :: Opinions :: Trends

Monday, August 6, 2007
How I Got My WordPress Blog Posts Out of Google’s Supplemental Results

Google's Supplemental ResultsWhoohoo!

Thanks to cheesehead2 on Web Master World’s forum, all of my WordPress blog posts have been removed from Google’s supplemental results.

Here is the code I used:

< ?php if(is_home() || is_single() || is_page()){
echo '';
} else {
echo '';
}?>

Just add the above code into the HEAD tag of your header.php file.

The Problem Was…

I was wondering why I wasn’t getting the traffic I expected from my new WordPress blog, so I did a search on Google (site:www.mjswebsolutions.com) to find out what web files Google was indexing on my site.

Apparently Google had indexed my blog posts, but they put them in the Supplemental Results. Supplemental results are just that…supplemental. They don’t show up when you do a regular search.

Doing some detective work I found out that when WordPress is setup, it creates many links to the same page (i.e. Calendar, categories, etc.). Google was recognizing this as duplicate content, so I implemented the fix above.

The fix above basically says: index only the blog homepage and each blog post and do not index anything else (i.e. category pages, calendar pages, etc.). As soon as I implemented the fix, my blog posts appeared within the regular search results and were removed from supplemental hell. A proud day. :-)

UPDATE: As soon as I implemented this fix, Google ups and decides to ‘hide’ the Supplemental Result indicator from their results. Whaaaa?

Posted by: Michael Swartz at 5:18 pm

Comments: None | Filed under: SEO

Leave a Comment

Required
Required, hidden
Comment moderation is in use. Please do not submit your comment twice -- it will appear shortly.

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Support  |  Partners  |  Site Map
Alameda Chamber of Commerce Member
West Alameda Business Association Member (WABA)
© Copyright 2012 MJS Web Solutions Blog. All rights reserved.
Powered by Westhost and WordPress.
Log in