Google Search Results
Often times, people wonder how Google gets the actual content for the search results that are returned on a query.
I get asked repeatedly how a particular description turned up on Google because it may not be correct or as thorough as the client wished it was.
Google has also added many new features in their search results, or snippets that many people arent aware of, such as the little (+) symbol, indicating a video or map that can be popped up to the surface on the results page.
This Matt Cutts video explains in detail how certain information gets chosen for the SERPS for those who are curious.
One thing he touches on is the problem when Google uses the Open Directory Project (DMOZ.org) description instead of the one specified in your META tags. However, he does not explain that there is a way to have that description removed and replaced with your custom description.
A single META HTML tag on every page will overrule the DMOZ description, and from the next time your pages are crawled, will show the lines from the META description tags unique to that page. The proper syntax of the NOODP tag may have different variations, in general, an HTML tag placed in the HEAD section of the pages will be recognized by both Googlebot and Yahoo Slurp. <META NAME="ROBOTS" CONTENT="NOODP"> is a directive for all web crawling bots, while <META NAME="GOOGLEBOT" CONTENT="NOODP"> is a directive for Googlebot only.
|