Problem in Homepage of my website

Discussion in 'Search Engine Optimization' started by scholarsjunction, May 16, 2014.

  1. #1
    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.
     
    Solved! View solution.
    scholarsjunction, May 16, 2014 IP
  2. #2
    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" />
     
    Jigney, May 16, 2014 IP
    scholarsjunction likes this.
  3. scholarsjunction

    scholarsjunction Member

    Messages:
    236
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #3
    Thank you so much :)
     
    scholarsjunction, May 16, 2014 IP