Change your site's default Title Tag on Blogger for SEO
Follow this simple steps below to do it:
Step 1: At first, you have to Login in your blogger account.
Step 2: Then, go to Dashboard > Design > Edit HTML.
Step 3: Scroll down to where you see below code :
<title><data:blog.pageTitle/></title>
Step 4: Now Replace above code(line) with below 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>
Step 5: After all process, Click on "Save Templates" and now you are done.
0 comments:
Post a Comment