Quote:
It's just weird that Yahoo reads my META Description just fine. |
Google doesn't index the meta description.
You have a couple of bugs:
<meta description="keywords" content="masterpiece commercial,
northwest atlanta commercial,
Should be:
<meta name="keywords" content="masterpiece commercial, northwest
atlanta commercial,
Although it does little good with Google anyway. That and the
description tag itself are actually broken - they're closed HTML-style
and should be XHTML-style, ending in /> like the tag below.
Although Google doesn't use the description tag for indexing or
ranking, it will use it in a snippet if it thinks it appropriate.
Otherwise it will use text fromthe page or even from (spit) DMOZ. You
can use robots noodp to stop th elatter.