Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How To Install Meta Tag Blogger

meta tag in the blog so is important. one way to improve the position of our blog on search engines. and also can make our blogs friendly to search engines. Meta Tag is called the identity of the blog itself. how to install it please follow the following steps:



1. Login to Blogger
2. Go to the "Edit HTML".
3. Find <data:blog.pageTitle/> <title> code </ title>
4. Replace that code with the code below. Post title will be the title of the blog

<b:if cond='data:blog.pageType == "index"'> <title> <data:blog.title/> </ title> <b:else/> <title> <data:blog.pageName/> </ title> </ B: if>

5. then plug the code below meta tag just below the code before meta

<meta expr:content='data:blog.pageTitle + " write your description here"' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, dst "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>


Examples like this:

<b:if cond='data:blog.pageType == "index"'> <title> <data:blog.title/> </ title> <b:else/> <title> <data:blog.pageName/> </ title> </ B: if>
<meta expr:content='data:blog.pageTitle + " write your description here"' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, dst "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

6. Do not forget to "Save Template" after installing the meta tags.



This post first appeared on SEO4OURSITES, please read the originial post: here

Share the post

How To Install Meta Tag Blogger

×

Subscribe to Seo4oursites

Get updates delivered right to your inbox!

Thank you for your subscription

×