How Add meta tags to blog website?.
1.Sign in to your blogger dashboard --> click the 'layout' button.
2.Click on the 'Edit html' tab
Here is the code you have to add
<meta content='DESCRIPTION' name='description'/> <meta content='KEYWORDS' name='keywords'/> <meta content='AUTHOR NAME' name='author'/> |
DESCRIPTION ---> Write your blog description
KEYWORDS ----> Write the keywords of your blog
AUTHOR NAME ----> Write the author's name(Your name)
3.Add the above code just after this
<b:include data='blog' name='all-head-content'/> |
meta tag Example-1
<b:if cond='data:blog.url == "http://infoworld202.blogspot.com/"'> <meta content='INFO WORLD' name='description'/> <meta content='keyword1,free tutorials,java' name='keywords'/> </b:if> |
meta tags Example-2
<b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.pageType == "item"'> <meta expr:content='data:blog.pageName' name='Description'/> </b:if> <title> <data:blog.pageTitle/></title> |
meta tags Example-3
<b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.url == "http://infoworld202.blogspot.com/"'> <meta content='INFO WORLD' name='description'/> <meta content='free tutorials,java,keyword3' name='keywords'/> </b:if> <b:if cond='data:blog.url == "http://infoworld202.blogspot.com/2009/01/yyyyy.html"'> <meta content='Simple Chat Server Example' name='description'/> <meta content='simple,chat,server,free,client,java,example,saju' name='keywords'/> </b:if> <title> <data:blog.pageTitle/></title> |
meta tags Example-4
<b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.pageType == "item"'> <meta expr:content='data:blog.pageName' name='Description'/> </b:if> <b:if cond='data:blog.url == "http://infoworld202.blogspot.com"'> <meta content='free tutorial,java' name='keywords'/> </b:if> <b:if cond='data:blog.url == "http://infoworld202.blogspot.com/2009/01/yyyyy.html"'> <meta content='simple,chat,server,free,client,java,example' name='keywords'/> </b:if> <title> <data:blog.pageTitle/></title> |
By Saju
Adding meta tags to blog website.
Also try meta tag generator meta tag description tools.
html meta tags generator.
*****************************************************
No comments:
Post a Comment