Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!-- JSON-LD (Google prefers this) --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "headline": "HTML5 Features Guide", "author": { "@type": "Person", "name": "Alice" }, "datePublished": "2024-01-15", "image": "https://example.com/img/html5.jpg" } </script> <!-- Or inline Microdata --> <article itemscope itemtype="https://schema.org/Article"> <h1 itemprop="headline">HTML5 Features</h1> <span itemprop="author">Alice</span> </article>
Result
Open