نمونه کد اسنیپت Breadcrumbs
در این نوع Rich Snippets، به جای آنکه URL صفحه مورد نظر به کاربران نمایش داده شود، محل قرارگیری آن صفحه در دسته بندی های سایت به کاربر نمایش داده میشود. در واقع، این ریچ اسنیپت به کاربران نشان میدهد که برای رسیدن به این صفحه، باید چه مسیری را در سایت شما طی کنند.
❇️نمونه اسنیپت Breadcrumbs در گوگل:
❇️نمونه کد JSON-LD برای اسنیپت Breadcrumbs:
<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 } },{ "@type": "ListItem", "position": 3, "item": { "@id": "https://example.com/books/authors/annleckie", "name": "Ann Leckie", "image": "http://example.com/images/author-leckie-ann.png" } },{ "@type": "ListItem", "position": 4, "item": { "@id": "https://example.com/books/authors/ancillaryjustice", "name": "Ancillary Justice", "image": "http://example.com/images/cover-ancillary-justice.png" } }] } </script>
دیدگاهتان را بنویسید