In this post I want to share how to create effective meta tags for your blog, meta tag search results of articles relating to our blog on search engines. Actually this tutorial is almost the same concept with a turorial about Swap Blog Title with Post Title in Blogspot to be more easily read by search engines (read: Swap Blog Title with Post Title in Blogspot).
for installation of meta tag for this tutorial is to utilize the blog title and blog posts, so it can be said that the installation of meta tags that best is by using the title of our blog posts. If you are interested then change the meta tag code to your blog with the code below :
<b:if cond='data:blog.pageType != "item"'>
<meta content='DESCRIPTION YOUR BLOG' name='description'/>
<meta content='KEYWORD OF YOUR BLOG' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageName + " - DESCRIPTION YOUR BLOG"' name='description'/>
<meta expr:content='data:blog.pageName + ", KEYWORD OF YOUR BLOG"' name='keywords'/>
</b:if>
Do not forget to change the red text for the description and keyword of your blog, The put the code below the code: <b:include data='blog' name='all-head-content'/>
Hopefully this article useful to you, and for the next post I will share tips on how to put a good description and keywords for your blog.
.:: HAPPY BLOGGING ::.