Wednesday, August 12, 2009

How to Adding Meta Tags in Blogger post Different

What Use Meta description add to the various blog posting?
Adding Meta tags to your blog is very good for SEO (search Engine Optimization). But with Adding meta tags to the same post to make all traffic ranking search engine a bit. But by creating meta description on every post we will create a fast search engine indexing the article and we'll automatically increase PERINKAT INDEX SEARCH search engine.
So now this time will be discussed on how to add meta tags on each post.
First entry to blogger, layout, and then click Edit Html. Find the code below

<b:include data='blog' name='all-head-content'/>
Dan copy code dibawah ini lalu tambahkan
<b:if cond='data:blog.url == "http://chalaid.blogspot.com/"'>

<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/> </b:if>
That makes the home page for the meta.
Next, you want to add meta description for the other post, for example: http://Chalaid.blogspot.com/Menambahkan-meta-tag-di-berbagai-postingan.html

Now, all you do is insert the above three lines of code below and replace the link, description and keywords.
So, the end of the code as it is

<b:include data='blog' name='all-head-content'/>

<b:if cond='data:blog.url == "http:// Chalaid.blogspot.com /"'>

<meta content='DESCRIPTION' name='description'/>

<meta content='KEYWORDS' name='keywords'/> </b:if>

<b:if cond='data:blog.url == " http://Chalaid.blogspot.com/Menambahkan-meta-tag-di-berbagai-postingan.html"'>

<meta content=Menambahkan meta deskripsi di berbagai postingan blogspot' name='description'/>

<meta content=meta,posting,blogger,dll' name='keywords'/> </b:if>

Same as the above procedure, you can add different meta tags every post you a different
Happy Testing