How to add meta tag in blogger website

How to add meta tag in blogger website
Blogger platform completely free platform where you can create your blog for free with zero charge,  it is free therefore it's feature are limited if we compared between paid service like WordPress. You need to do manually everything in blogger. Posting, Designing, Functioning in the blogger you have do manually with help of HTML,CSS ,JS OR JQ along with Xml.
In this post, i will tell you how to add meta tags in blogger blog for free manually. Adding meta tags in blogger is really important because meta tags will help you to rank your website in Google Search. It provides your blog to power to optimize in the search engine. It is very important part of SEO, If you want to increase the rank of your blog then meta tags is really precious for you.

So, basically meta tags in a piece of code you can use in your website <head> section so we are using blogger so i will tell you how to add meta tags (description) in blogger blog for free.

How to add meta tags in blogger for free ? 

We are manually add this tags so follow the steps described below till the end to know how you it actually can be done.

Step 1 : Go to blogger.com and login with gmail and choose your blogger blog Which you want to add meta tags for search engine optimization.

Step 2 : Go to Setting> Basic > and tab to description and add there your blog description in the box.



Step 3 : Now again go to setting and search preference and edit the same description there and save it.

You have added the meta description for you blogger blog now we will add the code in the template for search engine. if you are curious how to do that follow the tutorial below.

Step  4 : Go to themes from your blogger dashboard and EDIT HTML if you are using older layout for blogger if you are using new blogger layout then go to Theme > 3 dot menu > Edit html. 

Step 5 :  After you can see the XML code block there you need to   find the <head> tag , You can search this with pressing the key CTRL+F in the HTML.



Step 6 : After you search this code just copy and paste the following code under the <head> tag in the code.



<meta content=’Your Blog Description’ name=’description’/>
<meta content=’Keyword1,Keyword2,Keyword3′ name=’keywords’/>
<meta content=’Author Name’ name=’Author’/>
<meta content=’Author Email Address’ name=’Email’/>
<meta content=’all’ name=’robots’/>
<meta content=’index, follow’ name=’robots’/>
<meta content=’Language Name’ name=’language’/>
<meta content=’Country Name’ name=’country’/>
<meta content=’blogger’ name=’generator’/>


Step 7 : Now save your template clicking on 'Save' button on top left. You can edit the title and meta description in the code above.

This is how you can add the meta description with meta tags in your blogger. If you liked it share in with your friends. 

Post a comment

Post a Comment