Every Blogger wants to see his/her Blog post in Google Search Result. You will find so many useless posts on this topic .But here we are providing the real thing which will work and we guarentee it (100%). So let's have a look on it.
After using this trick ,you will find your blog in search engine in the following way :
Blog Title + Post Title
To use this follow these methods :
(1) Go to blogger
(2) Layout
(3) Edit Html
Now find the following code in your template using ctrl+F
<title><data:blog.pageTitle/></title>
(4) Now Replace the above code with following code :
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
Now if you want to show only Blog Post Title then replace the above tag with following code:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
(5) Now save your Template and see the result .enjoy and leave your valuable comments.
I have read some fantastic books on English language that really helped me
improve my writing. You can buy my recommended books on
Amazon. Here is the
lists below:
Books on Grammar:
Thank you for the valuable information. Getting your posts out is the only way to get readers. Getting a listing in this way will get your newest and most popular posts seen.
ReplyDelete