Sanity Detector
Check any public website to see whether it uses Sanity.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Sanity
Browse real website examples detected with Sanity.
View examplesMore CMS 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 built with Sanity?
Detecting whether a website uses Sanity involves looking for specific markers in the website’s source code or identifying certain characteristics associated with Sanity-powered sites.
Here’s a step-by-step guide on how to check if a website is built with Sanity:
- 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 Sanity-Specific CDN: Look for the string
cdn.sanity.iowithin the source code usingCtrl+F(Windows) orCmd+F(Mac). This indicates that the site uses Sanity’s content management system. You may see URLs such ashttps://cdn.sanity.io/images/{projectId}/{imageId}.jpg. - Look for API Requests: Check for JavaScript files that might include calls to the Sanity APIs. Look for keywords such as
sanityClientin the scripts. You might see requests to URLs that includesanity.io. - Inspect the HTML Structure: Sanity allows for a flexible content structure. Look for specific classes or data attributes that may hint at a Sanity schema being utilized, such as
data-sanity-*attributes. - Check for Sanity Studio: Some websites may link to a Sanity Studio for content management. Look for any signs of a backend URL that resembles
https://your-project-id.sanity.studioin the source code. - Inspect Frontend Components: If the site is using frameworks like React or Vue, check for component libraries or layout patterns that may indicate the JSON structure typical of Sanity content. Look for components that fetch content through Sanity queries.
- Look for Sanity-specific Metadata: Check for specific meta tags or JSON-LD structured data that references Sanity, which could indicate that the content is managed through this CMS.
By following these steps, you can effectively determine if a website is utilizing Sanity as its content management system.
Learn more about Sanity with these articles
Wondering whether a site uses Sanity? Learn simple methods and tools that reveal if a website is built with Sanity.
Christoffer Pettersen