Skip to content

Added breadcrumb annotations for schema.org terms.#3600

Merged
alex-jansen merged 1 commit intomainfrom
bread_crumbs
Aug 29, 2024
Merged

Added breadcrumb annotations for schema.org terms.#3600
alex-jansen merged 1 commit intomainfrom
bread_crumbs

Conversation

@MatthiasWiesmann
Copy link
Contributor

The term page should now have breadcrumbs annotations for the object hierarchy, i.e.

See this demo site: https://breadcrumbs-dot-schemadotorg1.ew.r.appspot.com/SportsOrganization

<div class="superPaths" itemscope="" itemtype="https://schema.org/BreadcrumbList">
    <span itemscope="" itemprop="itemListElement" itemtype="https://schema.org/ListItem">
    <meta itemprop="name" content="Thing">
    <meta itemprop="position" content="1">
    <a href="/Thing" itemprop="item" class="core" title="Thing">Thing</a>
    </span> &gt; 
    <span itemscope="" itemprop="itemListElement" itemtype="https://schema.org/ListItem">
    <meta itemprop="name" content="Organization">
    <meta itemprop="position" content="2">
    <a href="/Organization" itemprop="item" class="core" title="Organization">Organization</a>
    </span> &gt; 
    <span itemscope="" itemprop="itemListElement" itemtype="https://schema.org/ListItem">
    <meta itemprop="name" content="SportsOrganization">
    <meta itemprop="position" content="3">
    <a href="/SportsOrganization" itemprop="item" class="core" title="SportsOrganization">SportsOrganization</a>
    </span>
     <br>
   </div>

@alex-jansen alex-jansen merged commit 5eca363 into main Aug 29, 2024
@alex-jansen alex-jansen deleted the bread_crumbs branch August 29, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants