Mobile app version of vmapp.org
Login or Join
Shelley277

: Meta description tags appearing in Google search results even though they had been removed I recently removed all the meta description tags from my website and uploaded the files to my host

@Shelley277

Posted in: #GoogleSearch #MetaDescription #Seo #Serps

I recently removed all the meta description tags from my website and uploaded the files to my host company's FTP server. However, Google search results still show the old meta tags even though the site was indexed after I uploaded it.

The cache is showing a time stamp after I had removed the meta tag from the index.html file so I don't know why the old meta tags are still present. I'm starting to think that the old meta tag is still somewhere in my code but I have no idea where.

I'm really confused and frustrated and could use some help. I'm also pretty new to SEO and HTML.

10.06% popularity Vote Up Vote Down


Login to follow query

More posts by @Shelley277

6 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

There is no way you can get rid of the old description from DMOZ. NOODP tag doesn't help.

People in Google say that they can't do anything because it's the bot who does it and they don't have control over their bot.

10% popularity Vote Up Vote Down


 

@Megan663

Do you have a DMOZ entry? I recently had the same problem where Google was pulling what I thought was the old meta description. After much hair pulling I found out there was an old DMOZ entry for the site and Google was using the meta description from the DMOZ description.

If you ever have this issue. you can use the following meta tag to tell search engines not to use the Dmoz entry as the description:

<meta name="robots" content="NOODP">


This goes between the <head><head/> section of the pages source code.

More info: www.metatags.info/meta_name_googlebot

10% popularity Vote Up Vote Down


 

@Ogunnowo487

I recently removed all the meta description tags


How "recently"? It can take some time before changes are reflected in the SERPs.


...the site was indexed after I uploaded it.


I think you mean the site was crawled after you updated it. Being crawled and indexed (when your pages actually appear in the SERPs) are two different things.


...The cache is showing a time stamp after I had removed the meta tag


And if you view the source of the cached page are the meta tags removed? To be honest, I would expect the cache to closely reflect the index status of the document - however, maybe there is a delay? Crawl, cache, index...?

You can try the Remove outdated content tool for when "the page's snippet (the short description of the page in search results) or the cached version of the page is out of date". Reference: Remove outdated content from Google (Help Docs).

10% popularity Vote Up Vote Down


 

@LarsenBagley505

Keep in mind Google needs to crawl it a couple time's before Google shows the updated results. As Dan mentioned - you can speed it up by forcing Google to crawl the page (but it's impossible to say just how much that helps). Be patient - not a huge deal.

10% popularity Vote Up Vote Down


 

@Ann8826881

Google often uses the description meta-tag for the snippet in the SERPs but that is not guaranteed though can be often counted on. If you are using a description meta-tag and are not pleased by what you see in the SERPs then simply change the description meta-tag.

However, if the description meta-tag is empty or missing, you are leaving it up to Google to pick some part of your content for the snippet, you may not like what they select. Having deleted the description meta-tag, it is quite possible that the snippet may not change for a short period while Google selects a new one. There is a specific algorithm for this that may, repeat, MAY not be event triggered but scheduled. This is simply because it is not normal that the description meta-tag (and title tag) is insufficient (in this case gone). It is likely that the h1 tag will be selected if it passes muster. Otherwise it will be the beginning of the first significant paragraph or a snippet that closely matches the title tag in keyword importance or even the search query.

You just may have to wait for a bit- that is if you are sure that the last fetch was after your change to the description meta-tag. Otherwise, you will have to wait till the page is fetched again.

On a side note, the description meta-tag really only effects the snippet in the SERPs and carries virtually no weight on SEO.

10% popularity Vote Up Vote Down


 

@Correia994

Meta tags are considered one of the least effective (possibly not all all effective) forms of on-site SEO. Don't worry about it. Focus on building content and links.

Regarding your code, there is no way for us to help without seeing all of your code.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme