brainstormforce / all-in-one-schemaorg-rich-snippets

WordPress Plugin that Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
http://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/
115 stars 44 forks source link

HTML Syntax Errors #47

Open stevewest15 opened 7 years ago

stevewest15 commented 7 years ago

Hello,

The following html syntax errors were found which break html validation:

  1. Element div not allowed as child of element span (ie a div can't be within a span tag): Summary<span class="ratings"><div class="star-blocks"><form name="rating" method="post"

  2. Stray end tag span: <div class="snippet-data-img"><span itemprop="ratingValue">3</span> based on <span class="rating-count" itemprop="reviewCount">8</span> votes </span></div>

and here as well:

<div class="snippet-data-img"> <span itemprop="availability" content="in_stock">Available in Stock</span></span></div>

Thx,

SW