2026-03-20
Webflow is one of the most widely used visual website builders for design-conscious teams, and knowing how to detect a Webflow website can save you hours of research when benchmarking competitors or studying websites you admire. This guide covers every reliable signal to look for.
Webflow has become the standard tool for marketing teams at growth-stage SaaS companies, agencies, and creative studios. Identifying Webflow lets you:
Paste any URL into AIWebsiteDetector.com and the scanner will tell you in seconds whether a site uses Webflow. The detection engine checks for Webflow-specific JavaScript, CDN domains, HTML attributes, and CSS patterns simultaneously.
This is the recommended starting point before doing any manual investigation.
The strongest Webflow fingerprint is asset loading from Webflow's CDN. In the page source or network requests, look for:
uploads-ssl.webflow.com — where Webflow hosts user-uploaded imagesassets-global.website-files.com — Webflow's global asset CDNwebflow.com/img/ — default Webflow image pathsThe uploads-ssl.webflow.com domain is particularly reliable. Since it hosts the actual images used on the site, switching away from it would break all images — making it the fingerprint most likely to persist even when other signals are hidden.
Search the page source for:
This appears on most Webflow-published sites. Some teams remove it (it's an option in Webflow's project settings), but the majority leave it in place.
Webflow injects its own JavaScript runtime for interactions, animations, and forms. Look for script tags like:
Webflow uses a specific CloudFront CDN distribution (the d3e54v103j8qbb.cloudfront.net domain) for its jQuery bundle. This is a very reliable signal.
Newer Webflow sites also load:
Webflow generates predictable CSS class names based on the designer's naming in the Webflow editor. Common patterns:
w-nav, w-container, w-row, w-col — Webflow's grid system componentsw-button, w-form, w-input — form and button elementswf- prefixed classes in some contextsThe w- prefix is Webflow's namespace and appears throughout the HTML of nearly every Webflow site.
Webflow adds specific attributes to its components:
data-wf-page and data-wf-site attributes on the elementExample:
These attributes are almost impossible to fake and are present on virtually every published Webflow site.
Many Webflow sites have a staging or backup URL on the *.webflow.io subdomain. While the production site uses a custom domain, you might find references to the .webflow.io URL in:
rel="canonical" tags (if not properly configured)| Signal | Reliability | How to Find It |
However, these visual cues aren't reliable for detection — rely on the technical signals above.
Sometimes. Webflow's template marketplace sells templates with distinctive structures. If you recognize a template's layout, you can search Webflow's marketplace. More reliably, tools like BuiltWith and AIWebsiteDetector.com sometimes identify the template name from metadata.
No. Webflow allows project owners to remove it in site settings. However, even without the generator tag, the CDN domains and data-wf- attributes are very difficult to remove.
Nearly impossible to fully hide. The uploads-ssl.webflow.com image CDN would need to be replaced with a custom CDN — which Webflow's standard plans don't support. The data-wf-page attribute is injected by Webflow's publishing system. Short of a full site export and custom hosting (which most teams don't do), the Webflow fingerprint persists.
Webflow offers two modes: hosted (your site runs on Webflow's servers, accessible via webflow.io and your custom domain) and exported (you download the HTML/CSS/JS and host it yourself). Exported Webflow sites don't have the CDN domains or dynamic attributes, making them harder to detect automatically.
Both are highly detectable. Framer uses framerusercontent.com while Webflow uses uploads-ssl.webflow.com. Both inject platform-specific attributes and use their own CDN infrastructure that's difficult to replace without breaking the site. See our Framer vs Webflow comparison for a full breakdown.
Yes, very much so. Webflow remains the leading professional no-code builder for marketing sites, especially at growth-stage SaaS companies. It has over 3.5 million users globally and a large ecosystem of agencies and freelancers.
The best way to get comfortable with Webflow detection is to practice. Here's a quick exercise:
webflowAfter a few attempts, you'll quickly recognize the distinctive patterns. Bookmark our Webflow gallery to browse confirmed examples of Webflow-built sites for reference.