Browse all tools
cms

How to Tell if a Website Is Built on WordPress (5 Ways)

How to tell if a website is built on WordPress using five quick checks, plus a free detector that names the theme and plugins.

how to tell if a website is built on wordpress
Share this article

Frequently Asked Questions

How do I know if a website is WordPress?

The quickest check is the page source. Open it and search for wp-content or wp-includes. If those paths appear, the site is WordPress. Confirm with /wp-login.php, the generator meta tag, or /wp-json. Any single match is a strong sign, and two or more together is near certain.

How to check if a site uses WordPress for free?

Every method here is free. View the page source and search for wp-content, add /wp-login.php to the URL, or open /wp-json. For a no-code option, paste the address into the free Pixellize WordPress theme detector, which runs all these checks at once and needs no signup.

How do I find out what platform a website is built on?

Look at the page source for platform fingerprints. wp-content means WordPress, cdn.shopify.com means Shopify, and Wix static hosts mean Wix. The generator meta tag often names the platform directly. A detector tool or a browser extension reads these signals and labels the platform for you.

Can you tell what theme a WordPress site uses?

Yes. Once you confirm the site is WordPress, the theme lives at /wp-content/themes and its style.css header lists the name, version, and author. A theme detector reads this automatically, including any child theme and its parent, so you see the full picture in one step.

Why can I not tell if a site is WordPress?

Security plugins can rename the login page, strip the generator tag, and block readme files, while headless WordPress serves pages from a separate front end. Any of these hides the usual clues. Check several signals instead of one, because it is rare for all of them to be masked at once.

Is wp-content proof of WordPress?

Yes, in practice. The wp-content folder is where WordPress stores themes, plugins, and uploads, and no other major platform uses that exact path. If you see /wp-content/ in the page source or an image URL, you can be confident the site is running WordPress.

Written by

Founder and CEO of Pixellize.io, building AI-powered web tools and digital products with a focus on user experience and automation. M.Sc. Zoology, working at the intersection of technology, data analytics, and life sciences.

Scroll to Top