Forum Moderators: open
I moved a few of my site's pages around. I moved the original page to it's new directory and relaced it with a "This page has moved" page with the link to the new location. I've also replaced the title with "old title - moved."
Is this enough to avoid duplicate content penalties? Or should I just dump the page in the original location and wait until the new page is indexed? The original pages ranked in the Top 3 on Google.
Thanks!
If you are pretty sure that no other sites link to the pages you moved, what you are doing will work. OTOH, if there are external links to these pages, they will continue to point to the outdated pages, and pass their PR to them.
You might want to consider using a permanent redirect using .HTACCESS to automatically redirect any visitors (including search engines) to the new pages. This is pretty easy to do if you are hosted on a *nix box; you'll find the syntax here [webmasterworld.com]. If you are on IIS and have access to IIS Manager it's also easy. If not ... more difficult unless it's an ASP page where you can include server side code.