Optimizing Labels, Archives & Comment Links in Blogger

No Comments
          
Todays i am going to post about Optimizing Links in Blogger.Optimizing your blogger blog links like comment, archives, and labels link will help you to drag a huge traffic to your blog/site.Blogging is mostly about publishing fresh links to these search engines therefore it is important that you must equip your links with proper rel link attributes. Blogger is pretty different when it comes to labels.For optimize your links simply follow the few steps below.

How To Optimize Comment Links
  1. Login to your blogger dashboard
  2. Click on "Design" > "Edit HTML" > Back up your template
  3. Mark/Tick "Expand Widget Template"
  4. 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'

    5.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

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

  1. 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.

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". You are done!!!!

Don't Forget to share and comment 
 
Next PostNewer Post Previous PostOlder Post Home

0 comments

Post a Comment