We’ve noticed an issue with the email address displayed in the top header of our website. Currently, instead of using a proper mailto: link, it is inserted as a simple element with the text info@sportofaze.lt.
As a result:
When users click the email, they expect to be able to send an email, but nothing happens since it’s not a clickable link.
Additionally, Cloudflare attempts to obfuscate the plain email text, which creates a broken link to /cdn-cgi/l/email-protection that returns a 404 error. This negatively affects our SEO audit results (e.g., in Ahrefs).
How can we fix this issue?
Ideally, the email should be rendered like this:
a href=”mailto:info@sportofaze.lt”>info@sportofaze.lt
This would:
Improve user experience by allowing one-click email access.
Prevent SEO issues caused by the broken obfuscation link.
Please let us know how we can resolve this.
Images:
https://prnt.sc/v9NN_kFRUh8E
https://prnt.sc/nkIdqfqmDQUj
Cache clreared also.