My understanding has been that in order to ensure you loose the least possible rank for your pages when you do an update that involves a lot of url changes you have to individually redirect each old page to the new comparable page.
I just wrote up probably a hundred of these redirects for our site but now when I try to upload them all I'm seeing that just the generic, one-line redirect (redirect 301 / [
newdomain.com)...] seems to be doing the job. In other words, if I request an old url for a page deep in the site, the generic, one-line redirect will take me to exactly the same page at the new address.
Oh, I think I know why. The old subpage urls are identifical to the new ones, except for the domain name.
So, am I correct in assuming that I've done all that can be done to ensure that Google will associate the old individual pages with the new?