Best Way For Adding Meta Tags To Blogger Sites



For improving SEO, adding meta tag is the core concept. The two main tags which improve your SEO are meta keywords and meta description. I'm going to explain the method for how to add meta tag to your blogger sites. Follow these steps:
  • Login to Blogger.
  • Go to Design> Edit HTML
  • Backup your template.
  • Look for code <b:include data='blog' name='all-head-content'/>
  • Add the following code below the above code:
<meta content='PUT KEYWORDS HERE SEPARATED BY COMMAS' name='keywords'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<meta content='PUT BLOG DESCRIPTION HERE' name='description'/>
</b:if>
  • Put keywords related to your site and site description.
  • Preview & then save your Template.
You can also add some optional meta tags like:

<meta content='Your Name' name='author'/>
<meta content='Author Name' name='owner'/>
<meta content='© 2011 Site Name.' name='copyright'/>

Sharing is Caring

Related Posts

Previous
Next Post »

9 comments

comments
July 29, 2011 at 9:29 PM delete

I tried this code once, but it failed to work. It stated that the code was not more informed, when I tried to use it on the third page. It only worked for the first two pages and I wanted to use the code on all pages with a set of separate description and keywords.

Reply
avatar
July 29, 2011 at 10:04 PM delete

r u asking about blogger site? u dnt need to put description on all pages, just put it on ur main html code. n for better understanding view my site page source

Reply
avatar
August 21, 2011 at 7:18 PM delete

r u asking about blogger site? u dnt need to put description on all pages, just put it on ur main html code. n for better understanding view my site page source

Reply
avatar
February 21, 2012 at 3:42 PM delete

Can you tell me what this code can do to bloggers?

[b:if cond='data:blog.pageType == "item"']
[title][data:blog.pageName/]:

Reply
avatar
February 21, 2012 at 4:47 PM delete

@Bloggers and Webmasters Guide: first line means: showing ur coding work inside post only, not on main page!! for e.g. my post ads are showing under post, not on main page!!

second line simply display the title of the page!!

data: in blogger used for showing any data like data:blog.pageurl

Reply
avatar
February 21, 2012 at 5:46 PM delete

@Harwinder:
Thanks a lot.
So, this is probably not a good metatag. Is it?

Reply
avatar
February 21, 2012 at 5:50 PM delete

@Bloggers and Webmasters Guide: ur mentioned code does not make any sense about meta tag buddy!! it's not meta tag!! about meta tag I've posted in my post!!

Reply
avatar
March 21, 2012 at 8:57 PM delete

Nice info about meta tag, thanks..

Reply
avatar

Thank you for your comment.