EZINE Articles

wilchildwhite

Newbie
Joined
Sep 26, 2013
Messages
49
Reaction score
8
Hi guys

I'm writing a couple EzineArticles but i don't know how link them back to my blog ?

help me i'm noob
 
As said above, you can put a link in resource box or in body of the article as well, I think if put link in body then it may have no-follow attribute..

Putting too many links may lead to rejection of your article, but normally you can put one or two links....
 
Body : IF allowed ..even if it no-follow it can bring traffic to your blog
Resource box. put the link in it or you can also try anchor tag.
 
just put a anchor link in the end of the post, pointing to the original article.

<a href="http://example.com/123example/post" rel="follow">Source</a>

Explained:

href = put the original link of your blog/website.
rel = follow if you want to pass any link juice to blog/website
source = text that you prefer to be shown
 
Back
Top