How to Add Meta Content | Meta Tag in My Blog?

From the first moment of my blogging i thought that how can i see my blog in first page on Search Engines. For this reason i have worked hard to find out the actual reason. This reasons are called "SEO (Search Engine Optimization)".

However, in this post i will not discuss about SEO but about how can i add meta content in my blogspot site.

I have said about SEO above because Meta Description and Meta Keyword Adding is a major part of SEO.

If your website is with Meta Description and Meta Keywords it will be crawled by Search Engines very fast.



Whatever, come to our main point that, How can i use meta content in my blog?

Just follow the steps below:

1. Go to blog Dashboard~Layout~Edit HTML.

2. Download your full template for recovery if any loss.

3. Find out the following code. You can use Ctrl+F in Firefox.


<head> <b:include data="blog" name="all-head-content" /> <title><data:blog.pageTitle /></title>


4. Add the following code just after the above code


<b:if cond='data:blog.url == "http://style-blogger.blogspot.com/"'> <meta content='DESCRIPTION' name='description'/> <meta content='KEYWORDS' name='keywords'/> </b:if>


5. Now change style-blogger.blogspot.com by your desired blog address. Add your website description by replacing "DESCRIPTION" and add your website keywords by replacing "KEYWORDS".

6. Save the template. That's it.

Credit Link and Others Links Goes Here..