@passmarked/seo
Version:
Rules related to checking for any SEO issues on the page given
29 lines • 919 B
HTML
<html>
<head>
<title>HTML5 markup example</title>
</head>
<body>
<div>
<h1>Whackamoon Legumes!</h1>
</div>
<article>
<h1>The proper use of peanuts</h1>
<h2>How to eat peanuts</h2>
<p>Peanuts can be eaten with salt.</p>
<p>This is an acceptable use of peanuts.</p>
<h3>Superior peanut eating methods</h3>
<p>Peanuts are infinitely better when combined with chocolate.</p>
<p>We recommend this approach for best results</p>
<h2>Incorrect application of peanuts</h2>
<p>Peanuts should not be used to fill parking meters.</p>
<p>They will not be effective in this capacity.</p>
</article>
<article>
<h1>Boiling beans</h1>
<h2>Is boiling beans really worth it?</h2>
<p>Let's be honest, it takes ages.</p>
<p>We advise just buying canned beans instead.</p>
</article>
</body>
</html>