Until now, the Title Tags generated for each page of your blog would display the blog title first, then the name of your post, this made keywords from your posts titles appear after your blog title. To get rid of this problem and improve SEO, just follow the steps below:
- Go to Layout --> then Edit HTML
- Search this code <title><data:blog.pageTitle/></title>
- Just replace the above searched code with the following code:
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>4. Finally, save your template.
0 comments:
Post a Comment