Tutorials
Last updated on:
Feb 26, 2025

How to check if a website is built with Webflow

BRIX Templates Logo
Author
BRIX Templates
How to check if a website is built with Webflow
Table of contents

Whether you're researching competitors, seeking inspiration, or evaluating potential web development platforms, identifying if a website is built with Webflow can provide valuable insights. This straightforward guide shows you 2 reliable methods to determine if a site uses Webflow as its website builder.

Why identifying Webflow websites matters

  • Inspiration gathering: Understand which design elements and interactions are possible in Webflow
  • Competitive research: See which competitors in your industry are leveraging Webflow's capabilities
  • Platform evaluation: Assess Webflow sites in the wild before deciding on a platform for your own project
  • Service opportunities: Identify potential clients who might need Webflow expertise or customizations

1. How to detect Webflow sites using Wappalyzer (automated method)

Wappalyzer is a browser extension that instantly identifies technologies used on websites, including content management systems like Webflow.

  1. Install the extension:
  2. Visit the website you want to analyze
  3. Click the Wappalyzer icon in your browser toolbar
    • Look for "Webflow" under the "CMS" or "Page Builder" categories
    • If present, the site is confirmed to be built with Webflow
How to detect Webflow sites using Wappalyzer

This method takes seconds and requires no technical knowledge.

2. How to detect Webflow sites by checking the source code (manual method)

If you prefer not to install extensions or want to verify Wappalyzer's findings, you can inspect the website's source code:

1. Open the page source:

  1. Right-click anywhere on the webpage
  2. Select "View Page Source"
How to detect Webflow sites by checking the source code

2. Look for these Webflow identifiers

Search for the Webflow comment:

<!-- This site was created in Webflow. https://webflow.com -->

This comment typically appears near the top of the HTML document in sites built with Webflow.

Check for the meta generator tag:

<meta content="Webflow" name="generator">

This tag explicitly identifies Webflow as the site builder.

Find Webflow-specific data attributes:

data-wf-page="..."
data-wf-site="..."
data-wf-domain="..."

These attributes are automatically added by Webflow to help manage the site.

Look for Webflow JavaScript:

<script src="https://cdn.prod.website-files.com/..."></script>

Webflow sites typically load JavaScript from Webflow's CDN.

If you find any of these markers, the site is built with Webflow. Multiple matches provide stronger confirmation.

Final thoughts

Identifying Webflow-built websites is straightforward using either Wappalyzer for quick detection or manual source code inspection for deeper verification. Both methods are reliable, though the manual approach requires a basic understanding of HTML.

By recognizing Webflow sites, you can gather inspiration, conduct competitive research, and make more informed decisions about your own web development projects. If you're considering Webflow for your next project or need assistance with an existing Webflow site, our agency specializes in creating exceptional Webflow websites tailored to your specific needs.

BRIX Templates Logo
About BRIX Templates

At BRIX Templates we craft beautiful, modern and easy to use Webflow templates & UI Kits.

Explore our Webflow templates
Join the conversation
Join our monthly Webflow email newsletter!

Receive one monthly email newsletter with the best articles, resources, tutorials, and free cloneables from BRIX Templates!

Webflow Newsletter
Thanks for joining our Webflow email newsletter
Oops! Something went wrong while submitting the form.
BRIX Templates - Email Newsletter with Webflow ResourcesBRIX Templates - Email NewsletterBRIX Templates - Webflow Email Newsletter
How to identify if a website is built with Framer

How to identify if a website is built with Framer

Find out if any website uses Framer with our straightforward guide showing 2 simple methods - using Wappalyzer or inspecting source code.

Feb 26, 2025
How to create dynamic form redirects in Webflow using CMS data

How to create dynamic form redirects in Webflow using CMS data

Implement custom form redirects in Webflow that vary based on CMS context data. Step-by-step tutorial with no code required.

Feb 26, 2025
How to create cross-page anchor links in Webflow

How to create cross-page anchor links in Webflow

Learn how to implement cross-page anchor links in Webflow to direct users to specific sections across your site. 5min step-by-step tutorial.

Feb 25, 2025