"Title tags" is the title of the post. With the default tags, it displays the blog name first and then your Post Title. It was not a good SEO (Search Engine Optimization) monitoring. What you need is change your title tags on HTML.
Steps:
- Go to Dashboard ->> Edit HTML
- Search (Ctrl + F) for this code :
<title><data:blog.pageTitle/></title>
- Then, replace it with this 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>
- Save and you've done!
Now, SEO tags will display the Post title before the blog name. It's a good SEO monitoring.
Good luck!
0 comments:
Post a Comment