Tuesday 27 January 2015

How to Get Many Traffic from Search Engine: Add Meta Tags to Blogger posts

Meta Tags

Meta Tags play crucial role for successful search engine optimization (SEO). It is a trick to tell the search engine what our post is all about. The keywords helps the search engine learn faster the content of our post to be matched with readers' query. As a result, our post will show up on search result faster. The description gives brief summary of our post content to the readers and attracts their attention to read our post even further. These kinds of little tricks are very easy to use and also very effective to increase our blog's reputation on the search engines. When people search any topic on Google or Yahoo! then most probably our post will be on the top of search result because meta tags are always responsible for that kind of task and dealing with search engines.

Well here we go!

1. Login to Blogger > Dashboard
2. Click on Drop Down Menu and selectTemplate
3. Backup your Template before making any changes to your blog
4. Now Click on Edit HTML
5. Press Ctrl + F and search the code shown below.

<b:include data=’blog’ name=’all-head-content’/>

6. Paste below code just after the above code.

<b:if cond=’data:blog.url == “Your post URL”‘>
<meta content=’Write some Description For Your post’ name=’description’ />
<meta content=’A Few Keywords For Your post’ name=’keywords’ />
</b:if>

Note: Remember if you want to add meta tags for every post then follow below steps.If you have 300 post in your blog then you have to paste the code 300 times for every post. Look at the example below.

<b:include data=’blog’ name=’all-head-content’/>

<b:if cond=’data:blog.url == “Your Post URL"‘>
<meta content=’Write some Description For Your Blog Post' name=’description’ />
<meta content=’A Few Keywords For Your Blog Post’ name=’keywords’ />
</b:if>

<b:if cond=’data:blog.url == “Your Post URL”‘>
<meta content=’Write some Description For Your Blog Post' name=’description’ />
<meta content=’A Few Keywords For Your Blog Post’ name=’keywords’ />
</b:if>

7. Finally Save your template.

Remember:
1. Replace "Your post URL" with your post link
2. Replace "Write some Description For Your Blog post" with your post's Description
3. Replace "A Few Keywords For Your Blog post" with your post's keywords.

You can check what you have done already correct or not by visiting http://chkme.com/page-seo-tools type your post url on the box given and then click check. If you can see the post url, post description and keywords there, you have done the correct steps. Wish you are successful with your meta tags setting. Happy blogging..

No comments:

Post a Comment