Blogger Title Tags Optimization - Update

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


One of the close pop weblog posts e'er for the Search Marketing Blog is "Optimizing Title Tags inwards Blogger" alongside over 72 comments. The significance behind the postal service is elementary - leverage SEO best practices yesteryear transposing your Title Tag to pose the mention of your weblog postal service first.

There are a few folks using dissimilar versions of Blogger which bring caused quite a few questions too misunderstandings on how to implement this code hack.

The kickoff affair to realize is this - the proposition below is , inwards fact , a hack to your pattern code. As a final result , delight brand a backup of your existing code prior to making whatever changes to your layout (simply copying too pasting into a text file volition produce the trick). You'll need this for futurity changes to you lot site layout.

Once the weblog championship tag optimization code is implemented , moving page elements to a greater extent than or less volition crusade the next error
Your template is invalid because the tag 'b:section' appears within of the tag 'head'
So , to brand a long explanation elementary , you lot cannot motion page elements to a greater extent than or less alongside the championship tag hack code inwards place. So , hither is an choice hack:

1. Delete the corresponding Title tag code: (Press Ctrl+F to notice it within the HTML edit window to notice it)

Blogger Beta
<title><data:blog.pageTitle/></title>
Blogger Classic Version:
<title><$BlogPageTitle$></title>
2. Then Paste the corresponding championship tag code hack ABOVE the caput tag

Blogger Beta Version:
<!-- 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 -->
Blogger Classic Version:
<title><br /><mainorarchivepage><$BlogTitle$></mainorarchivepage><br /><itempage><blogger><$BlogItemTitle$></blogger> - <$BlogTitle$></itempage><br /></title>
Now , moving forrad , whenever you lot desire to brand a widget or template alter , you'll need to brand ii copies of your site code. Save a template alongside the code too salve some other template without the code. You can't motion page elements to a greater extent than or less alongside the code inwards in that location thus only supersede the hacked code alongside the original. Make whatever changes you lot need too and thus reapply the hacked code inwards a higher house your tag.

Yes , its an extra pace to grapple your weblog , but the gain inwards search engine traffic volition hold out worth it!