Monday, August 24, 2009

Meta Tag Page Title with Blog Title SEO Friendly

By default blogger set the Blog Title show on the Tab bar of the browser. We can customize it to show the Page Title first then followed by the Blog Title. This way make your blog more easy crawled by the search engine robot and chance of your page being listed in search engine more faster. Thus make your blog results in SERP more good. SERP results with Keywords results is not the same.

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 == &quot;item&quot;'>

<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