Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML Syntax Errors #47

Open
stevewest15 opened this issue Aug 11, 2017 · 0 comments
Open

HTML Syntax Errors #47

stevewest15 opened this issue Aug 11, 2017 · 0 comments

Comments

@stevewest15
Copy link

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

kh3dr0n added a commit to kh3dr0n/all-in-one-schemaorg-rich-snippets that referenced this issue Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants