What is Tilda?
Tilda is a cloud platform that aims to simplify the process of deploying and managing cloud infrastructure for websites and applications. It is built to support business-critical web applications where reliability, scalability, and performance are paramount.
What are deployment links?
Every deployment on Tilda creates a new version of your application. These versions have a default URL that points to that specific deployment. These deployment URLs / links are created and managed by Tilda and provide a way for your team to test the deployment without adding custom domain names. The structure of these links is as follows:
https://[project slug]-[service slug]-[deployment number].tilda.build
https://myproject-webservice-20.tilda.build
Preventing search engines from indexing deployment links
Tilda now adds the following HTTP response header to all deployment links to instruct search engines and other indexing platforms to ignore any content on deployment links.
X-Robots-Tag: noindex, nofollow, noarchive
This will make sure that any content on deployment links are not considered by search engines and thus will not have any impact on your search engine ranking and SEO.
We are working to bring further control over who can access your deployment links. Stay tuned for more updates!