Forum Moderators: Robert Charlton & goodroi
Now that I'm ready to go "live" with the site I'm concerned about a potential dup content risk when I direct the IP address to the domain name. Will Google find the identical content on "two" sites and penalize the newer (domain-named) version? What should I do?
I was thinking of changing web hosts which would give me a new IP address for the beta site. Then I would put in a site removal request for all the older (soon to be invalid) IP pages which Google incorrectly indexed. I'm hoping that Gbot will go to the old IP address and not find any pages there and remove the cached pages from the Supplemental index. Once that is taken care of, I'd direct the new IP address to the domain name.
Is this the correct approach? What problems can you foresee if I do this?
RewriteCond %{HTTP_HOST} ^pubcon
RewriteRule ^(.+) [pubcon.com...] [L,R=301]
RewriteCond %{HTTP_HOST} ^123.123.123.123
RewriteRule ^(.+) [pubcon.com...] [L,R=301]
I found a new host (with better stats and CMS handling) and am in the process of setting up the content on a new IP. Before I set the dns (launch) I will remove the content from the old IP and put in a url removal request.
Happy Holidays!