How to add Different Meta Tags IN Different Blogger Posts

How to add Different Meta Tags IN Different Blogger Posts


 If you are beginner in SEO and does not have any idea of Meta Tag, just read this post first about Meta Tag.It is very good for SEO (Search Engine Optimisation). Actually, why we are adding meta tags is to tell search engines what that page is all about... but, using same meta tags to all of your blog posts lessens the search engine rankings and traffic little bit.

undefined

But, if you add different unique meta tags to different Blog posts, it makes the search engines to know more about your individual blog posts and make them crawl and index your pages better and it also improves your Search engine rankings.

 How to insert Different Meta tags to Different Blogger Posts? 

 Sign in to Blogger dashboard » Layout » Edit html 

 and find out the following lines:

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

and add this code just below that line
<b:if cond='data:blog.url == "http://az.blogspot.com/">
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/> </b:if> 
We now added meta tags to the homepage. Next, you want to add meta description for another post. Now, what you have to do is pasting the above three lines below the present code and changing the link,descriptionand keywords. So, the final code now looks something like and copy and past this coad.


<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.url == "http://az.blogspot.com/">
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/> </b:if>
<b:if cond='data:blog.url == "http://az.blogspot.com/2009/03/how-to-add-meta-tag-to-blogger-blog-seo.html"'>
<meta content='How to add Meta Tag to your Blogger Blog, SEO tips to add meta tag' name='description'/>
<meta content='Adding,Meta Tag,SEO ' name='keywords'/> </b:if> 



 Just like the above procedure, you can add different meta tags to as many blog posts as you can.
Anda baru saja membaca artikel yang berkategori SEO Tips dengan judul How to add Different Meta Tags IN Different Blogger Posts. Anda bisa bookmark halaman ini dengan URL https://msr-site.blogspot.com/2013/03/how-to-add-different-meta-tags-in.html. Terima kasih!
Ditulis oleh: Unknown - Friday, March 29, 2013

Belum ada komentar untuk "How to add Different Meta Tags IN Different Blogger Posts"

Post a Comment