Wednesday, July 7, 2010

Custom Meta Tags for Each Blogger Posts - Blogger SEO Tips

Make your post title,your blogs title

Now you can use custom Meta Tags for each blogger posts which will help you to increase the visibility of your pages in search engines, this can be done by adding little piece of code in you <head> section of your blog, with the help of this code you will have different description for individual blogger posts.



Navigate to the Dashboard > Layout > Edit HTML and Add below code into your <:head> section. must be before </head> section.



<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Geek Blogger - Best Blogging Hacks and Templates, Free Widgets and Plugins.' name='description'/>
<meta content='Geek, Blogger, Wordpress, BlogSpot, Tips, Hacks' name='keywords'/>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
<meta expr:content='data:blog.pageName' name='description'/>
</b:if>



Benefit of the above code are:


1. If the Page is your Home page then the Blog Title will be Home Page Title

2. If the page is inner page means Post Page then Blog Title would be Post Title

3. If the Page is your Home page then Meta Keywords and Meta Description would be for your Home Page Only.

4. If the Page is your inner page means Post Page then Meta Description would be your Post Title.



Limitations:



The Above code can't give facility of Different Meta Tags for Different Keywords because as you know that Labels are the part of widgets so difficult to maintain that, i will suggest you not use different meta tags for different pages (Posts) because google is no more using your meta keywords for indexing.



Source :- http://www.geekblogger.org/2009/12/custom-meta-tags-for-each-blogger-posts.html#more

No comments:

Post a Comment

Popular Posts