- First go to Dashboard > Design > Edit HTML and find this line in your blog template HTML codes:
1<b:includedata='blog'name='all-head-content'/> - Then put the meta tags code immediately below that line. The final result should be as shown below.
What this code does is apply the keyword meta tag to all pages and limit description meta tag to only your homepage.
1<b:includedata='blog'name='all-head-content'/>2<metacontent='PUT KEYWORDS HERE SEPARATED BY COMMAS'name='keywords'/>3<b:ifcond='data:blog.pageType == "index"'>4<metacontent='PUT BLOG DESCRIPTION HERE'name='description'/>5</b:if> - Save the template.
Saturday, 10 March 2012
Adding the meta tags in blogger
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment