Webflow Detector

Find websites built with Webflow
Browse all Webflow website examples here.
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:
- 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 source code. - Search for Webflow Identifier: Use
Ctrl+F
(Windows) orCmd+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.
- 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>
.
- 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.
- 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-section
,wf-container
, etc. - 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.
- 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
oruploads-ssl.webflow.com
in the source code.
Learn more about Webflow with these articles
Top Y Combinator Companies Tech Stack in 2025
A deep dive into the current Y Combinator startups focusing on what tech stacks are most popular.
20+ Best Webflow website examples
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.
25+ Best AI Website Examples
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.
How to check if a website is built with Webflow?
Use our free Webflow detector tool or learn how to check the source code to determine if a website is powered by Webflow.