Breadcrumb Schema?

This topic contains 3 replies, has 3 voices, and was last updated by  Alex Rollin 5 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #447255

    coreyhammond
    Full Member
    Post count: 58

    I saw Geo Directory has schema support for a lot of things, how about breadcrumb navigation?

    https://schema.org/BreadcrumbList

    #447356

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    We dont support that just now, though we do have a filter that could let you add it to our existing output if you wrote the function to generate it.

    Stiofan

    #447428

    coreyhammond
    Full Member
    Post count: 58

    How would this be done?

    #447494

    Alex Rollin
    Moderator
    Post count: 27815

    It would require custom code created by a developer.

    You can try finding a developer here to work on it:

    http://geodirectoryexperts.com

    It is not a simple thing to convert the current HTML into something like

    
    
    
    <ol itemscope itemtype="http://schema.org/BreadcrumbList">
      <li itemprop="itemListElement" itemscope
          itemtype="http://schema.org/ListItem">
        <a itemprop="item" href="https://example.com/dresses">
        <span itemprop="name">Dresses</span></a>
        <meta itemprop="position" content="1" />
      </li>
      <li itemprop="itemListElement" itemscope
          itemtype="http://schema.org/ListItem">
        <a itemprop="item" href="https://example.com/dresses/real">
        <span itemprop="name">Real Dresses</span></a>
        <meta itemprop="position" content="2" />
      </li>
    </ol>
    
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket