change ‘nofollow’ become ‘dofollow’ on Blog

Before reviewing much of the function of the two terms above, is useful to know the meaning first. The terms above may not be familiar to bloggers. I will try to explain earlier what is nofollow and dofollow :

nofollow: intended to block access to content or to prevent the content will be indexed by search engines. This is a method to block the search engine spiders to access content on web sites or prevent them include content in their index page (the Robots Exclusion Standard) / robots.txt to block access and page designed by our admin to your blog or search engine spiders can or can not be in exploration.

dofollow: having opposite meanings, in the sense you will get a backlink from comments that you give to a blog, can mean an outline that the spider robot will work without any restriction tag.
By default setting is a blog comment is nofollow, but you can turn it into dofollow. Before making changes, we must know what the risks of dofollow blog. Usually you will receive a lot of comments from spammers who comment and not relevant to the content arikel. And requires you to select each commented what is considered relevant to the article.


Next we will show the trick to change nofollow to dofollow. The steps as follows:
1. Sign dashboard page>> select settings>> backlink select the show and later the results are below the left it says “Links to this post”
2. You had to wait until Google indexes the post with a link to your blog post.
3. Go to your dashboard to Modify Theme >> layout of your blog>> click Edit Html>> check in the Expand Widget Templates Checkbox at the top of the Edit Template text box and then look for the code below:
PHP :
</p>
<p style=”text-align: justify;”><dl id=’comments-block’>
<b:loop values=’data:post.comments’var=’comment’>
<dt class=’comment-author’expr:id=’”comment-” + data:comment.id’>
<a expr:name=’”comment-” +data:comment.id’/>
<b:if cond=’data:comment.authorUrl’>
<a expr:href=’data:comment.authorUrl’ rel=’nofollow’><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>
Remove code: rel = ‘nofollow’ and Save. If already done now we will apply the Googlebot to follow the link back to a post / blog you. This works if there is someone to post an article and we will have a URL with this code someone was going to get a link back from our blog.
Sign in to your dashboard page>> layout of your blog>> click Edit Html>> check in the Expand Widget Templates Checkbox at the top of the Edit Template text box and then look for the code below:
PHP :
</p>
<p style=”text-align: justify;”><b:includable id=’backlinks’ var=’post’>
<a name=’links’/> <h4> <data:post.backlinksLabel/> </ h4>
<b:if cond=’data:post.numBacklinks != 0′>
<dl class=’comments-block’ id=’comments-block’>
<b:loop values=’data:post.backlinks’ var=’backlink’>
<div class=’collapsed-backlink backlink-control’>
<dt class=’comment-title’>
<span class=’backlink-toggle-zippy’> </ span>
<a expr:href=’data:backlink.url’ rel=’nofollow’> <data:backlink.title/> </ a>
<b:include data=’backlink’ name=’backlinkDeleteIcon’/>
</ dt>
Remove code: rel = ‘nofollow’ and save the template. You can explain this by placing a banner U comment I follow or can also Back Link followed. Hope can help.

0 comments:

Post a Comment

◄ Newer Post Older Post ►