Friday, 4 November 2011
SEO Friendly and Better Title For Blogspot Blog
The blogger blogspot has a default setting to show the title of posts page in your blog in the format Blog Name : Post Title which is not much SEO friendly. Better would be the format Post Title : Blog Name. Changing to this better format is very simple and easy.
Go to your design page and click on Edit HTML and then check the Expand Widget Templates checkbox.
Now search for:
Replace that whole thing you've just searched with the following blogger code:
Now you should see the effect in action. :)
Go to your design page and click on Edit HTML and then check the Expand Widget Templates checkbox.
Now search for:
<title><data:blog.pageTitle/></title>
Replace that whole thing you've just searched with the following blogger code:
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/>: <data:blog.title/></title>
</b:if>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/>: <data:blog.title/></title>
</b:if>
Now you should see the effect in action. :)
Labels:
blog,
blogspot,
search engine optimization,
seo
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
SEO Friendly and Better Title For Blogspot Blog
2011-11-04T20:58:00+05:45
Cool Samar
blog|blogspot|search engine optimization|seo|
Subscribe to:
Post Comments (Atom)