I've recently changed the name of a few pages that have already been listed by google, is there a simple way of redirecting any incoming trafic to the new pages (or the home page) using developer V70700
Announcement
Collapse
No announcement yet.
Page Redirects
Collapse
X
-
Very easy to do peter.
First off are you using Linux (Apache) for your web hosting?
If you are then log onto your ftp and in the root folder is there a file called .htaccess?
if not then open notepad and save out as .htaccess (no .txt extension, etc)
then you simply add a line of code like this:
redirect 301 /oldpage.html http://www.yourdomainname.co.uk/newpage.html
This will redirect permanently your old page to your new page.
And when search engines re-crawl your site they will eventually fizzle out your old page on your search results with your new page.
I had to do this on my work website as I changed a lot of URL names to descriptive names which included keywords, its still an ongoing thing at the moment as have over 1,200+ pages!
Comment
Comment