How to change Meta Tag Blg title and Page Title :
Go to Layout => Edit HTML, do not check expand widget template.
1. Find this Code : (press ctrl+F)
<title><data:blog.pageTitle/></title>
2. Replace the above code with this code :
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/><title><data:blog.pageTitle/></title>
</b:if>
3. Save your Template. Done.
See the big change on your result page in your tab browser.
Hope your new post would be easily crawled by the search engine and you have to wait for several days (approximately 3 to 5 days) before the search engine crawl your page and make the change in the SERP.
And better you customize your Meta Tag to make your blog more SEO friendly.
Give me comment if you feel usefull later on. Thank you.
No comments:
Post a Comment