Mobile app version of vmapp.org
Login or Join
Rambettina238

: Meta-description not found in tools.seochat.com: "ERROR! No description data found" I was using http://tools.seochat.com/tools/search-spider-simulator to check what the crawler see and get from my website,

@Rambettina238

Posted in: #MetaDescription #Tools

I was using tools.seochat.com/tools/search-spider-simulator to check what the crawler see and get from my website, but when I check my website, it says:


ERROR!
No description data found


But I have in my HTML a meta-description in the head which is written like this

<meta id="meta-description" name="description" content="The Description Of My Page" />


Why is it that the tools says "Error! No description data found" when in my HTML I've put the meta-description in the head?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina238

2 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

I have a better answer.

<meta name="description" content="The Description Of My Page">


I see no point in having ID parameter in the meta tag because no value in the meta tags will be changed by javascript, and if they are expected to, then there is something wrong with your webpage.

Also, this answer saves you about 20 bytes which means your webpage will load a tiny bit faster. You'll save more bytes if you remove the ID parameter of all the tags that you don't plan to alter other values of in javascript.

10% popularity Vote Up Vote Down


 

@Ann8826881

Try changing it to this:

<meta name="description" id="meta-description" content="The Description Of My Page" />


If that does not work, then try this:

<meta name="description" id="meta-description" content="The Description Of My Page">


It is possible that the agent is hard-wired to expect things a certain way as a parser.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme