
Do All Your Posts Look Identical In Google?
339 words |
Does Google list your WordPress posts with different titles but with identical descriptions?
For example, if you visit Google and search for site:www.example.com, what do the search results show?
If the descriptions all look the same, you can edit your WP Theme's header.php file and remove the line that shows
<meta name="description" content="<?php bloginfo('description'); ?>" />
When you do that, Google will no longer find the META DESC line in your code, and will grab the first X characters of the text in your page and treat that as the page's description.
If you want to better control your post's meta description and keywords, you can try the Another WordPress Meta Plugin. Personally, I find it tiresome to specify a description and set of keywords for every post.
And you might not exactly relish having a default meta description, because it might not motivate searchers to click on your link in the search engine results pages.
By not having a meta description line at all, you can control the description that Google will use by being conscious of what you write in the first sentence of your posts.
Just the same, if you're searching for the ultimate meta plugin, try http://codex.wordpress.org/Plugins/Meta
UPDATE (Feb 22, 2007): Most of the plugins listed in the WordPress Codex involve tags or the meta keywords. For meta descriptions, here's a great plugin to use: WP plugin: Head META Description.
To make it work, edit your theme's header.php file and put the following inside the HEAD section, if your theme does not already have this line:
<?php wp_head(); ?>
To make adjustments, you'll need to edit the head-meta-desc.php file of the plugin. If you leave it as is, it works just fine.

Free Download: Get targeted traffic to work for YOU right NOW. Guaranteed.
Finally revealed - How to Get a FLOOD of Targeted Visitors To Your Site Daily.
Download your free ebook today at http://morevisitors.com-review.org
"Do All Your Posts Look Identical In Google?"
First Posted: November 10, 2006 | Filed in: SEO Wordpress

Here's my two cents...
Most SEO experts advised to use a unique meta tag description for each post. I found this Wordpress plugin helpful: http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/
It automatically creates the meta tag description for you.
For blogspot user, they can also tweak the meta tag description by following my recommendation here: http://blogtimizer.blogspot.com/2006/09/tweaking-description-meta-tag.html
Thanks for the tip, marhgil!
hi... offtopic: about your question on reviewme... you'll submit the permalink of your review to reviewme after you made the post.
wow this problem looks so familiar.. Wait that happened to me! I think i will try that description plug in thingy.