If you want to rank your posts in search engines, then follow our step to Boost your SEO by 200 %.Here we learn how to add meta tags blogger posts & boost your SEO. Meta tags play an important role in SEO ranking of your website.
Follow : Step by Step guide tutorial to start a free blog.
What is Meta Tags?
Meta tags are the HTML language tags which is placed in the header of website.Search engines use these to rank a website.It is shown in below:
<head> Meta tags </head>
Important Parts of Meta Tags are:
1. Search Description
Google, Yahoo and Bing use this meta description to show up in their search listings.
<meta content='Here you can add Summary of your blog post.'name="description"/>
If you want to add comma(,):
Example:<meta content='This is my first blog, Here you can add Summary of your blog post.'name="description"/>
2. Meta Keywords
Meta keywords are another type of meta tags that helps search engines by telling them about the topic of the page.
Meta keywords is shown below:
<meta content='YOUR KEYWORDS HERE'name="keywords" />
If you want to add comma(,):
Example:<meta content='This is my first blog, Here you can add Summary of your blog post.'name="keywords" />
These are the basics what you should you know about meta tags before you started to write meta tags.
Now let's start how to add meta tags into the blogger posts.There are two ways to add meta tags into the blogger posts and first method is more effective than second method.
Method 1: Add meta tags to Blogspot Theme using HTML
This is the more effective way to add meta tags into the blogger posts.Here you need to edit in HTML of your blogger theme and add meta tags in each blogger post.
Step 1: Go to Blogger Dashboard ->> Themes ->> Edit in HTML

Step 2: Now you need to press Ctrl + F then Search the code <b:include data='blog'name='all-head-content'/>
paste below the code just after the above code:
<b:if cond='data:blog.url=="URL OF YOUR BLOG POST"'>
<meta content='SEARCH DESCRIPTION'name='description'/>
<meta content='META KEYWORDS'name='keywords'/>
</b:if>
Now be sure to make the following changes:
REPLACE URL OF YOUR BLOG POST with the link of your post.
Change SEARCH DESCRIPTION.
Replace META KEYWORDS with the keywords which posts you want to be rank.
Method 2: Enable Search Description into the blogger settings
Let's follow the steps.
Step 1: Go to Blogger Dashboard ->> Settings ->> Meta tags

Step 2: Click on Yes & Save it.

Step 3: Check Search Description is enabled or not.
If the search description is enabled you can see it as shown in the below image.

Above the two method is given,from the both of the methods you can add easily meta tags into the blogger posts.