Hello friends tonight I am back for you and your blog and I am going to share a helpful post with you for your blog. Blogger is popular platform for blogging which is being used by million of users or bloggers. The Best part of t is owned by Google which help you to gain more traffics for your blogs. There we can also install custom third party Templates but on thing most of templates are not SEO friendly because these are designed by different authors if you are using default blogger template or custom blogger templates then you should check that it is search engines optimized?. If no then you will need to make your blogger template search engine friendly . So today in this tutorial we are going to learn that how to make our blogger blog SEO friendly.


According to this tutorial we are firstly to change your post display method appear in search result. I am going to discuss all part of this tutorial. You just need to read my this article carefully according to my instructions.

Display Post Title First in Search Results

Have you every time notice when your blog post found in search result then you will seen there that your blog  name display first then your post title start this is the wrong method to display your blog in search results. The right method is your blog post title appear before your blog name. See an example below.


How to Make Blogger Blog SEO Friendly EasilyHow to Make Blogger Blog SEO Friendly Easily

After seeing this image above. I think you have understand these methods. The reason of post title should appear first before blog title in search results is that when any people is going to search anything he will read only post tile and beginning words of his search result if that words are matched with the your content which people need then you will enter to that page otherwise he will leave it. According to this tutorial to diasply post title first in search results follow below steps.

  • Go To Blogger Dashboard>>Template>>Edit HTML
  • Find below code using (Ctrl+F)
<title><data:blog.pageTitle/></title>
  • And Replace above code with the following below code.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
  • Click on Save Template
  • Let's go to next part of this tutorial.

Adding Meta Descriptions & Meta Keyword Tags


This is the second part of this tutorial in this part we are going to add meta description and keyword tags in you blogger blog which is help you to easily found your blog in search result that enter keywords in search box that it will matching your blog's keywords. It will also help the search engines to show your blog's posts on proper words. In order to add meta description & Keyword Tags, follow below steps.

  • Go To Blogger Dashboard>>Template>>Edit HTML
  • Find this below tag using (Ctrl+F)
<head>
  • Paste the following code below it
<meta content='Your Description' name='description'/>
<meta content='Your Keywords' name='keywords'/>
  • Replace Your Description with your blog description
  • Replace Your Keywords with your blog's keywords
  • Click on Save Template !
  • Let's go to third part of this tutorial.
Replacing H3 Tags with H2 Tags
Many professional blogger that we should us H2 Tags in our post titles for better search engines ranking. By default blogger comes with H3 Tags is used for posts titles but using H2 Tags will be better for Ranking. To Replace H3 tags with H2 tags just follow below steps.
  • Go to Blogger Dashboard>>Template>>Edit HTML
  • Find this below code using (Ctrl+F)
<b:if cond='data:post.title'>
  •  You will see similar code like below image.
How to Make Blogger Blog SEO Friendly Easily
  • In the above image you can see in starting that post title star with <h3 tag now you just need to replace <h3 with <h2 and also replace the ending tag </h3> with </h2>. After replacing codes will look like below image.



How to Make Blogger Blog SEO Friendly Easily
  • Now, Save your Template
  • Congratulation! Your blog is successfully SEO Optimized.
Final Words
I hope this tutorial are more useful article for you, if you are facing problem or getting error during this process don't worry please leave a comment and don't forget to like our Facebook Page.

Happy Blogging!

 
Top