Why is @ in email address sometimes written as [at] on webpages?

15

1

Why is @ sometimes in webpages written as [at]? Does it have any specific reason ?

Sai

Posted 2013-11-14T16:38:32.250

Reputation: 177

11

See http://security.stackexchange.com/q/45041

– None – 2013-11-14T16:40:01.350

If this isnt a dupe, Im genuinely surprised this question hasnt been asked before. – Keltari – 2013-11-14T18:37:16.753

1meant to just fool very simple robots but I guess it fooled you too – barlop – 2013-11-20T01:43:31.030

Answers

5

At first it was a way to hide the e-mail addres from "robots" that search for e-mail addresses in all possible websites. It was a way to keep the e-mail public (for humans) but hidden (from robots).

Quickly ill-intended programmers were able to come around this safety, but still a lot of spam was kept out.

The safest way though to make your e-mail public is to save it as an image, and place it on the webpage instead of text. Not 100% effective, sure, but pretty safe and easy to do.

Carlos Manta

Posted 2013-11-14T16:38:32.250

Reputation: 68

29

It is to keep the address hidden from simple email scrapers. Spammers sometimes just scan for an email address regex to gather targets for their spam. Doesn't work on more complex email scrapers, but useful to keep some spam out of your inbox.

Adam D. Ruppe

Posted 2013-11-14T16:38:32.250

Reputation: 399