How to Use Meta Tags at Your Blog

What is Meta Tag? Meta tags are a kind of tag that gives us an overview of the contents of a web page / blog. What really used by search engines there are 3 types, namely, description, keywords, and robots. In this article I will explain about how to use meta tags in blog. Some examples of common writing meta tags:
<title> Your Blog Title </ title>
<meta content='keyword1, keword2, keyword3, dst' name='keywords'/>
<meta content='deskripsi name='description'/> disini' blog
<meta content='index, follow' name='robots'/>
<meta content='nama penulis' name='author'/>
Here I will explain one by one.
Meta Description Tag Meta description tag is usually used to describe the content in your blog, its size is recommended no more than 200 characters, and try so that you describe actually exist on your blog. Examples of writing a common Meta Tags:
<meta content='Tempat Asik Make Learning Blogging in Blogspot' name='description'/>

Meta Tag Keyword Meta tag keywords are very important use, because it will allow search engines in determining search keywords. In writing the keyword should be separated by commas, or spaces, and the keyword no more than 20 words (fewer is better) Examples are generally:
<meta content='cara make blog, tutorial, blogwalking, seo, tips, trik, hack, blogger, widgets, name='keywords'/> membayar' ptc

Then discuss it so that there is no written word more than 3x.
Meta Robots Tag Meta Robots Tag used to determine which web pages can be indexed by the spider and the pages which are not. Basis of the Robots Meta Tag Format is as follows:
<meta content='index, follow' name='robots'/>
This meant that spiders read the main page (main page) and browse through all the links on your blog. But if you do not want spiders to not index or browse the links on a page then use: <meta content='noindex, nofollow' name='robots'/>
META TAG OPTIMIZATION IN SOLUTION The following technique is a way of setting the meta tags of the most Up to Date or the most recent and also easier for search engines to index your blog, the point we make in order to each posting will have a meta description different from each other without having to bother adding one by one the meta description and keywordnya or in any other language tergenerate automatically.
If you have never installed the meta tags before. 1. Login to your Blogger account, go to the menu design ->> edit HTML, then check expand widget templates. 2. look for the following words: <title> <data:blog.pageTitle/> </ title> You can copy and paste the contents of your template into notepad and then "Find" (Ctrl + F) the words. 3. if you have found, you delete the words are dang anti with the following: <b:if cond='data:blog.url == "http://adressyourblog.blogspot.com/"'>
<title> <data:blog.pageTitle/> </ title>
<meta name='description' content='Your DESCRIPTION FOR THE HOME PAGE WITH YOUR BLOG'/>
<meta name='keywords' content='Your WITH KEYWORDS FOR HOMEPAGE'/> </ b: if>
<b:if cond='data:blog.pageType == "item"'>
<title> <data:blog.pageName/> - <data:blog.title/> </ title>
<meta expr:content='data:blog.pageName + ", "+ data:blog.title + "," + data:blog.pageName' name='description'/>
<meta expr:content='data:blog.pageName + ", "+ data:blog.title + "," + data:blog.pageName' name='keywords'/>
</ B: if> 4. Finished, Save your template.
If you've ever installed follow the following meta tag 1. Log in first to your Blogger account. 2. Same as the above, you are looking tags like this: <b:if cond='data:blog.pageType == "item"'>
<title> <data:blog.pageName/> | <data:blog.title/> </ title> So basically you are looking for the old code if you delete and replace with this code. 3. enter the following code which more sophisticated <b:if cond='data:blog.url == "http://addressyourblog.blogspot.com/"'>
<title> <data:blog.pageTitle/> </ title>
<meta name='description' content='Your DESCRIPTION FOR THE HOME PAGE WITH YOUR BLOG'/>
<meta name='keywords' content='Your WITH KEYWORDS FOR HOMEPAGE'/> </ b: if>
<b:if cond='data:blog.pageType == "item"'>
<title> <data:blog.pageName/> - <data:blog.title/> </ title>
<meta expr:content='data:blog.pageName + ", "+ data:blog.title + "," + data:blog.pageName' name='description'/>
<meta expr:content='data:blog.pageName + ", "+ data:blog.title + "," + data:blog.pageName' name='keywords'/>
</ b: if> 4. Finished, save your template.
Now your blog has experienced SEO optimization, if willing please comment, Because good readers are readers who always leave comments in every place he visited.
 
© 2011 Kodok Bule | Except as noted, this content is licensed under Creative Commons Attribution 2.5.
For details and restrictions, see the Content License | Recode by Mr.Kodok Bule | Based on Android Developers Blog