Protect your email address with SVG instead of JS. Email addresses on webpages need protection from spambots. Conventionally, email protection techniques involve HTML, CSS, and JS, but each has its pros and cons. JS-based approaches are sophisticated but rely on JS. The SVG-based approach detailed here is different and offers benefits such as working with JS turned off, allowing standard mailto: links, and concealing content like an image but being copyable like text. Implementing the code involves embedding an SVG graphics document in an HTML document. Accessibility is crucial for this setup. Visit the link for a live demo.
https://rouninmedia.github.io/protecting-your-email-address-via-svg-instead-of-js/