Making the title of a blog should be qualified to summarize each keyword phrase we mean.Meta Title in the standard template from blogger platform will look like the following:
<title> "Titles do you mean" </ title>but we can change for the title of the blog we are able insert keyword phrase for your blog easy to find on search engines. follow the following steps:
1. go to Page Layout> Edit HTML.
2. Edit Template column note on that page look for this HTML tag :
<title> <data:blog.pageTitle/> </ title>or tag like this :
<title> <$ BlogPageTitle $> </ title>to facilitate the search for these tags, you can use Ctrl + F
3. change the code with the following code :
<!---" New title "--->
<b:if cond='data.blog.pageType == "index"'>
<title> <data:blog.pageTitle/> </ title>
<b:else/>
<title> <data:blog.pageName/> | <data:blog.title/> </ title>
</ B: if>4. note the bold code below, insert a few keywords from a blog like this :
<title> <data:blog.pageTitle/> </ title> | your first keyword | keyword your second | third keyword you | and so on </ title>by combining the title or name of the blog and then followed a few keywords that are included, it will be stronger because it is supported by the title of your blog itself.