Tilda logo

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 examples

More Website Builder detectors

Compare related tools and identify the wider stack behind a website.

Browse detectors

What 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:

  1. Open the Page Source: Right-click on the webpage and select “View Page Source” or press Ctrl+U (Windows) or Cmd+Option+U (Mac) to open the page’s source code.
  2. Search for Tilda-Specific Code: Use Ctrl+F (Windows) or Cmd+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 to tilda.cc.
  3. 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-containert-row, and t-col.
  4. 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 as tilda-scripts.js or tilda-styles.css.
  5. 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" or data-block-type="image".
  6. Search for Tilda Analytics: Some Tilda sites may include scripts related to Tilda’s built-in analytics, such as <script>window.tildaAnalytics = ...</script>.
  7. 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.