Mobile app version of vmapp.org
Login or Join
Chiappetta492

: Rich snippet errors in Google's Structured Data Testing Tool for category pages I'm receiving the following errors in Google's Structured Data Testing Tool: It seems like the page for the category

@Chiappetta492

Posted in: #GoogleRichSnippetsTool #RichSnippets

I'm receiving the following errors in Google's Structured Data Testing Tool:



It seems like the page for the category "galeria" does not contain these fields. There are also some more errors like this (all with categories links). The strange thing is that the first category doesn't show those errors.

Anyway, I added the "entry-title" fields:

<section class="content">
<div class="page-title pad group">
<h1 class="entry-title"><i class="fa fa-folder-open"></i>CategorĂ­a <span>BiologĂ­a</span></h1>
</div>
...
</section>


but the error is still there.

Also, "author" and "update" doesn't seem to make sense here (categories), so should those messages be ignored?

Update:

Here is a link to Google's Structured Data Testing Tool for the page to demonstrate this, and to view the HTML code by clicking on the HTML tab.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Chiappetta492

2 Comments

Sorted by latest first Latest Oldest Best

 

@Dunderdale272

The errors were not due to the categories or tag pages, but to the slider and the sidebar posts in home page. So to solve it I just had to add rich snippets to all the posts shown there (also in categories and tags pages).

10% popularity Vote Up Vote Down


 

@Moriarity557

I think you need to make sure that the hentry class appears on a tag which appears outside of all the other fields, so that the other microformat classes are child elements to it.

On your category pages, you are putting class="entry-title" in an area that is not nested within the article tag which has the hentry class.

Try adding class="hentry" to your body tag instead, so that all your microformat tags appear within it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme