Add Meta Tag to Blogger : Make Blogger Blog Fully Search Engine Optimize!

 

Most of us use Blogger.com to start their free blog which may be for making money or sharing your knowledge, voice through blogging. But if your blog is not Search Engine Friendly than you can not archive your goal. For this purpose you need to make your blog fully Search Engine Optimized and add meta tag to blogger so that people searching their keywords will easily knows your site. Just follow following simple steps to add meta tag to blogger.

How to add Add Meta Tag to Blogger? (Updated)

Step 1:

Go to Blogger Dashboard > Design > Edit Html and search for <head>

Step 2:

Delete Every Thing From <head> to <b:skin><![CDATA[

Step 3:

Place following code just after <head>

<b:include data='blog' name='all-head-content'/>
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.pageTitle/></title>
    <b:else/>
    <title><data:blog.pageName/> - <data:blog.title/></title>
    </b:if>
    <meta content='Your Blog Description here!' name='description'/>
    <meta content='Your Keywords here!' name='keywords'/>
    <meta content='Author Name here!' name='Author'/>
    <meta content='Author Email Address here!' name='Email'/>
    <meta content='document' name='resource-type'/>
    <meta content='all' name='audience'/>
    <meta content='general' name='rating'/>
    <meta content='all' name='robots'/>
    <meta content='index, follow' name='robots'/>
    <meta content='id' name='language'/>
    <meta content='id' name='geo.country'/>
    <meta content='global' name='distribution'/>
    <meta content='1 days' name='revisit-after'/>
    <meta content='Indonesia' name='geo.placename'/>
  • Replace:-

To add your own description, title, keywords. Please replace all above words with your desire words! as shown below.

Blog Description : Write your blog description
Blog Keywords : Write the keywords of your blog
Blog Author : Write the author’s name(Your name)
Email Address : Write your Email address

Step 4:

Click on Save Template.

That’s it. Now your blog is full Search Engine Friendly. If you face any problem. Just Drop your comment. I will be able to help you about blogger Search engine optimization

Make a Blogger Blog Dofollow to get lots of Comments

dofollow blogger

This post is related to my previous post about How to Remove Blogger Navbar Making a Blogger blog Dofollow is a nessecary thing if you want to get lots of comments. Peoples only comments on those blogs who are Dofollow like our’s. Because they need Backlinks for their blog which improve their Rankings. If your blog is Nofollow than these are only comments not back links so people will not comment on your blog. Making a blog Dofollow will increase SPAM in your comments so you need to check all comments before publishing. Well, To make a blogger blog Dofollow is not a difficult just follow following steps..

To Make Blogger Blog DoFollow

Just follow following simple steps

Step 1:

Go to blogger Dashboard > Edit Html > Expand Widget templates and search for

<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
or just
rel='nofollow'

Step 2:

Remove

rel='nofollow'

from step 1
Step 3:

Click on SAVE TEMPLATE and that’s all. Now your blog is Dofollow and will get lots of comments with SPAM

How to Remove or Hide Blogger Default NavBar

blogger navbar image

In my recent post I show you How To Backup and Restore Blogger Template as we know Blogger has many cool features some are good some are bad  One of them is NavBar some peoples like Navbar some not. One benefit is that it allows visitors to Follow, Share and Search your blog. But Most people hate it like me. You can remove it easily by adding a simple code to your template.

To Remove or Hide NavBar

Step 1:

Go to Blogger Dashboard > Edit Html and search for  <b:skin><![CDATA[

Step 2:

Place following code just after <b:skin><![CDATA[ 

#navbar-iframe {
display: none !important;
}

Step 3:

Click on Save Template and you had done…

 

Hope this method to remove NavBar helps you. Feel free to drop comments.

How to Backup and Restore Blogger Template

BackUp blogger template

Want to Backup Blogger Template or Want to restore blogger template?

Here is a quick guide for you to backup and restore bloger template.

If you are going to modify your template to add some cool features, codes or any other thing. You must Backup blogger template to avoid risk of any error. If you gets any error than this will help you to easily restore blogger template from previous backup. I will show you how to Backup and Restore blogger template.

How To Backup Blogger Template

Step 1:

Go to Blogger Dashboard > Design > Edit Html

Step 2:

Click on Download Full Template as shown below

BackUp Blogger Template

Step 3:

Select path where you want template to be save.

 

How To Restore Blogger Template

Step 1:

Go to Blogger Dashboard > Design > Edit Html

Step 2:

Click on Browse button as shown below
Restore Blogger Template

Step 3:

Select the template you want to store or upload and click Upload

 Note:

If you are using new Blogger Interface than see image below to backup and restore blogger template.