: 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,
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?
More posts by @Rambettina238
2 Comments
Sorted by latest first Latest Oldest Best
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.
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.