Hello Guys! I need your help urgently. I have a website unisexsalon[dot]in. Before done any meta tag work its homepage and inner page appear in Google but when I upload it after adding its homepage meta tags and inner pages its homepage disappear from Google. Right now its inner pages are coming in search result but homepage is not showing. I submitted its url in Google Webmaster tool also and 1 month before but still the problem is same. When I type in Google (site:www[dot]unisexsalon[dot]in) its only showing inner pages. Please help me guys, I am not getting the right point behind this problem.
Check your source code and you will find the code <meta name="robots" content="none" /> -> change this in all site pages <meta name="googlebot" content="none" /> -> remove this from all site pages means you are telling Google not to index your site pages and not to follow your site page NONE is the equivalent of "noindex, nofollow" so change as below to make your site pages indexed and followed by Google robot. <meta name="robots" content="index, follow" />