Blog title - Post title
This is because the default Blogger templates come with a tag inserted into the pages that
automatically puts the blog title before every post title in the title tags of the post pages.
Obviously it make much more sense to put your post name at the begining
of the title tag not only for seo but for also for making your title more relevant when it appears in search engine results pages.
How you make your page titles optimised for your post pages on your blogger blog
- Goto to Design in your blogger admin
- Click on Edit HTML
- Download a backup of your blogger template (ALWAYS do this before mucking about with blogger templates)
- Look for this code in your blog template:
<title><data:blog.pageTitle/></title>
- Replace this with:
<b:if cond='data:blog.pageType != "index"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.pageType != "index"'>
<title><data:blog.pageName/> - Alternative Text</title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
For further optimisation or tweaking I'd recommend reading the blogger data tags help page
0 comments:
Post a Comment