Forum Moderators: open
These are the format make_widgetname.html
I have renamed these to widgetname_make.html
I have left the original pages on the site, but the links now point to the new pages.
As make_widgetname.html is a clone of widgetname_make.html, should I be worried in case google thinks of this as duplication of information?
Brett - In addition to the .htaccess mod, I should also simply replace the contents of the TITLE tags MOVED
Thank you both for your help!
p.s. Piskie - thanks but I'll try not to complicate things further at the moment. How did your theory come about, btw?
Redirect 301 /oldserverpath/ http://www.domain.com/newurlpath/
If it is a specific file:
Redirect 301 /fred.html http://www.domain.com/foo/boo/fred.html
Old server path first, and the URL second. (first part is your directory path and the second a full url)
You can use quite a few before it's a problem. I have one with 250 urls in it that redirect.
I believe this is as acceptable to google as .htaccess but I'm sure I can rely on other to correct me if I'm wrong.
If you go with this but would like some help on php try devnetwork.net forum, a valuable resource.
I changed the red_widgets.htm to red-widgets.htm as I went.
The plan was to optimise after the visual makeover was complete because it was a new client who wanted to see a quick visual result. However on the next upgrade, several pages in the 20 to 30 positions became 18 to 25 positions.
One reason I changed the filenames was to see if Google would drop deep pages if not found and deep crawl their replacements and then index the new pages seamlessly.
The answer is in this case it was seamless except for the dance period.
The observation on file name seperators was an incidental factor and I would like to repeat it sometime in a more controled way with no other simultaeneous changes.