9 Mar
Title of the article is important in the eyes of search engines. In seo tips, tricks should also be done, because the more similar or even equal to what the title of the article you are looking for internet users, then the chance to appear on the front page will be greater. Moreover, competition in the keyword is still empty, the blog is not doing SEO optimization in the title of the article can occupy a good position on search engines.
To optimize the title of the article on the blogspot, we need to change html code to make it more seo friendly.
Find this code:
<title> <data:blog.pageTitle/> </ title>
Remove and replace the above code with the code below:
<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, done ..
To try to be seen on the results page the browser page when we open one article, if it is written is the name of our blog, then now is the title that comes our articles.
Try to write the title of the article not too long, and appropriate themes relevant to the post. And avoid the use of symbols that are not useful, such as:#$%^&* and others.