954,606 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

href problem in Yahoo mail

I've created an HTML email which has a link back to my website. It works fine in every mail client that I've tested except Yahoo mail. Yahoo mail adds rel="nofollow" and deletes the href link.

For examplE:

Visit Us

is replaced with

Visit Us

Consequently, there's no link in Yahoo mail.

I have not been to find any documentation on how to prevent this from happening. Any inputs would be appreciated.

Thanks.
David

Davife
Newbie Poster
16 posts since Apr 2009
Reputation Points: 10
Solved Threads: 0
 

Hi David

Yahoo mail client is known for adding the "nofollow" to all incoming links from anyone. If you create an email in yahoo mail client with a link in it, it will also ad the "nofollow" to the link. Yahoo is doing this automatically, and I think the reasoning behind this may be to help combat spam links to count in search engines.

Kraai
Senior Poster
3,981 posts since Feb 2008
Reputation Points: 76
Solved Threads: 87
 

The problem is that the link, ie href="www.xyz.com", is removed by Yahoo and consequently the link is unavailable to the recipient. Clearly there is something that Yahoo is looking for because it doesn't always remove the link and I need to know how to prevent Yahoo from removing it.

Any ideas?

Thanks

Davife
Newbie Poster
16 posts since Apr 2009
Reputation Points: 10
Solved Threads: 0
 

There are two possibilities. Firstly, it can be a setting on the receiver of the email that is set to something like "do not display active links" or "images" or yahoo may think it is junk mail or spam mail and filtered it not to show links or images.

Kraai
Senior Poster
3,981 posts since Feb 2008
Reputation Points: 76
Solved Threads: 87
 

I'm having the same problem. It's not a user setting, or even because the message is getting caught in the SPAM folder... it's something else. Unfortunately though, I'm stuck on this. Anyone know the answer?

TraderDan
Newbie Poster
1 post since Apr 2011
Reputation Points: 10
Solved Threads: 0
 

Thanks to all for sharing this useful information.I have never tried it before but now i will try to do it.

Alish735
Newbie Poster
14 posts since Apr 2011
Reputation Points: 7
Solved Threads: 1
 

The problem is that the value of the href attribute in your link is missing the "http://" protocol-prefix.

So instead of href="www.xyz.com" it should be href="http://www.xyz.com" (or a different prefix like "https://" or "ftp://", etc.)

Yahoo still shouldn't be doing what they're doing (ie. changing the content of an email with absolutely no warning to the user), but at least it's something you can easily fix. :)

depleater
Newbie Poster
1 post since May 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: