Forum Moderators: phranque
the first one has an index.html
the current has an index.php
Well,I need a way to redirect inside the html page as the plan for this old page does not allow htaccess
Thank you very much in advance.
<meta http-equiv="Refresh" content="10;url=http://www.example.com/" >
If you are using xHTML, do not forget the closing /. The number in content="n;url" is second. If you want it instantaneous, set it to zero. And it is wise to have a link on the page stating to the effect:
"This page has been moved. If you are not automatically forwarded, click here." This is in case the meta refresh does not work.
Marshall
The whole new site was uploaded to the new server and then the old site was modified in a very specific way.
Every page of the old site had the navigation bar changed so that it referenced only pages on the new site.
So, if you looked at any page of the old site, every link you clicked would magically transport you to the correct page on the new site. There was no way to get from one page of the old site to another page of the old site through the internal navigation.
Once Google started picking up the new site, every page of the old site had this meta tag added: <meta name="robots" content="noindex">.
Google still spiders and caches such pages, and also follows the links off those pages to wherever they point. The "noindex" tag simply removes such pages from the SERPs after a few weeks.
After a few weeks Google had almost fully listed the new site, and had almost completely dropped the old site. The new site also ranked a bit higher than the old one had.