Skip to content

Add breadcrumb #50

@scito

Description

@scito
  • for users on pages and
  • in json-ld for search engines

https://schema.org/BreadcrumbList

Example:

<script type="application/ld+json">{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Büromaterial",
            "item": "https://www.digitec.ch/de/s1/tag/bueromaterial-678"
        }
    ]
}</script>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions