Wednesday, December 7, 2011

How To Add Meta Tags To A Blog - Tips & Tweaks


Meta tags are important to get more traffic form search engines like Google, Yahoo, Bing, Ask etc. Meta Tags tells the search engines about your site/blog. Meta tags are helpful to index your pages more quickly and accurately in search engines. That means the meta tags of a website/blog communicate with the search engines to provide more infomation about your website/blog.




Step1:  Goto Blogger Dashboard > Design > Edit HTML and by clicking F3 search the following code

<b:include data='blog' name='all-head-content'/>
Step 2: Paste the following codes just below the above code
<meta content='Blog Title Here' name='title'/>
<meta content='Description' name='description'/>
<meta content='Keywords Here' name='keywords'/>
<meta content='Blog Languare' name='language'/>
<meta content='15 days' name='revisit-after'/>
<meta content='Blog Author Name' name='author'/>
<meta content='Blog Owner Name' name='owner'/>
<meta content='INDEX,FOLLOW' name='robots'/>
<meta content='(c) 2011' name='copyright'/>
Change the red portion of the above codes with your blog information.


Step 3: Paste the following codes just below the above code.

That's It...
Now test it with Meta Tags Analyzer.

Hope, It'll work fine.








0 comments:

Post a Comment