
What Is Post Title Swapping ?
Normally your blog Title (Name) shown in browsers and search engines before blog post title, for example if a Google search engine user type "What Is SEO ?" and your blog post will shown like this "Blog Name - What Is SEO ?" in this type of titles you will lose many quires because peoples on search engines type desired searching keywords not your blog name, for an example see below image,
![]() |
Before Swapping = Bad SEO |
![]() |
After Swapping = Good SEO |
How To Optimize/Swap Blog Post Title ? For Better SEO.
1, Go to blogger.com and log in,
2, Select your desired blog,
3, Go to its Template section > click on Edit HTML,
4, Click on any side of code area then press Ctrl+F,
5, An search bar will appear now find <title><data:blog.pageTitle/></title>
6, Now copy below code and replace above code with below code,
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>
Final Words
So bloggers I think you like this swapping title article for best search results, if you got any problem while doing this then let me know in comment, I will do my best for helping you :) .