Making Quality Backlinks
When commenting on blogs, often times the comment panel will allow html. This means you can be a little fancy and often include quality backlinks in your comment. The quality of a backlink can improve by adding the title attribute and having key-worded anchor text. The html used for these attributes is:
<a href=”http://www.yourdomain.com” title=”this is keyworded mouseover text”>this is key worded on-page anchor text</a>
In some cases, the title attribute might not be allowed or you might not want to stand out too much when the moderator reviews your comment. Less HTML decreases the spam look of the backlink. You might keep it more simple by not using the title attribute. The more simple yet still effective backlink HTML looks like this:
<a href=”http://www.yourdomain.com”>this is key worded on-page anchor text</a>
Try the mouseover feature in the link in the next sentence and click on it to learn more about quality backlinks.
Learn more about backlinks.
I used the following HTML to make the link above:
<a title=”backlinks” href=”http://www.seowebmeeting.com/backlinks/”>backlinks</a>.