Wordpress Description

leberquaeler

Newbie
Joined
Mar 9, 2008
Messages
46
Reaction score
7
Hello,

for my wordpress blogs i use platinum seo for the moment. Titles are crawled in the correct way but the description is a little bit curious. In my wordpress source i have the meta lines of wordpress and the meta lines of platinum seo.

I would like that google picks the first 1-2 sentences of the blog post as description. Right now some posts are just the title, some are the description of the main site aso.

Is there any way to solve that in a clean way?

Your help would be really great!

Regards
 
Id use All in one seo...It uses the first 2 lines of every post. I've heard quite a bit about platinum though..but never tried it coz all in one works well.
 
Thanks guys!

All in one works well! The problem was caused by the theme i used. If somebody else uses iNove you have to delete in the start.php

<meta name="keywords" content="<?php echo $keywords; ?>" /> line 39
<meta name="description" content="<?php echo $description; ?>" /> line 40

Than everything is corrected ;-)

Regards
 
Back
Top