Showing posts with label backlinks. Show all posts
Showing posts with label backlinks. Show all posts

Tuesday, June 12, 2012

Act as an author for My Online Stay


Welcome to the visitors of MOS. MOS is my blog, where I share all of my online experiences. This is a new blog and it has a few topics (less than 50). But, I want to make relations with hardworking writers. If you want to become an author for my blog, you can contact me by click the Contact Us link. Just submit you article to us. You can also include maximum two back-links to your website (if any). It is a do-follow blog and it will be helpful for you to create back-links here if you need.

You can see in the Live Traffic Feed widget at the bottom right corner MOS is getting a lot of traffic from Google search engine. So, creating back-links here are useful for you.

Thanks for taking interest.

Saturday, February 18, 2012

DoFollow VS NoFollow with Examples

Many people are confused about the difference between DoFollow and NoFollow. Today, I'm going to explain in short with examples.

You should try to get links from whichever sources available. It is a tactic in Search Engine Optimization (SEO). For exampke, you want comment in a blog, you could get a backlink, just by using this HTML code:

<a href="your link URL">your link name (anchor)</a>


When you placed this piece of code within your comment, you used to get backlink from it. It was highly beneficial for you to rank high (especially if the blog is high PageRank).
Nofollow is a HTML tag value added to the link anchor code, and will change the normal code as:

<a href=”your link URL” rel=”nofollow”>your link name < /a>

The link will be valueless and the search crawlers would not follow them to index. So, such a link is as useless as a piece of text.

A DoFollow comment will be a normal comment as in the above or will have the attribute “rel=’dofollow’” instead of nofollow, as in:

<a href=”link URL” rel=”dofollow”>link name </a>

The attribute DoFollow or no rel attribute at all means the blog link is good. Though no attribute in HTML exists as DoFollow, it means that the blog is not NoFollow, so it has the same effect of a normal backlink.