Forum Moderators: open
Our problem is that we have found that the site has a lot of links pointing to a specific file name that no longer exists. (abc.html, for example.)
Our new page that replaces the abc.html page is xyz.html.
We cannot do a site wide redirect as we are working on the same domain. And we can’t do a page specific redirect as that would take dynamic code on the original page and because the original page is an html file, we cannot change this as the new page would not be spidered.
As far as I can tell, we have two options:
Add JavaScript to the abc.html file to redirect to the xyz.html.
or
Save the new xyz.html page as abc.html also and have two different pages with duplicate content.
Would either of these methods be considered inappropriate for the search engines?
Is there any way to achieve this other then what I have discussed above?
Thanks for the help.
See message #380 in this thread for some ideas.
[webmasterworld.com...]
You want to use a 301 redirect.
After you make the changes run the url through a http header checker to make sure it is a 301.