empierre / romanes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schema.org breadcrumb ?

empierre opened this issue · comments

<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://example.com/books", "name": "Books", "image": "http://example.com/images/icon-book.png" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "https://example.com/books/authors", "name": "Authors", "image": "http://example.com/images/icon-author.png" } },{