ip address come when i search in keyword

Discussion in 'Google' started by i_am_dhaval, Dec 14, 2010.

  1. #1
    when i search this keyword " nagar mandal of ahmedabad "in google then my website name not come its come ip address.

    can any one tell me how can i resolve this?
     
    i_am_dhaval, Dec 14, 2010 IP
  2. provaltech

    provaltech Peon

    Messages:
    160
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can you define your problem very clearly if your site is not coming in the first place for the specific keyword then you have to set your website title according to the keyword. also do some of page work like link building for specific keyword.
     
    provaltech, Dec 14, 2010 IP
  3. bogs

    bogs Active Member

    Messages:
    2,142
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #3
    that's right.. even if you view your site, its on IP and not domain name.. its because that's what google crawls..
     
    bogs, Dec 14, 2010 IP
  4. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #4
    my website name is www . nagarmandalofahmedabad . com

    when i search in google for keyword " nagar mandal of ahmedabad "

    its display this ip address

    98.131.142.196

    my problem is i want to see my website when user search this keyword not ip

    i hope you got my point
     
    i_am_dhaval, Dec 14, 2010 IP
  5. Imdadc

    Imdadc Peon

    Messages:
    617
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Imdadc, Dec 14, 2010 IP
  6. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #6
    i_am_dhaval, Dec 14, 2010 IP
  7. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #7
    Check if your domain name servers, cname, a records are properly propagated..
     
    Abhik, Dec 14, 2010 IP
  8. tanvisharma

    tanvisharma Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Please check this information to know the steps of 301 redirection: isitebuild.com/301-redirect.htm
     
    tanvisharma, Dec 15, 2010 IP
  9. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #9
    if i have asp.net supported hosting (windows) how can i use 301 redirect?
     
    i_am_dhaval, Dec 15, 2010 IP
  10. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #10
    i have found this code on net

    <script runat="server">
    private void Page_Load(object sender, System.EventArgs e)
    {
    Response.Status = "301 Moved Permanently";
    Response.AddHeader("Location","http://www.new-location.com");
    }
    </script>

    but how can i add my ip to may domain? in this code

    can anyone guide me?
     
    i_am_dhaval, Dec 15, 2010 IP
  11. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #11
    any solution?
     
    i_am_dhaval, Dec 16, 2010 IP
  12. DoDo Me

    DoDo Me Peon

    Messages:
    2,257
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #12
    check source code of this page: http://www.dropshippers.co.za/sitemap.html
    on top:
    <link id="canonical" rel="canonical" href="http://www.dropshippers.co.za/sitemap.html" />
    <base href="http://www.dropshippers.co.za/" />
    Code (markup):
    the canonical meta is telling google the right URl should index
    the base meta is make sure the links on this page will be the right one too.
     
    DoDo Me, Dec 18, 2010 IP