Hey guys, is that error because of this code?
// Wrap the item text with appropriate itemprop.
$item = ! empty( $matches ) ? sprintf( '%s<span itemprop="name">%s</span>%s', $matches[1], $matches[2], $matches[3] ) : sprintf( '<span itemprop="name">%s</span>', $item );
should the $matches[x]
be the url? cause for example when I am testing https://medicalfa.gr/contact I am getting the following
<span itemprop="item"><span itemprop="name">Επικοινωνία</span></span>
if I edit the “Επικοινωνία” with https://medicalfa.gr/contact the issue is fixed.