With remove of title tag no. of visitor on blog will increase by nearly 20%(based on research).And your post title length will display more.
Method to Change Title
- Go to Layout>edit HTML
- Search for this tag: <title><data:blog.pageTitle/></title>
- Replace this tag with the following code:<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
- Saved Template
No comments:
Post a Comment