All know that meta tag are very important role in our position on search engine. If you wrong install a meta tag code, the blog will be difficult to read by google, blog and consequently we can not be the best page in the search engine.
Meta tag itself is the identity of our blog. There are many ways in which I teach senior by about the meta tags in your HTML code blog, but I will try to help you make that have not yet know how to install meta tag on the blog. <b:if cond='data:blog.pageType == "index"'> <meta expr:content='data:blog.pageTitle + " - Your blog description here "' name='description'/> <b:if cond='data:blog.pageType == "index"'>
Does not need high-level techniques to make the meta tag, is very easy ..
To install a meta tag, you need some HTML code.
Following the steps
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, .... "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
<meta expr:content='data:blog.pageTitle + " - Your blog description here"' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, .... "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>
Very easy, please try !
0 comments:
Post a Comment