Sunday, March 13, 2016

How to add easily SEO Meta Tags Title, Description and Keywords in Blogger



To show your website in Search Engine Results Pages (SERP) SEO Meta Tags play a very important role for any blog. Meta tags crawl by Google crawler in their search engine showing page description, keywords, author, author email and other metadata. On the other hand, Google bots read Meta tags of blog and give information to Google search engine. So I explain you how to add SEO Meta Tags Title, Description and Keywords in Blogger in this article.

Add SEO Meta Tags Title, Description and Keyword in Blogger | FutureDigit the view of computing


You can put SEO Meta Tags in Blogger template for better ranking in search engine. Here is given easy steps to add SEO Meta Tags inserting in blogger template. 

Step 1:Log in to Blogger> Go to Dashboard> Template> Edit Html.

Step 2:Go to <head> Section in Template. You can search this by pressing Ctrl+F key together.

Step 3:After <head> section put following codes in your template.

<!-- Meta Tags ~  futuredigit.blogspot.com  -->
 <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'/>
<!-- /Meta Tags ~   futuredigit.blogspot.com  -->

Step 4:You have to change original data to above demo data as your need.

Step 5:At last, save your template and Go to your blog, view page source to see your desire description and keyword.

No comments:

Post a Comment