Keywords are backbone of a successful business Blog. Keywords behave as
information to notify search engines about your site and what your site
is all about. These keywords usually are not visible to users but they
actually communicate with search engines and pass them different
information about your site. Today I will show you how you can add
keywords to our Blogger Blog without any trouble and error. All you have
to do is to add a few lines of code to your Blogger templates and
that's it. Now when search engines will crawl your website they will
render the information presented in theses tags and will use it in their
search algorithms to improve their search engine results.
Adding Keywords to Blogger/Blogspot Blog :-
There are many Blogging platforms which have some sort of plugins which deal with these keywords and automatically select and add relevant keywords to Blogs but unfortunately this feature is not yet available for Blogger platform owned by Search engine giant Google Inc. Therefore we will add a little piece of code to our Blogger template in this tutorial which will add relevant keywords and other Meta information to our Blog.
Step No.1
Login to your Blogger Dashboard.
Step No.2
Go to Template –> Edit HTML.
Step No.3
Find this code.
<b:include data='Blog' name='all-head-content'/>
Step No.4
Add the code given below just after the above code.
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
Important :-
After adding the above codes right after <b:include data='Blog' name='all-head-content'/> don’t forget to write your sites description, keywords and author name. All you need to do is to replace the DESCRIPTION HERE with the description of your Blog, KEYWORDS HERE With relevant keywords for your Blog and AUTHOR HERE With your name or whoever the author of the Blog is.
Read more ...
Adding Keywords to Blogger/Blogspot Blog :-
There are many Blogging platforms which have some sort of plugins which deal with these keywords and automatically select and add relevant keywords to Blogs but unfortunately this feature is not yet available for Blogger platform owned by Search engine giant Google Inc. Therefore we will add a little piece of code to our Blogger template in this tutorial which will add relevant keywords and other Meta information to our Blog.
Step No.1
Login to your Blogger Dashboard.
Step No.2
Go to Template –> Edit HTML.
Step No.3
Find this code.
<b:include data='Blog' name='all-head-content'/>
Step No.4
Add the code given below just after the above code.
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
Important :-
After adding the above codes right after <b:include data='Blog' name='all-head-content'/> don’t forget to write your sites description, keywords and author name. All you need to do is to replace the DESCRIPTION HERE with the description of your Blog, KEYWORDS HERE With relevant keywords for your Blog and AUTHOR HERE With your name or whoever the author of the Blog is.

