Searching for a post that your blog have:
when some one search for some things so the results come. But
By default Blogger displays the blog title first, followed by the name of the post.
it's important for the name of the post to come before the name of your blog, especially when it comes to google search results.
so there will be more chances for your blog traffics.
Blogger SEO:
It's very important to have the Post Title + Blog Title arranged accordingly because this is how you would want your blog to be displayed on google's search results. This way more people will click on your link when searching google because the post title is more relevant than your post name.
screen shot that how google display the blog results.
How to change it, so first the post will display followed by blog name.
Go to Layout>edit HTML in your Blogger dashboard.
Search for this tag: <title><data:blog.pageTitle/></title>
Replace this tag with the following code:
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
Save your template.You are Done!
when some one search for some things so the results come. But
By default Blogger displays the blog title first, followed by the name of the post.
it's important for the name of the post to come before the name of your blog, especially when it comes to google search results.
so there will be more chances for your blog traffics.
Blogger SEO:
It's very important to have the Post Title + Blog Title arranged accordingly because this is how you would want your blog to be displayed on google's search results. This way more people will click on your link when searching google because the post title is more relevant than your post name.
screen shot that how google display the blog results.
How to change it, so first the post will display followed by blog name.
Go to Layout>edit HTML in your Blogger dashboard.
Search for this tag: <title><data:blog.pageTitle/></title>
Replace this tag with the following code:
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
Save your template.You are Done!
No comments:
Post a Comment