Easy Digital Downloads Detector
Check any public website to see whether it uses Easy Digital Downloads.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Easy Digital Downloads
Browse real website examples detected with Easy Digital Downloads.
View examplesMore E-commerce detectors
Compare related tools and identify the wider stack behind a website.
Browse detectorsWhat we check
Stackcrawler looks for public page markers, scripts, platform fingerprints, metadata, and other visible implementation clues.
How can you detect if a website is using Easy Digital Downloads by looking at the source code?
Detecting whether a website is using Easy Digital Downloads (EDD) involves examining the page source for specific markers unique to EDD.
Easy Digital Downloads is a popular WordPress plugin that facilitates the sale of digital products.
Here’s a step-by-step guide to help you identify if a website is using EDD:
- 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’s source code. - Search for the meta generator tag: Use the search function (
Ctrl+ForCmd+F) to look for the meta generator tag that mentions Easy Digital Downloads:<meta name="generator" content="Easy Digital Downloads">. - Look for EDD-Specific CSS and JS Files: Search for links to CSS and JavaScript files that are characteristic of EDD. Look for file paths containing
/easy-digital-downloads/:<link rel='stylesheet' href='https://example.com/wp-content/plugins/easy-digital-downloads/templates/edd.min.css' type='text/css' media='all' />or<script type='text/javascript' src='https://example.com/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.min.js'></script>.