In every post in blogspot, the name of your blog is attached to the title post. I want to delete the blog title so that what comes out is only a unique title for each post. How to do it? Will it improve SERP?
Do a Google search for "swap blogspot post title". That is the furthest I got when researching the issue.
Bolkie, it was a "huge mistake". I got the instruction from Jackbook.com but it doesn't work. I can't find the code.
I am thinking it would be huge mistake too mate. I also used that code, and I even got it working. My blog was showing 'post title - blog title'. Which I wanted for SERP purposes. But when i checked my pages with a META analyzer it showed all META data on those pages was gone. What good is an nice esthetic SERP result when the SE's cannot even index the page probably? So I reverted to the standard blogspot crap. I might have backed off too quickly, because I reverted the code before I saw any results, I just did not have the patience and/or balls to properly test it out.
Bolkie, it's better to test the code first on a test blog site in which we can afford to lose anything just in case a "huge mistake" comes up.
<b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> - <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if>
Replace <title><data:blog.pageTitle/></title> with <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if> Code (markup): This is the code for what you mentioned.. But if you want a title like Post Title - Blog title then follow my tutorial at Blogger Widgets
Thank you I will be using it to change the title of my blog at http://cripgangcodessymbolsknowledge.blogspot.com/ Tanks very much