If you wants to show your Blog Post Titles followed by name of your blog,  Example- If my Blog’s name is “Firetreat” and my Blog post’s title is “Show Blog Post Title along with Blog’s Name in Search Results“, Search Engine will show same blog title along with Blog Title in its search results.

Also see:  How to Only show Blog Post Titles in Search Results?

First go to blogger’s Edit Template and find “<title><data:blog.pageTitle/></title>” and replace with given code below:

        <b:if cond=’data:blog.pageType == &quot;index&quot;’>
        <title><data:blog.pageTitle/></title>
        <b:else/>
        <title><data:blog.pageName/> ~ <data:blog.title/></title>
        </b:if>

From the above code, you can also replace the “~” sign with any sign of your choice.

1 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like