Search Engine Optimization tips for Blogger Templates
These days, there is much discussion of how blog content can be optimized for search engines in order to receive better rankings. But have you considered howSwap Title Tags for Better SEO
If you open a post on your blog and look at the top of your browser, you'll see that your blog title is shown first and then the post title comes. We can improve our SEO1- Log in to Blogger | Dashboard | Layout | Edit HTML.
2- Find:
<title><data:blog.pageTitle/></title>
3- Replace the above code with the following one:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
4- Save your template and see what appears first, your blog title or the post title.
Loading...
|
Comments :
Post a Comment
Enter any comments