Forum Moderators: open
I am thinking about changing web hosting companies. My current webhost gives me a static ip address for my site. Assuming I find another that will also give me a static ip address will it affect my search engine position. I remember reading somewhere that it is not a good idea to change webhost as it affects your ranking eventhough your domain name stays the same?
Just plan ahead in order to avoid problems:
Don't hurry. The cost of paying an extra month of hosting may be nothing compared to having your site disappear!
HTH,
Jim
Dynamic IPS could be a problem because they could change during a crawl and get the DNS out of sync with your site.
There seems to be some confusion here. Generally, a "dynamic IP" is what you get when you dial up to your internet connection and are assigned a different IP each time. It's the IP assigned to your computer while you're connected, not the IP of your website. Having a "static IP," as offered by some Internet Service Providers, would mean you are assigned the same IP each time you connect. But unless you're hosting your website on your PC at home, they have nothing to do with anyone -- human or search engine -- finding your site.
In the web hosting context, the two choices are a "dedicated IP" or a "shared IP." The latter means that other sites have the same IP address that yours does; the former means that only your site is on the assigned IP. A shared IP typically does not change "dynamically," once you have it you, and the other sites that share it, keep it. In other words, a shared IP is a static IP... so is a dedicated IP.
The concern when moving your site is that some search engines (Google, for example) cache the IP to which a site is assigned and so instead of looking for your site by name in the next crawl may look for it at your old IP address and so not find it. That's why jdMorgan's advice is exactly right: overlap the two sites for a month, and use a permanent redirect (in your .htaccess file) from the old site to the new.
Planning to overlap the old and new hosts for a couple of months is the safest route.
Jim
1. Does your web site have absolute or relative links? Absolute links like http:/ /yourdomain.com/index.htm will cause issues during migration. Some of the suggestions above assume that your site is designed with relative links.
2. Do you run CGI/Perl scripts?
Your scripts will probably break unless you change the configuration to the new web host. If your site is all static HTML files, migration is a no brainer.
I suggest you get your new site running with relative links and CGI/Perl scripts running properly. Then make the DNS switch.
[edited by: sun818 at 7:24 pm (utc) on Jan. 3, 2003]