This is a quick SEO tutorial. But it will improve the title tag of your blogger blog for better search engine rankings.
Find this line in "Edit HTML":
Now replace above line with the code given below:
Click on "Save Template" and you are done.
Find this line in "Edit HTML":
<title><data:blog.pageTitle/></title>
Now replace above line with the code given below:
<!-- Start www.bloggertipandtrick.net: Changing the Blogger Title Tag --> <b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageTitle/></title> <b:else/> <b:if cond='data:blog.pageType != "error_page"'> <title><data:blog.pageName/> ~ <data:blog.title/></title> <b:else/> <title>404 ~ Page Not Found!</title> </b:if> </b:if> <!-- End www.bloggertipandtrick.net: Changing the Blogger Title Tag -->
Click on "Save Template" and you are done.
0 comments:
Post a Comment