If you are feeling less technical you could keep the addresses on the page but swap key parts of them for the entity codes e.g. one example of this would be;
|
Using 109 as the ascii code for "m", 64 = "@" and 46 = ".", essentially makes pattern matching an email address in page source next to impossible unless you decode the entire page.




