Breadcrumbs Schema Generator
FAQPage schema is one of the structured data types used on pages containing a list of questions and answers. Properly implemented FAQPage schema markup can result in getting a rich snippet in search results and an action on the Google Assistant.
<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "BreadcrumbList", "itemListElement": [] } </script>

Copied ✅