Friday, January 18, 2013
0
Friday, January 18, 2013
Unknown
Meta Tag Optimization For Blogger
Meta tags optimization for blogger and website is important among few other important tags.Optimizing those tag will definitely boost your page rank.This also help or make the web spider or bots to index contents much more easier.
Why Meta Tag Optimization is Important
We want visitors for our posts and blogs that too from the most highly used search engines like google,yahoo,bing etc.., for that we want to make the bot(search engines) to crawl and Index our pages correctly.This will make the blog more search Engine friendly.
Meta Tags
Meta Tags are html tags which are used by search engines and browsers themselves only.These tags are used most for search engines only.
SEO Meta Tags For Blogger
Before going to optimizing the meta tags first optimize your title tags by our previous post as below
in that title tag choose which suits or you wish.Then do the below optimizations.
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
<b:if cond='data:blog.metaDescription != ""'>
<meta content='Your Blog Description here!' name='description'/>
</b:if>
<meta content='Author Name here!' name='Author'/>
<meta content='Author Email Address here!' name='Email'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='english' name='language'/>
<meta content='all' name='robots'/>
<meta expr:content='data:blog.pageTitle' property='og:title'/>
<meta expr:content='data:blog.url' property='og:url'/>
<meta content='article' property='og:type'/>
<meta content='article' property='og:type'/>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.pageName' property='og:title'/>
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex,noarchive' name='robots'/>
</b:if>
Here we had greatly optimized all the meta tags and from the above just replace your description with your blog description and author name with your blog admin author name should have only one author name.Then replace author Email address with your blog admin or author mail address.If language of blog is other than English then replace with language supported by blogger.
Adding Meta Tags to Blogger Template
After customizing above meta tags to your blog or website and add a title tag then copy and paste the customized meta tag inside the head tag as below.
<head>
place your title tag
palce your meta tag here
remaining of blogger template
Did I Miss anything Important Here?
Yes,I had missed and important meta tag called keyword meta tag it fairly for a reason as most of search engines are not using this meta tag.As it used for spamming and key word stuffing.So, why don't we still want to use those tags.
If you need you can include that tag with above code
< meta content='exactly 7 key words only ' name='keywords'/>
If you have any doubt or modification on post comment below?
Related Articles :
Do you like this article? Spread the words!
If you enjoyed this post, please consider leaving a comment or subscribing to the E-mail feed to have future articles delivered to your feed reader.
Subscribe to:
Post Comments
(
Atom
)
0 Responses to “ Meta Tag Optimization For Blogger ”
Post a Comment