Indexing Problem in Bing : IP Cached instead of Domain Name

Discussion in 'Site & Server Administration' started by massjo, Oct 29, 2012.

  1. #1
    Hi Everyone,

    The problem is like my site got indexed in Google and Other search engines. But in Bing the site got deindexed two years back. I was trying to make it get indexed in Bing by submitting XML sitemap in Webmaster tools of Bing.

    But the issue is like the website ip got indexed in Bing and getting listed Instead of Domain name. So pls let me know how to recover it and make my domain name get cached.

    Regards,
    Massjo
     
    massjo, Oct 29, 2012 IP
  2. BigTim3

    BigTim3 Guest

    Messages:
    266
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    0
    #2
    Have you looked into the bing docs?
     
    BigTim3, Oct 29, 2012 IP
  3. massjo

    massjo Active Member

    Messages:
    1,567
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    78
    #3
    I have sent mail to Bing Customer Support, but i didnt any reply from Bing. Is anybody have Bing customer support mail id.
     
    massjo, Oct 30, 2012 IP
  4. namemesh

    namemesh Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you are accessing your site using IP, is it redirecting to the domain? If not, it should. Look for IP Canonicalization on the internet.
     
    namemesh, Oct 30, 2012 IP
  5. mangoo

    mangoo Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You should make a permanent redirection to your main domain (i.e. www.example.com), if the domains does not match (i.e. is example.com or 11.22.33.44).

    It is made differently in different webservers.

    For Apache, should be something like below in your .htaccess file:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www.example.com
    RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]
     
    mangoo, Nov 2, 2012 IP