Change the "Title Tags' in blogger for better SEO
You should change your default title tags on blogger for better results in the search engine rankings....Suppose you have a blog named A, and you published a new post named B, then by default your blog name will appear first than your new post title...It will be like this A (Your blog's title)- B (Your Post title)...Well this is not good for SEO, as people will search for keywords that are related to your post title right? So it should appear before your blog title...Like this B (Your Post title)-A (Your blog's title)....
Reason: Error correction
thanks Adi... checking your post
Hi AdityaAfter lots of trials and errors ,these are the title tags that I use in my template
<b:if cond='data:blog.url == data:blog.homepageUrl'><title><data:blog.title/></title></b:if>
<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> | <data:blog.title/></title></b:if>
<b:if cond='data:blog.pageType == "archive"'><title><data:blog.pageName/></title></b:if>
<b:if cond='data:blog.pageType == "static_page"'><title><data:blog.pageName/></title></b:if>
<b:if cond='data:blog.pageType == "index"'><b:if cond='data:blog.searchLabel'><title><data:blog.pageName/></title></b:if></b:if>
<b:if cond='data:blog.pageType == "error_page"'><title>You've ripped a hole in the fabric of the internet</title></b:if>
These cover all the different type of pages that Blogger has namely HomePage , Post Pages , Static Pages (eg. About,Contact Me ,etc) , Label pages and Error Pages (404 error)
Sign in to reply to this thread