| 0 comments ]

Meta tags is important in SEO techniques, especially meta description.  Meta description tell search engine about the content of homepage.  One of parameter Google see is meta description.  Unfortunately, Blogger didn't give tools for creating meta tags in their dashboard.  Here is the way to create meta tags in blogger homepage.
Login to your blogger, go to Design, then to Edit HTML.
Find code below,

<b:include data='blog' name='all-head-content'/>

Add the following code after that code,

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
</b:if>

Save template.

The code above will add meta tags for blogger homepage/main page only.

0 comments

Post a Comment