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 version 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 version 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]-[version number].tilda.build
https://myproject-webservice-20.tilda.build
Preventing search engines from indexing version links
Tilda now adds the following HTTP response header to all version links to instruct search engines and other indexing platforms to ignore any content on version links.
X-Robots-Tag: noindex, nofollow, noarchive
This will make sure that any content on version 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 version links. Stay tuned for more updates!