Mobile app version of vmapp.org
Login or Join
Sims2060225

: Strange description appearing in Google search results Possible Duplicate: Does Google use the Meta Description Tag for Description of Page? I just noticed that when searching Google

@Sims2060225

Posted in: #GoogleSearch #Search

Possible Duplicate:
Does Google use the Meta Description Tag for Description of Page?




I just noticed that when searching Google for the name of a website I'm working on, the search result description now has a broken English phrase which does not appear anywhere on that website, nor on the Google Places page:



Where might this text be coming from? How can I fix it?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Sims2060225

3 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

Google can actually display whatever it likes in the search results i.e. what it thinks is relevant to the most common queries about that page/site/file/whatever but most often it goes with whats in your meta title and meta description tags e.g.

Daily Telegraph Google Result



Corresponding meta tags

<title>News - Latest breaking news - Telegraph</title>
<meta name="description" content="Latest news, breaking news and current news from the UK and around the world, plus celebrity news and political news from Telegraph.co.uk, all the latest breaking stories" />


So you need to insert these two meta tags into the <head></head> section of each of your HTML pages, it is best to have unique content about each page in them, rather than the same text repeated over and over again.
@Joshak 's answer shows exactly where this particular description is coming from and how to change it on DMOZ, my answer tells you how you fix your site.

I would also recommend implementing google webmaster tools as it will help alert google to the changes to your page and give you a better idea about what google knows about your site.

10% popularity Vote Up Vote Down


 

@Gail5422790

I believe what you are seeing in the description of the company on Dmoz. You should be able to use the noodp tag to get it removed.

10% popularity Vote Up Vote Down


 

@Pierce454

Google couldn't find the <meta name="description" value="value here!">, so he picks an old one or generates one himself.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme