Automatically check the title of the blog
Views:
Add tags and a meta description for each topic. It is known that Blogger blogs do not have the ability to add tags and meta descriptions for each topic. However, we will make a simple modification to the template that adds tags and meta descriptions for each topic. , Which increases the search engines' friendship also solve a very important problem; If you are a member of Google's Webmaster Tools, you will notice problems such as "recurring meta descriptions" which are solved by adding this code
First look for this code in the template : </title>
Place this code under the </ title> tag directly
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageName + data:blog.title' name='Description'/>
<meta expr:content='data:blog.pageName + data:blog.title' name='Keywords'/>
</b:if>