Today I am going to talk about a small Trick using which you will experience certain changes in Traffic of your Blog. This tips helps you to make your Blog Post Search Engine Friendly. There is Nothing to so vast, Just You Need To Change a small code of your Bloggers Blog.
Lets get started without wasting our Time
I wanna show a DEMO, just create a demo blog with Blogger.com with any of the defult Template and Publish a Post. After Publishing that Post, Have a look at your Page’s Title ( In Browser’s Title ).
Now Go to your Blog’s Layout > Edit Html
Now search for below code :-
<title><data:blog.pageTitle/></title>
Now Replace this code with Below Code and Save your Template.
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Now check your Post’s Title after changing this code. Look at the Red Underlined Part in the Picture of a Page with Post Title “hello”
After
So enjoy this Trick…