This time I share tehnok SEO by changing the title of the blog with the title of this postserves to display the first post title before blog title that can increase your blog rankingin the RESP
please follow the steps below to change the title of the blog to post title
please follow the steps below to change the title of the blog to post title
- login to blogger
- Design
- Edit html
- Expand Widget Templates
find this code
<title><data:blog.title/></title>
(Use ctrl + f)remove and replace the code with the code below
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
- Save template
see the results in if you are looking for your blog articles with keywords in the search engine
good luck
good luck
No comments:
Post a Comment