XF 2.2 Google Breadcrumb issue

giorgino

Well-known member
Hi all,

in my Google Search Console, I found this errors (Missing field "Position"). Can you please help with this?

Schermata 2021-12-09 alle 10.37.32.png
 
In a default XenForo installation breadcrumb schema includes position data. See below:

breadcrumb.jpg


An add-on maybe causing issues with this. Inspect your page code and see if the above circled itemprop code exists for each breadcrumb.
 
In a default XenForo installation breadcrumb schema includes position data. See below:

View attachment 261684


An add-on maybe causing issues with this. Inspect your page code and see if the above circled itemprop code exists for each breadcrumb.
In the thread pages there are 6/7 of these

HTML:
    <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
        <a href="/#lesperto-immobiliare-risponde.6" itemprop="item">
            <span itemprop="name">L&#039;Esperto Immobiliare Risponde</span>
        </a>
        <meta itemprop="position" content="2" />
    </li>

Not in the forum nodes page, but google lists threads pages... what's wrong?
 
Top Bottom