Friends, if you are fond of blogger then you would care sometime that if share your blog link then by default is shown with the full title of the blog and post both. This is some odd look like. if you want to see only you Post title the Do the following short coding in your blog template: Do the following step:
1. Go to your blogger template and edit HTML option
2 Now Search this code with the help of CTRL+ F shortcut method.
<title><data:blog.pageTitle/></title>
3. Now Replace this with Following code -
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
4. Save your Template.
See in the image below:
5. Now if you share anywhere you post a link then it shows by default only Post Title Instead of Website title with Post title.
Thanks to visit here;
You Might be also read: How to set up a custom domain for blogger site with Godaddy Domain Name.