markg
1
Hello? How do I stop my .netlify.app domain from being indexed? I want to index only my custom domain. Thanks.
Add a redirect from the .netlify.app domain to your custom domain:
https://domain.netlify.app/* https://www.domain.com/:splat 301!
More info here:
1 Like