Why should you change the default Blogger title structure?
SEO | In the default option Blog title appears first and post title pushed to the end. Default blogger template comes with “blog title + page title” like this in post pages. In this tutorial explain how to change the blogger title for SEO friendly.
1. Go to Blogger Dashboard > Design > Edit HTML2. Search for this tag:
<title><data:blog.pagetitle/></title>3. Replace the above code with this:
<b:if cond=’data:blog.pageType == "index"’>4. Save your template. Now you will notice the change in title’s in your browser’s title bar.
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
0 nhận xét:
Đăng nhận xét