Is your website not appearing google search results even after months of going online? Is your site is suspended by Google (most desired of all search engines)? Here are the simplest of reasons and even simpler solutions to the problems:
1. Duplicate Meta Tags Problem
The most common reason for your website be suspended by Google is due to existance of duplicate meta tags in more than one page of your site. Make sure that your Meta Tags are unique in case if you want to use them in multiple pages. But I recommend you to have Meta Tags in only one page which would be your homepage. The meta tags which should be unique are keyword and descriptions.
The duplicate meta tags can be detected by using google webmasters tool and once you have made the corrections, apply for reconsideration to get your site out of suspension.
2. Googlebot being blocked by Meta Tags
The other most simplest of reason for the site content not appearing on the google search results would be the blocking of Googlebot. If google bot is blocked, obviously your site will not be crawled hence resulting into the problem. To avoid that make sure, the following meta tag is not used in your homepage:
"<meta name="robots" content="nofollow" />"
"<meta name="googlebot" content="nofollow" />"
Replace above meta tags by following:
"<meta name="robots" content="index, follow" />"
"<meta name="googlebot" content="index, follow" />"