Are there any option to control the Automatic Aliasing and avoid indexed by Google??
In this moment I think is under important SEO problems with this deployment
I think it is not possible to hide or even not allow to index all staging sites on each deployment. On other hand with Github integration is event worst.
For example in same production web you have 3 alias:
Your public production domain verified with ZEIT DNS: mydomain.com
Your proyect: proyect-name.username.now.sh
Your git branch: proyect-name-git-master.username.now.sh
And of course more staging urls and more git branch alias with other versions of the same web and maybe indexed all at the same time with no controlā¦
In this moment I think is not a good solution to production If we dont have control of that
Hi @cianespablo, thanks for your post and welcome to the community
Automatic aliasing is a feature of Zeit Now, not of Frontity. So I recommend you to ask the same question in their support forums: https://spectrum.chat/zeit
To avoid SEO problems with multiple domains make sure to always use canonical tags in your <head> pointing to the right domain. Take a special look at the section 6 of this article, āCanonicalize cross-domain duplicatesā: https://moz.com/learn/seo/canonicalization
@zhandoswebpointed out in here that plugins like Yoast automatically manage the canonical tags of your WP theme, so thereās probably a better solution to avoid duplicate content:
1. Use a plugin to password protect your front-end, like explained by @ShaGui here: