Changing the order of post title and blog title for better SEO
In this tutorial i will show you How can you change the order of Post title to Blog Title to improve your blogs SEO.It is very important part of Blogger SEO.
So, Follow my these simple steps:
Step 1: Login to you blogger and go to Dashboard.
Step 2: Go to Template > Edit HTML.
Step 3: Check the Expand Widget Templates box.
Step 4: Find the Following Code. Note: (If you don't know how to find code easily then click here to read how to find code easily.)
Check this on Google Search Engine does it works properly or not.
If you have any problem then leave comments below.
So, Follow my these simple steps:
Step 1: Login to you blogger and go to Dashboard.
Step 2: Go to Template > Edit HTML.
Step 3: Check the Expand Widget Templates box.
Step 4: Find the Following Code. Note: (If you don't know how to find code easily then click here to read how to find code easily.)
<title><data:blog.pageTitle/></title>Step 5: Replace the Above code with the following codes:
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>Step 6: Click on save template and you have done!
Check this on Google Search Engine does it works properly or not.
If you have any problem then leave comments below.
0 comments:
Post a Comment