Is it possible to disable hreflang so the following exampes get excluded from the sitemap xml?
<xhtml:link rel="alternate" hreflang="fr-fr" href="" /> <xhtml:link rel="alternate" hreflang="de-de" href="" /> <xhtml:link rel="alternate" hreflang="es-es" href="" /> <xhtml:link rel="alternate" hreflang="ja-jp" href="" /> <xhtml:link rel="alternate" hreflang="ko-kr" href="" />
We currently implement a custom solution for this in the head, so having this in the sitemap is causing duplicate entries.