This is so easy to add Post Title Before the Blog Title in Blogger. This is also very important for SEO. You can also Add Meta Descriptions in Blogger to get better result in search engine.
2. Ctrl+f to Find following Code,
<title><data:blog.pageTitle/></title>
3. Replace this code with the following 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>
4. Save template. DONE
step by step Process
1. go to blogger Dashboard, Then Teplate section to edit HTML2. Ctrl+f to Find following Code,
<title><data:blog.pageTitle/></title>
3. Replace this code with the following 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>
4. Save template. DONE
0 comments:
Post a Comment