How can you detect if a website runs Squarespace Commerce by looking at the source code?
Detecting whether a website is powered by Squarespace Commerce involves examining the page source for specific indicators unique to Squarespace.
Here’s a step-by-step guide to help beginners identify these markers:
- 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 Squarespace-Specific JavaScript Variables: Use the search function (
Ctrl+F
orCmd+F
) and look forSquarespace.Commerce.isExpressCheckout
:<script type="text/javascript"> Squarespace.Commerce.isExpressCheckout = true; </script>
. - Identify Squarespace Asset URLs: Look for URLs containing
static.squarespace.com
orimages.squarespace-cdn.com