your meta tags are done wrong:
1. dont use caps
2. they are self-closing tags
for example you have :
<META NAME="Revisit" CONTENT="21">
that ought to be:
<meta name="revisit" content="21" />
Those are not causing your problem though..
Beneath the meta tag stuff on the link moshu provided .. you have a stray </p> tag and some other structural errors.
The biggest problem, most importantly, and probably the source of your problem is seen if you look at this:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.fdnsolutions.com%2Fblog%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1
which actually shows your source...
you'll notice that error #16 shows this:
<p class="MsoNormal"><span class="best-answer-notify"> <a href="http://fdnsoluti
ANYTHING that has the word 'MsoNormal' is something that has been copied from MS Word. You cannot copy and paste from Word Docs into WordPress because MS Word docs have hidden formatting inside them.