Fixed Schema Markup full stop ?

Rivmedia

Member
Affected version
2.1.3
Noticing a full stop in URL's when doing SEO audits, where URL's are being picked up such as :

domain.com/community/. <= notice the full stop at the end.

It seems this is the result of schema markup for breadcrumbs having a fullstop in the URL. I notice its also in the current live install on xenforo.com.

Code:
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
        <a href="/community/.#customer-forums.22" itemprop="item">
            <span itemprop="name">Customer forums</span>
        </a>
        <meta itemprop="position" content="3" />
    </li>

Second line, full stop after "community/"

Any ideas why this is being generated and how to stop it ?
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.5).

Change log:
Prevent superfluous dot character being prepended to forum list category anchor links.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom