Question on Links with extra coding and their value

crsx1

Newbie
Joined
Aug 8, 2014
Messages
46
Reaction score
0
Is the below link just as good as any do-follow link? Is anything lost in the extra code?

<a href="URL" onclick="_gaq.push(['_trackEvent', 'outbound-article', 'LINK', 'SITE NAME']);" target="_blank">SITE NAME</a>
 
Yes, just as good as a normal do-follow link. The onclick attribute is just analytics way of tracking what links the user is clicking
 
Back
Top