We are preparing to migrate a site from one provider to Netlify and we have some concerns about SEO in regards to duplicate content.
So I have some questions about this:
-
Is the correct way to force a 301 redirect from the netlify domain to redirect and set https://www.example.co.uk/ as the cannonical?
https://example.netlify.app/* https://www.example.co.uk/:splat 301!
-
Would the *.netlify.app or *.netlify.com subdomains show up in Google (even via site:netlify.app in Google Search?)
-
Is it possible to set the live *.netlify.app domain only to not index (via a robots tag) and the the domain www.example.co.uk to be indexed in Google?
Thanks.