How to Remove Blog Title From Post Title
When you create a post, it creates a separate page based on the date and title you gave your post. However, by default blogger will shot the title of your blog 1st before it shows the title of your post. So it's in the form of Blog Title : Post Title.When search engines are trying to index your site they give you extra brownie points by what is written in the title. Suppose if your blog Title was "GOLD" someone was searching for "GOLD" and your title or your post was "GOLD", then this would make your post seem more relevant than a post titled. So this is degrading the value of the title by keeping the blog title in place. So, we have to remove it..
Let See How to Remove it:
First Backup Blog Content and Theme |
Now Backup Blog Theme |
Backup Blog Theme |
Download it if any error restore it |
Now go-->Theme--> right corner Edit HTML |
Find the following code:
<title><data:blog.pageTitle/></title>
replace with Following Code
<title><data:blog.pageTitle/></title>
replace with Following Code
Replace this tag with the following:
------------------------------------------------------------------------------
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Download : Replace Code Here
Any issue or Problem with download just comment me
No comments:
Post a Comment