What's the use of adding different meta descriptions to different Blogger Posts?

t 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.


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 for sure ;)

For this to happen, you have to add some pieces of codes to the template.
First Sign in to Blogger dashboard » Layout » Edit html

and find this line

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



and add this code just below that line

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

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



So, the final code looks like this one




We now added meta tags to the homepage. Next, you want to add meta description for another post, for example : http://dtyotutor.blogspot.com/2009/05/retweetme-buttons-on-each-blogger-posts.html

Now, what you have to do is pasting the above three lines below the present code and changing the link,description and keywords.
So, the final code now looks something like

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

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

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

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

<b:if cond='data:blog.url == "http://dtyotutor.blogspot.com/2009/05/retweetme-buttons-on-each-blogger-posts.html"'>

<meta content='retweetme buttons on each blogger posts' name='description'/>

<meta content='retweetme buttons,on each blogger posts' name='keywords'/> </b:if>

ANOTHER ARTICLE MUST READ :

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.