Article Details
To Remove Blog Name From Page Title In Blogger |
| Date Added: August 02, 2009 08:49:41 AM |
| Author: Gptwo PR5 Directory |
| Category: Blogs |
To Remove Blog Name From Page Title In BloggerAuthor: Justin Martin 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. It's surprising how easy this is
<title><data:blog.pagetitle/>
<b:if cond= 'data:blog.pageType == "index"'><title><data:blog.title/></title><b:else/><title><data:blog.pageName/></title></b:if>
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. Article Source: Link About the Author: Cheers, |
You must be logged in to leave a rating.Average rating: ( votes) |