Add meta description and keyword for each post individually


Add meta description and keyword for each post individually



Hello Friends as we all know that the SEO is most important for any blog or website as it makes our website and its content attractive, relevant and visible to search engines and web searchers.

Many of us are using SEO trick Like defining meta tag 'KEYWORDS' in there blog.This trick will more helpful for you if you use this meta tag for each and every post in your blog.Adding Different meta Description and Keyword to each of your post will make your blog Unique.

As each post in your blog didn't contain the same keyword you mention in your meta keyword tag. i.e <meta content='  ' name='keywords'/>
Many of us are try to use the meta keyword in there post which make post unreadable for user.
So here is a solution for this.Add meta description and keyword to each post by simply using a "if condition" in your HTML code.


Code To Add Different Meta Tags for Each Post in Blog



Code will be like this..


<b:if cond='data:blog.url == data:blog.homepageUrl'>
<META CONTENT='Hacking tricks and tips,windows tricks and tips,coding tips,online money making ideas,SEO and blog tips etc' NAME='Description'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>

<META CONTENT='Hacking tips, Facebook,windows tricks,Blogger tricks,blogger tips, SEO, make money online' NAME='Keywords'/></b:if>
<b:if cond='data:blog.url == &quot;paste your post URL HERE&quot;'>
<META CONTENT='Description' NAME='Description'/>
<META CONTENT='Keywords' NAME='Keywords'/></b:if>



Use the above code and modify it by changing the keyword, description and URL of your post and put it in your HTML.

Hope you like my post :-) 
Thank you !!


Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments:

Post a Comment