jkphl/micrometa

View on GitHub
src/Micrometa/Tests/Fixture/json-ld/jsonld-wpheader.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta charset="UTF-8">
        <title>JSON-LD test document</title>
        <script type="application/ld+json">
            {
                "@context": "https://schema.org",
                "@type": "WPHeader",
                "@id": "https://jsonld-examples.com/#header_website",
                "image": {
                    "@type": "imageObject",
                    "@id": "header_website_picture",
                    "url": "https://jsonld-examples.com/images/header_website.png",
                    "height": "140",
                    "width": "1400"
                }
            }

        </script>
    </head>
    <body>
        <h1>JSON-LD test document</h1>
    </body>
</html>