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.
Second line, full stop after "community/"
Any ideas why this is being generated and how to stop it ?
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 ?