Meta Description and Meta Keywords Tags for different post pages of blogger or for any websites, is a good habit to add it. In the Recent days meta keywords are not considered by major search engines like Google, Yahoo, MSN, AOL and many more. But we have noticed into Yahoo search engine some of my post pages are in the top result for it's keywords but the chances are still very less to considered different meta keywords into major search engines. But by adding meta keywords into your blogger posts, there is no any negative effect so I recommended that use meta keywords in blogger. Now we talk on the Meta Descriptions. Different Meta Description is very important for different post pages of blogger because meta descriptions can increase the click through rate (CTR) in the SERPs result to redirect to your websites because the well written meta description to the corresponding post, will show below your post title in the search result so visitor's clicks possibility will be higher. An example you can see below of my one post;
As you can see in the above preview, I am sure my blog post is on the first position of the front page of Google search among 17.4 Billions of traffic by its Meta Description. If you want to check my current post meta description and meta keywords then you can check by clicking on Meta Tag Analyzer. Just paste my current post url in the meta tag analyzer and click on Process URL then you will see my meta description and meta keywords and also you can check my any existing other posts and check , are they have different meta tags or not. Meta Description tells to the major search engine that what the page is all about and search engines can easily find your blog to the corresponding topic by it's meta description and if you don't add meta description to your blogger posts then mostly search engines generate automatically meta description by any phrases of your post. But if you used duplicate meta description for your every blogger post then it can be decrease your search engine ranking because of the duplication of your meta descriptions and search engines feels that your all post have the same topic. So I highly recommended that to use different meta description to your every posts. In wordpress blog you can write your meta description and meta keywords at the time of writing your post in post editor but in blogger you have to add some peace of code to your HTML code of blogger template.
If you have already installed any meta description and meta keywords to your HTML code of your blogger template then copy it to notepad and delete it from your HTML code of your blogger template. Don't worry about that we will cover different meta description and meta keywords. Let's see what will we cover in this post;
How to Add different meta descriptions and different meta keywords for each blogger posts.
How to Add different meta description and different meta keywords for each static pages of blogger.
How to Add different meta description and different meta keywords for each labels or archive pages of blogger.
Below is the CODE just you have to paste into your HTML blogger template which will be the solution of all your problems as for your different posts, different static pages, different archive pages, different label pages of blogger and of-course for your home page and also I made it for the bloggers who have lot of posts as 200 or 300 or more than that posts basically some webmasters have given codes for different blogger posts by individually making meta description and meta keywords but if you have lot of posts then to make meta tags by individual it can be very lazy work to make different meta tags for each posts pages of blogger. But in the below code if you do write meta tags for any of your post into your HTML blogger template then it will be as you made but if you don't write any meta tags for a bunch of your posts ( let us 150 posts pages) then still these posts pages will contains the different meta description and meta keywords. So no matter you have lot of posts or you are just a new blogger.
Every time you post any post in your blog just add the below mentioned code in templets and add the description and keywords, don't forget to change the page url also.
As you can see in the above preview, I am sure my blog post is on the first position of the front page of Google search among 17.4 Billions of traffic by its Meta Description. If you want to check my current post meta description and meta keywords then you can check by clicking on Meta Tag Analyzer. Just paste my current post url in the meta tag analyzer and click on Process URL then you will see my meta description and meta keywords and also you can check my any existing other posts and check , are they have different meta tags or not. Meta Description tells to the major search engine that what the page is all about and search engines can easily find your blog to the corresponding topic by it's meta description and if you don't add meta description to your blogger posts then mostly search engines generate automatically meta description by any phrases of your post. But if you used duplicate meta description for your every blogger post then it can be decrease your search engine ranking because of the duplication of your meta descriptions and search engines feels that your all post have the same topic. So I highly recommended that to use different meta description to your every posts. In wordpress blog you can write your meta description and meta keywords at the time of writing your post in post editor but in blogger you have to add some peace of code to your HTML code of blogger template.
If you have already installed any meta description and meta keywords to your HTML code of your blogger template then copy it to notepad and delete it from your HTML code of your blogger template. Don't worry about that we will cover different meta description and meta keywords. Let's see what will we cover in this post;
How to Add different meta descriptions and different meta keywords for each blogger posts.
How to Add different meta description and different meta keywords for each static pages of blogger.
How to Add different meta description and different meta keywords for each labels or archive pages of blogger.
Below is the CODE just you have to paste into your HTML blogger template which will be the solution of all your problems as for your different posts, different static pages, different archive pages, different label pages of blogger and of-course for your home page and also I made it for the bloggers who have lot of posts as 200 or 300 or more than that posts basically some webmasters have given codes for different blogger posts by individually making meta description and meta keywords but if you have lot of posts then to make meta tags by individual it can be very lazy work to make different meta tags for each posts pages of blogger. But in the below code if you do write meta tags for any of your post into your HTML blogger template then it will be as you made but if you don't write any meta tags for a bunch of your posts ( let us 150 posts pages) then still these posts pages will contains the different meta description and meta keywords. So no matter you have lot of posts or you are just a new blogger.
<!-- Meta Tags SEO Pack by http://www.99blogger.com for Bloggers -->
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.url == "http://www.99blogger.com/2011/07/how-to-add-auto-seo-script-for-blogspot.html"'>
<meta content='YOUR_DESCRIPTION_HERE' name='description'/>
<meta content='YOUR_KEYWORDS_HERE' name='keywords'/>
<b:else/>
<b:if cond='data:blog.url == "http://www.99blogger.com/2011/07/how-to-add-auto-seo-script-for-blogspot.html"'>
<meta content='YOUR_DESCRIPTION_HERE' name='description'/>
<meta content='YOUR_KEYWORDS_HERE' name='keywords'/>
<meta content='Krrish' name='author'/>
<meta content='index,follow' name='robots'/>
<b:else/>
<meta expr:content='data:blog.pageTitle + data:blog.title' name='description'/>
<meta expr:content='data:blog.pageTitle + data:blog.title' name='keywords'/>
</b:if>
</b:if>
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<meta content='99B-Everything About Blogging, How to Tips, WordPress Tips and Tutorials, Thesis Theme Customizations, Blogger Tips and Widgets, Other Tech Tips for making successful blogs and make money online, Free Email Database, Link Exchange Script Free' name='description'/>
<meta content='Blogging How to Tips, Everything About Blogging, Everything about WordPress, Everything About Thesis, Thesis Customization,Blogger Free Themes, Professional Templates for Blogger, Latest WordPress Themes, WordPress Installation' name='keywords'/>
<b:else/>
<b:if cond='data:blog.pageType == "static_page"'>
<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'/>
<meta content='Krrish' name='author'/>
<meta content='index,follow' name='robots'/>
<b:else/>
<meta expr:content='data:blog.pageTitle + data:blog.title' name='description'/>
<meta expr:content='data:blog.pageTitle + data:blog.title' name='keywords'/>
</b:if>
</b:if>
</b:if>
Every time you post any post in your blog just add the below mentioned code in templets and add the description and keywords, don't forget to change the page url also.
<b:if cond='data:blog.pageType == "item"'>Please post your comments and if you enjoy the articles just click on share button this will take only 5 seconds.
<b:if cond='data:blog.url == "http://www.99blogger.com/2011/07/how-to-add-auto-seo-script-for-blogspot.html"'>
<meta content='YOUR_DESCRIPTION_HERE' name='description'/>
<meta content='YOUR_KEYWORDS_HERE' name='keywords'/>
<b:else/>
For Further Reading,
0 comments:
Post a Comment