FireSale HackBoy

Knowledge Shared By FireSale HackBoy...

Hacking

The Art Of Exploitation...

Ethical Hacking

Security Experts...Same Techniques To Make Hacker's Stuff Useless.

Black Hat Hacking

Dark Side Of Hacking... In Short Destruction Of Cyber Stuff.

Digital Stuff

All The Digital Stuff Is Under The Influence Of Cyber Attacks... Be Safe

Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

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.