In order to higher ranking in search engines the Page title plays an important role in your blog.
Below figure is an example
Follow below steps:
Below figure is an example
Follow below steps:
- Go to template then click Edit HTML.
- Press Ctrl+F and find this code "
- Replace the above code with the following codes:
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> All about blogging</title>
</b:if>
- Replace the blue text by your blog's Name.
- Now you have done.