Optimizing Title Tags in Blogger

Encrypting your link and protect the link from viruses, malware, thief, etc! Made your link safe to visit.

Update: come across my updated tips on hacking your blueprint code to transpose your championship tag inward blogger.

Optimizing Blogger Title Tags

One of the challenges when choosing a 'free Blog' is the SEO implications based on your decision. There is a host of choices out in that location - Wordpress , Blogger , Moveable Type , etc.

Personally , I chose Blogger every bit my 'free Blog' of selection without a lot of research. I figured , "Hey , Google , owns it. It must endure expert , right?" Well , the answer is yes together with no. For a publishing platform it is slow to role , edit , contain Adsense , modify templates , etc. From an SEO standpoint , withal , it is really limited.

By default Blogger templates come upwards amongst a “smart” tag inserted that automatically places the Blog Title earlier every postal service championship inward the championship tags on the actual postal service pages. This “smart” tag every bit good displays alone the Blogger Title for the primary page of the spider web log - pregnant your Blog championship is shown on EVERY page.

So , for most of yous involved inward SEO , I’m preaching to the choir when I enjoin yous that championship tags are of import together with that they could really good endure the most of import slice of your blog. For those of yous non familiar , hither are a duet of things nearly title tags.

  1. Title tags pull a page. They are a 1 draw of piece of work summary of what the page is about. The mutual agreement of the tag is to roll the championship of the site. Unfortunately for many people , the championship of the site is completely un-descriptive of the content of the blog. For event , my spider web log is called "Search Marketing Blog Online”. If I rate this inward the championship tag , search engines actually convey no clue every bit to the content of each postal service on my site. It would endure much amend for SEO to house a keyword-rich description (e.g. “Optimizing Title Tags for Blogger”) inward the championship tag.
  2. It’s the Title Used inward SERPs! The content of your championship tag is what volition endure displayed inward search engine results.
So , yesterday , I made it my mission to discovery a agency to fix/manipulat Blogger's smart tag. In doing together with thus , I institute some other occupation - in that location are 2 versions of Blogger templates silent beingness used. There is a Beta version together with the Classic version together with nowhere did I discovery both 'fixes' listed inward 1 place.

So , hither yous go!

Optimizing Blogger Title Tags - Beta Version

This is written for Blogger's Beta version together with and thus it alone plant inward Beta.

Installation

Find the next codes , close the elevation of your template:

<title><data:blog.pageTitle/></title>
Replace amongst the next code:
<!-- Start Widget-based: Changing the Blogger Title Tag -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='titleTag'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'>
<b:includable id='comments' var='post'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> ~ <data:blog.title/></title></b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='status-message'/>
<b:includable id='feedLinks'/>
<b:includable id='nextprev'/>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='post' var='post'><data:post.title/></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End Widget-based: Changing the Blogger Title Tag -->

Optimizing Blogger Title Tags - Classic Version

<title><br /><mainorarchivepage><$BlogTitle$></mainorarchivepage><br /><itempage><blogger><$BlogItemTitle$></blogger> - <$BlogTitle$></itempage><br /></title>

Use the to a higher house code inward house of: <title><$BlogPageTitle$></title>

That's all for now! Happy Blogger optimizing:) You tin click through some of my other posts to come across how the code transposes the championship tags.