i visited so many blog some blog write add meta tag for you blog this method is also right but what we do when we have large number of post like 120 or 200 then adding meta tag for each blog posts is increasing html codes in our blog html so that i found new trick to add each post that Google and other search engine can easily find your blog posts title in their search result
Login to your blogger account
From your Dashboard opt for Layout/ Design/Template
Now choose Edit Html. You will see your template code there. In that template code find
<title><data:blog.pageTitle/></title>and replace it with
<!-- Start myblogtricks.blogspot.com: Changing the Blogger Title Tag --> <b:if cond='data:blog.url == data:blog.homepageUrl'> <title><data:blog.pageTitle/></title> <b:else/> <title><data:blog.pageName/><b:if cond='data:blog.pageName'> - </b:if><data:blog.title/></title> </b:if> <!-- End myblogtricks.blogspot.com: Changing the Blogger Title Tag –>
Now Save the Template.
If You like this posts then please leave a comment
0 comments:
Post a Comment