Backlink?? what it is ? My employer is asking me...

@Manasha (2933)
Pondicherry, India
September 7, 2011 8:22am CST
I have received the following email from my client . I am not sure about backlink . what it is ? is it tough to learn? "I am looking for someone who’s interested in writing high volume of short articles for backlinks.The writer must write 10 x 150+ word articles per day with one anchor text backlink. " let me know the meaning of backlink and its detail
1 response
@webcodez (172)
• Netherlands
7 Sep 11
Backlinks are links on external websites that refer back to your website. So basicly just any (external) link to your website from any website around the web. There are though follow and nofollow links. 'Follow' links are used by search engines as well, to calculate the popularity and thus the rank of a webpages ( so if you have many follow backlinks to your website, your website will raise in search engine's positions ) and nofollow links that are only useful for visitors directly ( but aren't used by search engines ).
@webcodez (172)
• Netherlands
7 Sep 11
This can be distinguished by looking at the HTML source code. A normal link ( follow ) may look something like this: <a href='link'text</a however a nofollow link has the rel='nofollow' attribute added: <a href='link' rel='nofollow'text</a