Why is there 402 errors on my page? What does this affect? http://www.webjourney.me/70-link-buildings-techniques
Just a few quickie fixes: It's <![cdata[, not <[!cdata[ All instances of & (except in character entities) must be written as entities. E.G., …id=20568eabbd7035efacebfd1d85cb29fb&defaul should be …id=20568eabbd7035efacebfd1d85cb29fb&defaul You have <p>Related posts:<ol><li>... A list may not reside in a paragraph. Do this <p>Related posts:</p><ol><li>... Go through and fix all those type errors, and you'll have got a long way toward valid markup. cheers, gary