Pages

Friday, April 20, 2012

Meta Tags For Each Post

To be friendly with search engine and the visitor, as webmaster, you have to find out how to make friendly title, description and keyword.
I know, nowadays many search engine claim that they do not need such thing as good title, description and keyword. But if they do, why there is so many software to generate it. I wonder why?
Ok, let go back to our discussion.
To put Meta Tags, especially title, description and keyword on each post, you must put the script below after <head>


<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.url == "Your Blog Homepage"'>
<meta content='Your Blog Description' name='Description'/>
<meta content='Your Blog Keywords' name='Keywords'/>
</b:if>
<b:if cond='data:blog.url == "Your Blog Post URL"'>
<meta content='Your Blog Post Description' name='Description'/>
<meta content='Your Blog Post Keywords' name='Keywords'/>
</b:if>

Example:


<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.url == "http://bloggertipstrickstoolsnseo.blogspot.com/"'>
<meta content='Blog about Blogger Tips and Tricks,SEO Guide,Blogging Tools plus World News.' name='Description'/>
<meta content=' Blog, Blogger, Tips, Tricks,SEO Guide, Blogging Tools, Plus, World News. ' name='Keywords'/>
</b:if>
<b:if cond='data:blog.url == "http://bloggertipstrickstoolsnseo.blogspot.com/2012/04/blog-loading-time.html"'>
<meta content='How to easily find out how fast your blog loading time.' name='Description'/>
<meta content='Blog, Loading, Time'='Keywords'/>
</b:if>

There you go. Try this trick and find out the result for yourself.

No comments:

Post a Comment

Archives