Skip to content

alexhooley/ItemList-Schema-JSON-LD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Item-List-Schema-JSON-LD

examplejs

<script type="application/ld+json">
{
    "@type": "ItemList",
    "@context": "http://schema.org",
    "numberOfItems": 3,
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@type": "Product",
                "name": "",
                "url": "",
                "image": "",
                "description": ""
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@type": "Product",
                "name": "",
                "url": "",
                "image": "",
                "description": ""
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@type": "Product",
                "name": "",
                "url": "",
                "image": "",
                "description": ""
            }
        }
    ]
}
</script>

Minify JSON: https://www.cleancss.com/json-minify/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published