For example, your blog title is "computer-mobile-internet-utility-blog" and blog post title "how to speed up internet ". If anybody search for this post , he may see this post in search engine like this:
computer-mobile-internet-utility-blog : how to speed up internet
I hope this trick will help you to drive more traffic to your Blogs or Websites. It also increases SEO of your Blogger Blog. Post a comment if you have any query. Thanks a lot !!!!
So visitors will not get any idea about your blog post content after seeing this headline. As a result no of visitors will decrease though search engine may ranked your Blog post on 1st page. I think now it would be clear that why to show the blog posts title first.
Below is the procedure to solve this problem
Step 1: Login to Blogger.com
Step 2: From Dashboard select Layout then click on Edit HTML.
Step 3: Then search for this tag" " . Normally it is located in section and search for this code.
Step 1: Login to Blogger.com
Step 2: From Dashboard select Layout then click on Edit HTML.
Step 3: Then search for this tag"
<title><data:blog.pageTitle/></title>
Now If you want to Show Blog Post Title First + then Blog Title, replace <title><data:blog.pageTitle/></title> tag with the following code.
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
Post a Comment