Since SCMS sites don't use a subdomain for their modules (for example, they use /list, /events, /hotdeals instead of business.mysite.com/list, business.mysite.com/events/, business.mysite.com/hotdeals respectively), when the new GZCMS site is launched, we need a way to redirect these urls so that visitors/crawlers are redirected to the new corresponding subdomain module page.
For instance, after a SCMS => GZCMS launch, this url:
https://mysite.com/list/member/ace-hardware-8365
needs to be redirected to:
https://business.mysite.com/list/member/ace-hardware-8365
In order to not have to individually redirect each member page, event, news release, etc, we can use regex redirects to mass redirect those urls to the proper subdomain.
This can be accomplished in GZCMS via the YoastSEO Plugin's "Regex" Redirects under Dashboard > Yoast SEO > Redirects > Regex Redirects tab. Below is a table with the regex and destination urls that you'd add to the site.
The following modules marked with an asterisk are only included with CM/MZ customers with the Plus and above packages, so it is not necessary to insert a redirect into Yoast for those urls.
The destination urls of course would be updated to match whatever new subdomain the customer is requesting, usually business.mysite.com or members.mysite.com.