Yoast / YoastSEO.js

Analyze content on a page and give SEO feedback as well as render a snippet preview.
GNU General Public License v3.0
403 stars 171 forks source link

Generating trees for HTML with paragraphs nested in other paragraphs fails. #2180

Open hansjovis opened 5 years ago

hansjovis commented 5 years ago

The tree parser fails when entering trying to parse paragraphs or headings within other paragraphs and headings:

<h1>This is a <p>paragraph</p></h1>

Although this is invalid HTML, we do not want it to fail completely.