To Remove Blog Name From Page Title In Blogger
It is very easy to use with a lot of code built in to the template making the more user friendly, especially for those of us not overladen with technical skills.
But this advantage could be a draw back with regards to some aspects of SEO. The problem being that when you publish a new post, the title page reads ‘name of blog then title of post’.
We all know that for the purposes of search engine optimization, the keywords should appear early in your title.
So how do you stop the blog name appearing in the title of every post.
How do you change the search engine listing of your blogger posts from the format indicated by the red arrow to the format indicated by the green arrow ?
It’s surprising how easy this is
- Log in to your blogger account and go to your layout page
- Click on edit HTML
- Back up your current template [there is a prompt to do this on your edit HTML page]
- Click on ‘expand widget templates’
- Look near the top of the html page and find this code
<title><data:blog.pagetitle/>
- Replace it with the code below
<b:if cond= ‘data:blog.pageType == "index"’><title><data:blog.title/></title><b:else/><title><data:blog.pageName/></title></b:if>
- Make sure that before editing the code you MUST back up your template
- Once you have finished save
It takes a few days for your changes to show in your blogs title in the search engine listings. The changes occur when the search engine bots have crawled and re-cached your posts
Here’s the code for those of you who want to copy and paste
<b:if cond= ‘data:blog.pageType == "index"’><title><data:blog.title/></title><b:else/><title><data:blog.pageName/></title></b:if>
Hope this helps.
Cheers,
Justin Martin
The Adsense Entrepreneur
Earn Adsense Cash Instantly
Article Source:http://www.articlesbase.com/blogging-articles/to-remove-blog-name-from-page-title-in-blogger-1081963.html
Related articles by Zemanta
- How To Get Blog Traffic Thru Compelling Content (mt-soft.com.ar)
- Got Backlinks? (mt-soft.com.ar)
- Things You Must Complete For A Outstanding Campaign (mt-soft.com.ar)
- Keyword Shenanigans Could Get Hutchison’s New Website Banned From Search Results (austinist.com)
- Seo Services Seo Company India and USA (thepetitionsite.com)
- RealEstateInvestorsWebSites.net Unveils New Interactive Real Estate Investing Web Sites (prweb.com)
- Survival Guide Chapter 3: RSS feeds & blogs (socialmedia.biz)
- Does Search Engine Optimization Make a Difference? (problogger.net)
- LinkedIn tops the list of top social media used by B2B marketers (socialmediatoday.com)
- Good Finance Means Good Business (mt-soft.com.ar)
Related Posts
- 2 Important Characteristics of a Profitable Blog
- How To Setup A Profitable Blog Or Mini Site Part 4 - Management
- A short primer on Twitter as a powerful social media resource
- How To Make" Fat" Money With Twitter
- How to Boost Traffic to an Internet Marketing Blog
- Creating a Blog Post That Appeals to Readers
If you're looking to become an expert blogger in record time AND are serious about earning big money with blogging, I highly recommend you check out my honest blogging product reviews... I've checked out all the top blogging products on the Internet and these are the ones that I think will benefit you most: Read more Here!
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=8a612f97-1acf-478b-a230-fd5e7ee114c8)


