DOCTYPE used: From: this VasoPro Reviews Page Search engines (both Y! and G) show my markup in the site description, like this: From: Yahoo! SERP I admit, I'm a noob when it comes to correctly declaring my document types. Edumacate me please.
your source code reads content="<em>Read unbiased customer reviews about VasoPro from Mega-Pro</em>"> Just on the off chance you hadn't noticed and that had something to do with it. What makes you think its your doctype?
Bah, good catch. It is my meta-tags, not the DOCTYPE. The metas are filled in dynamically and I'm filling them with markup accidentally. Thanks TTV!
Show us the news ..How did you made it, in the final ? Are you populating description the same as the title ?
The description is not the same as the title, but the description is the same as one line of text on the page. Title: PRODUCTNAME from COMPANY reviews Meta-description: Price comparisons and unbiased consumer reviews about PRODUCTNAME from COMPANY. And that meta-description is repeated once on the page as well. My problem was that I wasn't running strip_tags on the phrase before putting it in meta tags. I'm sorry, I don't understand your first question. Cheers.