Wednesday, January 16, 2013
0
Wednesday, January 16, 2013
Unknown
Title Tag Optimization for Blogger
Search engine optimization is important to blogger because as now most of them started blogging in both blogger and wordpress but what to have different from us as blogger.Its SEO , because as comparing wordpress and blogger wordpress is well optimized for search Engines.
So we must want to Optimize our blogger to most optimized possible.But how is possible with blogger? We must want to do most only form the XML template but our luck as blogger optimized well to crawl by Google that's why still most of blogs stand out from those wordpress blogs.
Blogger Title Tag
<title><data:blog.title/></title>
By default blogger is to show only one title tag for home page and for all post the same title tag.It causes no optimizations.
SEO Optimized Blogger Title Tag
Here we have optimized title tags for blogger which is well optimized for search engines to tweak your post a little.Following that we had or sorry many SEO has recommended to most optimized for title tag with different tag for each post.
This is possible by restricting tags to different pages of blog post and page by controlling the flow of controls using if loop.Here we had two types of codes optimized just copy and paste those codes just after the head tag.
Method 1:
<b:if cond=’data:blog.pageType == "index"’>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
This above title tag will optimize the search engine to configure the post titles below
Your Post Title or Page Name only
Method 2:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
This tag will make search engine to list as below
Your post Title with Page Name (By default Home page name as blog name).
Blogger Title Tag Recommendation
We recommend to all the vistors to use the first message as page title contains the exact or related query which used during search unwanted words in tag will reduce your page rank considerably.
This title tag optimization will allow blog to optimize a lit.Yes,only a little bit because there are more follow our future post for other tag optimizations.
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 “ Title Tag Optimization for Blogger ”
Post a Comment