Add title of the post in the toolbar of the browser with Blogger


Many of you will be given that blogger is not so generous to the policies of SEO. One of them is to add the title of each post on each page, this is usually accomplished with the holder of the article on < title >.

Blogger default gives him the same title of page to all internal pages, so it is necessary to edit the HTML and make a simple change:
Look for the <title> tag that contains <data:blog.pageTitle/> and replaces it with:
<title><data:blog.pageName/></title>
In addition, and that you are editing your blog adds the description and keywords tags. These also appear on all web pages and better indexing in search engines.
<meta content='Here should be the description of your website' name='description'/>
<meta content=' here,must,be, separated,by,comma,words,key' name='keywords'/>

Comments