4/15/12

Add Meta Tags to Automatically On Your Blog

Put meta tags on the blog is a way to blog more easily indexed by search engines like Google. Submission of information is important to search engines or search engine on the page of a blog done by placing meta tags on the blog. On this occasion I will share how to put meta tag description and keywords of each post automatically. That is, each post we will have a meta description that differ from one post to another post without the need to add meta tags on each post manually. This is done so that we do not have duplicate meta descriptions.
Here's how to put the meta tag for the meta tag has never been installed before.
  • Log into your Blogger account. 
  • Click Design> Edit HTML. 
  • Click Download Full Template to make a copy of the template. This just in case if there is an error in editing later we already have it so easy to backup templates return to normal. 
  • Find <data:blog.pageTitle/> <title> code </ title>. Use Ctrl + F to facilitate the search. 
  • Remove and replace the code with the code below.
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.pageTitle/></title>
<meta content='
Fill in the description of your blog' name='DESCRIPTION'/>
<meta content='
keyword 1, keyword 2, kata kunci 3, keyword dst' name='KEYWORDS'/> </b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> : <data:blog.title/></title>
<meta expr:content='data:blog.pageName + &quot;, &quot; + data:blog.title + &quot;, &quot; + data:blog.pageName' name='Description'/>
<meta expr:content='data:blog.pageName + &quot;, &quot; + data:blog.title + &quot;, &quot; + data:blog.pageName' name='Keywords'/></b:if>

  • Replace the yellow text with a description and keywords related to your blog. 
  • Click the Save Template button.

No comments:

Post a Comment