Tilda Detector
Check any public website to see whether it uses Tilda.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Tilda
Browse real website examples detected with Tilda.
View examplesMore Website Builder detectors
Compare related tools and identify the wider stack behind a website.
Browse detectorsWhat we check
Stackcrawler looks for public page markers, scripts, platform fingerprints, metadata, and other visible implementation clues.
How can you detect if a website uses Tilda?
Detecting whether a website is built using Tilda involves looking for specific indicators that are characteristic of Tilda websites.
Here’s a step-by-step guide on how to do it:
- Open the Page Source: Right-click on the webpage and select “View Page Source” or press
Ctrl+U(Windows) orCmd+Option+U(Mac) to open the page’s source code. - Search for Tilda-Specific Code: Use
Ctrl+F(Windows) orCmd+F(Mac) to open the search function and look for the following keywords:window.tilda: This is a common JavaScript object used in Tilda. Look for something like<script>window.tilda = {...}</script>.tilda.cc: Websites built with Tilda often have references to Tilda’s content delivery network, such as scripts or stylesheets linking totilda.cc.
- Look for Tilda-Related HTML Elements: Check the structure of the HTML for Tilda’s specific class names in elements. Common class names include
t-container,t-row, andt-col. - Inspect CSS and JS Files: Analyze the names of linked CSS and JS files in the page source. URLs often include “tilda” or names that contain
tilda, such astilda-scripts.jsortilda-styles.css. - Check for Tilda’s Default Widgets and Blocks: Look for HTML structures that are typically used in Tilda, such as blocks for text, images, and galleries. You may find markers like
data-block-type="text"ordata-block-type="image". - Search for Tilda Analytics: Some Tilda sites may include scripts related to Tilda’s built-in analytics, such as
<script>window.tildaAnalytics = ...</script>. - Identify Previews or Templates: Tilda often uses its own templates. Look for hints in the source code that might indicate specific templates or styles provided by Tilda.