w-button
or w-nav
.website-files.com
or named webflow.js
, and use tools like Wappalyzer to confirm Webflow usage.To determine if a website was built using Webflow, you can inspect several code-level indicators that are commonly left in the source code of exported or hosted projects.
<head>
such as:<!-- This site was built using Webflow -->
<meta name="generator" content="Webflow">
w-container
, w-button
, w-form
, w-nav
, w-tab
, etc.https://assets.website-files.com/...
webflow.js
or webflow.*.js
are usually loaded from:https://cdn.prod.website-files.com/.../webflow.js
.webflow.io
subdomain (e.g., example.webflow.io
), clearly indicating it is Webflow-hosted.w-dyn-list
, w-dyn-item
, or w-dyn-bind
attributes or class names.To check if a site was built using Webflow, look for unique class names like w-button
, meta tags mentioning Webflow, JavaScript assets such as webflow.js
, or the presence of Webflow-hosted asset URLs. Combine these indicators for confirmation, especially on custom domains where visual hints may be minimal.