This tutorial am about to share with you is one of the best SEO tips every bloggers should ever think of, optimizing your blogger blog links like comment, archives, and labels link will help you to drag a huge traffic to your blog/site. some wrong SEO techniques have been spread out concerning optimization of link in blog, which i also fall as a victim of this, using false link attribute which can not be approved by search engines. so for you to optimize your links simply follow the few steps below.
How To Optimize Comment Links
- Login to your blogger dashboard
- Click on "Design" > "Edit HTML" > Back up your template
- Mark/Tick "Expand Widget Template"
- Use ctrl F to find the code below
expr:href='data:post.createLinkUrl'
Replace it with the code below, but if you find rel="nofollow" before or after the code above cancel it and use rel='external follow' as shown below.
rel='external nofollow' expr:href='data:post.createLinkUrl'
- Now find the next line
<a expr:href='data:comment.authorUrl'
Replace it with the code below.
<a expr:href='data:comment.authorUrl' rel='external nofollow'
That's all about optimizing comment links
Hot To Optimize Archive Links
Before you can optimize your archive link, you must add archive widget to your blog, but if you do not, don't bother to use this step
- Use ctrl F to find the code below
<a class='post-count-link' expr:href='data:i.url'>
Replace it with the code below
<a rel="archives" class='post-count-link' expr:href='data:i.url'>
That's all about optimizing archive links.
How To Optimize Label Links
- Use ctrl F to find the code below
<a expr:href='data:label.url'
Replace it with the code below, but if possible you find exactly the code below in your template, just leave it as it is.
<a expr:href='data:label.url' rel='tag'
After all your editing, click "SAVE TEMPLATE".
Hope this tips should have a great impact on your blog? but if you have any confusion about this tutorial, please don't hesitate to ask, and we will be so glad to help you out.
Do you know you can receive all our latest tutorials directly into your email, so to enable this simply subscribe to this blog now, and don't forget to share this.










0 comments:
Post a Comment