Webflow logo

Webflow Detector

Check any public website to see whether it uses Webflow.

Public signal scan
Fast lookup
No signup required

Scan a website

Enter a URL and Stackcrawler will inspect public technology signals.

Websites using Webflow

Browse real website examples detected with Webflow.

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 Webflow by looking at the source code?

Detecting if a website is built using Webflow can be done by inspecting the page source for specific indicators characteristic of Webflow sites.

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 source code.
  2. Search for Webflow Identifier: Use Ctrl+F (Windows) or Cmd+F (Mac) to bring up the search function and look for the following keyword:
    • window.__WEBFLOW: This variable is specific to websites built using Webflow and can indicate the use of Webflow on the site.
  3. Look for Webflow CSS and JavaScript Files: Search for Webflow-related files in the source code, which often include:
    • webflow.css: Stylesheet files often have “webflow” in their names, such as <link rel="stylesheet" href="https://uploads-ssl.webflow.com/.../webflow.css">.
    • webflow.js: JavaScript files used by Webflow are commonly named with “webflow” as well, such as <script src="https://uploads-ssl.webflow.com/.../webflow.js"></script>.
  4. Check for Webflow-Generated Meta Tags: Websites made with Webflow often contain specific meta tags. Look for meta tags that include Webflow attributes, such as:
    • <meta property="og:type" content="website"> with possible attributes related to Webflow.
    • <meta name="generator" content="Webflow">: This tag explicitly mentions Webflow as the generator tool.
  5. Inspect for Webflow’s Unique Class Names: Webflow often generates unique class names in its HTML structure. Look for class names that include random strings or are non-typical, like wf-sectionwf-container, etc.
  6. Check for Webflow-Specific Elements in DOM: Look for custom attributes or elements that are unique to Webflow. This could include:
    • data-wf-page: These attributes help manage various elements in Webflow’s visibility and behavior.
    • data-wf-site: This may also appear in the HTML structure.
  7. Look for Webflow’s Hosting URL: Many websites built with Webflow may use the hosting provided by Webflow. Check for URLs that contain:
    • webflow.com or uploads-ssl.webflow.com in the source code.

Learn more about Webflow with these articles

A deep dive into the current Y Combinator startups focusing on what tech stacks are most popular.
Christoffer Pettersen
Check out our list of outstanding Webflow website examples. Get inspiration for portfolios, consulting sites, landing pages, Saas, and much more with our real-world site examples.
Christoffer Pettersen
Check out these 25+ Best AI website examples that are redefining user experiences. See how websites in the AI industry are designed and get inspiration.
Christoffer Pettersen
Use our free Webflow detector tool or learn how to check the source code to determine if a website is powered by Webflow.
Christoffer Pettersen