IP address in url

Discussion in 'Search Engine Optimization' started by maryhm, Feb 16, 2008.

  1. #1
    Sometimes google is indexing my pages using the ip address. For example 216.122.132.211/subfolder/Browse.asp?cid=17 instead of domainname.com/subfolder/Browse.asp?cid=17

    Is there a way to fix how google is seeing this? It's causing serious serp issues.
     
    maryhm, Feb 16, 2008 IP
  2. tharshan

    tharshan Active Member

    Messages:
    333
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    any problem inside your site's config file ?
    something like "base_url" ,etc

    what is your site url ?
    providing the site url help me to check this..
     
    tharshan, Feb 16, 2008 IP
  3. maryhm

    maryhm Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    accessdurango(dot)com
     
    maryhm, Feb 16, 2008 IP
  4. dur0000

    dur0000 Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    somehow Google has seen a link with that IP on your web page. Google remembers those IP-based links even if you remove them. The bast solution is configuring your web server (think you have IIS) so that IP-based requests are forwarded to the domain-based URLs with a 301 (Moved permanently) redirection code in the header.
     
    dur0000, Feb 16, 2008 IP
  5. east

    east Active Member

    Messages:
    441
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Yep, a 301 redirection will solve the problem permanently. You can found easy on the web an example of that file.
     
    east, Feb 17, 2008 IP