Thursday 17 August 2017

All in One SEO Pack for Blogger (Blogspot)


Under: ,
SEO is the only way which can help you to compete with your competitors and perform better than your competitors in search engines. The better you play with SEO, the more organic traffic you will drive towards your blog. No matter how much unique content you write, if you are not good at SEO then surely you will loose most of the traffic you deserve. There are many steps to perform to make your blog SEO friendly. Some of the basic steps are adding custom robots.txt, custom robots header tags, showing post title before blog title and so on. There are lot of Off-page and On-page tactics for better SEO but today I will discuss All in One SEO Pack for Blogger (Blogspot) blogs by which you don't need to spend your precious time in adding all basic SEO tactics separately as this amazing widget is a combination of almost all of the basic SEO steps for a blogspot blog. So let's start the tutorial on how you can easily add All in One SEO Pack to your blog.

All in One SEO Plugin Features:

  • Add Meta Tags to Your Blogger Blog.
  • Show Post Title First In Search Results
  • SEO Optimize Blogger Comments
  • Search Engine Optimized Blogger Labels
  • Search Engine Optimized Blogger Archives
  • Add SEO Friendly Robots Header Tags
  • Convert Title Tags into Dynamic Title Tags
  • Facebook and Twitter Profile Compatible Allow Bots to crawl your site on daily basis.
  • Allows Search Engine Crawlers to crawl your Blog on a Daily basis.
  • Optimize Blog Images for Better SEO
  • Helps to Drive maximum USA traffic to your blog.

How to Add All in One SEO Pack to Blogger blog:

You just need to perform below-given easy steps to add this extremely useful plugin to your blogger blog. So let's start:

Step 1: Login to your blogger account and go to Template and click the EDIT HTML button.

Step 2: Click on the code area and hit the Ctrl+F on your keyboard which enables quick search box. Now search for <head> tag.

Step 3: After searching the <head> tag, copy all the codes given below and paste it just below the <head> tag.

<!-- All In One SEO Pack for Blogger by: http://www.BBeginner.com Start -->
<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>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<meta content='noindex, nofollow' name='robots'/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.title' name='keywords'/>
<meta content='index, follow' name='robots'/>
</b:if>
<b:else/>
<b:if cond='data:blog.pageTitle != data:blog.title'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta content='article' property='og:type'/>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.pageName' property='og:title'/></b:if>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
</b:if>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='en-us' name='language'/>
<meta content='USA' name='country'/>
<meta content='@twitter.com/BBeginnerCom' name='twitter:site'/>
<meta content='@BBeginnerCom' name='twitter:creator'/>
<meta content='BBeginner' name='author'/>
<meta content='contact@bbeginner.com' name='email'/>
</b:if>
<!-- All In One SEO Pack for Blogger by: http://www.BBeginner.com End -->
Step 4: Then Customize the code as per your needs, like :

Customization :

  • Replace highlighted BBeginnerCom with your Twitter username.
  • Replace highlighted BBeginner with your name. (defines name of the author)
  • Replace highlighted email 'contact@bbeginner.com' with your email address.
Step 5: After Customization, Click on Save the template.

All done! You have successfully implemented All in One SEO Plugin in your blogger blog. Now It's your turn to share your views regarding this great plugin via comments. Also, if you face any difficulty in adding this plugin to your blog, drop a comment below. 

20 comments:

Admin on 01 October, 2017 said...

Not working
Its giving an error:
The element type "b:if" must be terminated by the matching end-tag "".

Hammad Ansari on 02 October, 2017 said...

@Angels Video
Thanks for letting me know. The code has been updated.
Stay Connected :)

Swayam Raj on 21 October, 2017 said...

Really Awesome Post on Increase SEO in Blogger. Cleared all doubts.
Brother, Check my new blog and suggest what to do more with it.����
www.BlogHatrick.Com

Feroz Bessir on 07 January, 2018 said...

paste above? or before.... error

Hammad Ansari on 07 January, 2018 said...

@Feroz Bessir

Above or before means the same in HTML. So paste it before </head> tag.

Mena Makram on 10 January, 2018 said...

Thanks for the Code but Could you tell me where to put the Keywords, please? where to put the meta description? and Where to put the meta tags?
thanks in advance

Hammad Ansari on 11 January, 2018 said...

@Mena Makram

This plugin will automatically fetch the meta description and keywords from your Dashboard's custom settings.

Refer this : How to Add Meta Description in Blogger (Blogspot)?

To the Aisle Weddings on 24 January, 2018 said...

Hi! Will this work for an Australian based blog?

Hammad Ansari on 24 January, 2018 said...

@To the Aisle
Yes! It will work in Australia Based blogs too. You just need to change meta tag country from:

<meta content='USA' name='country'/>

to

<meta content='AU' name='country'/>

Stay Connected :)

Mena Makram on 24 January, 2018 said...

I`m Trying to save the template but this msg appears and I don`t know what to do, can you help, please?
Error parsing XML, line 1396, column 65: Element type "b" must be followed by either attribute specifications, ">" or "/>".

Hammad Ansari on 25 January, 2018 said...

@Mena Makram
Sorry for the inconvenience.
The Code has been Updated :) You can try it now.

BASIT OMEIZA on 28 January, 2018 said...

Thanks So much Bro...I have Implement the code now watching the results.
Check Out My blog here https://www.howtotech.com.ng

Clickusgh on 01 February, 2018 said...

Great article. Will try and implement the code on my blog.

Https://www.clickusgh.com

Anonymous said...

as a beginner now i applied your code. lets see how it work on www.indpoint.blogspot.com

Unknown on 13 May, 2018 said...

I follow your blog regularly and got great information. Thanks for an insightful post.These tips are really helpful. Thanks a lot.Keep it up.Keep blogging.!!"Right SEO services are good at understanding
SEO SERVICES the user behaviour well in advance and identify all the possibilities in optimizing each webpage and improve the visibility to topmost level

deejobrah on 18 May, 2018 said...

Can I change the country as well?

Unknown on 17 June, 2018 said...

Nice blog - ipadchinhhang.com

Anonymous said...

sir this is a viry great article and i like this article sir upload this type article.www.trickskidonya.tk/

charlos john on 21 June, 2018 said...

When you start looking for more information on SEARCH ENGINE OPTIMISATION marketing from home, you can study for free using some video tutorials and also by reading online step by step guides for implementing SEO into your site's coding on your own, without hiring someone for help. PPC

FKR on 05 July, 2018 said...

Hi. After I save the code in the template html, where the bottom SEO will be displayed? I can't see anything diferent when I'm writing a new post...

Confused? Feel free to ask!

We love comments! We appreciate your queries but to protect from being spammed, all comments will be moderated by our human moderators. Read our full comment policy here.
Let's enjoy a happy and meaningful conversation ahead!

 

Facebook

Recent Comments

Copyright © 2017-18 All Rights Reserved by BBeginner.Com ׀ Designed by DMCA.com Protection Status