Scoreling
Best practices

Email addresses are not left for spam bots

Low impact · weight 1 · worth up to 0.3 points of the total score

Why it matters

Bots crawl the web collecting every address written in a page or a mailto: link, and those mailboxes fill with spam within weeks. A contact form, or an address the page assembles with a little JavaScript, keeps the inbox usable.

How to fix it

Replace the address with a contact form, or put it together in JavaScript so it is not in the HTML as one string.

Check a page for this, and the other 70 checks at once

More Best practices checks

See all checks