2026-03-20
Ghost is a modern, open-source publishing platform used by thousands of newsletters, blogs, and independent media sites. Knowing how to detect Ghost CMS is useful for content strategists benchmarking competitors, developers evaluating publishing platforms, and entrepreneurs studying successful newsletter businesses. Here are the most reliable detection methods.
Ghost is a headless Node.js CMS focused on publishing. Unlike WordPress (which powers all types of sites), Ghost is specifically designed for content-first sites: blogs, newsletters, media publications, and membership communities. It's popular among independent writers, journalist collectives, and SaaS companies running thought leadership blogs.
Ghost comes in two forms:
The quickest detection method is AIWebsiteDetector.com. Paste the blog URL and the scanner checks for all Ghost-specific signals automatically.
Ghost consistently adds a generator meta tag:
This even includes the version number. Search the page source (Ctrl+U, then search for "generator") — the presence of "Ghost" in the generator tag is a definitive confirmation.
Ghost exposes a public Content API at a predictable URL:
https://example.com/ghost/api/content/posts/?key=[public-key]
The key is required, but the existence of the /ghost/ path is detectable. Try navigating to:
https://example.com/ghost/ — redirects to the Ghost admin login pagehttps://example.com/ghost/api/ — returns a 401 or API metadata responseIf visiting /ghost/ redirects you to a login page (typically at /ghost/#/signin), the site is definitively Ghost.
Ghost themes include JavaScript from Ghost's platform. Look in the page source for:
/assets/built/ paths — Ghost's built-in asset handlingghost.min.js or similar Ghost helper scripts@tryghost namespace in JavaScript referencesGhost also uses a lightweight comment system called Ghost Comments (for member sites) that leaves distinctive JavaScript tags.
Ghost automatically generates an RSS feed at /rss/. The feed contains:
Ghost
Navigate to https://example.com/rss/ — if an RSS feed loads with "Ghost" in the generator field, the site is definitively Ghost.
Ghost(Pro) hosted sites have a subdomain at [sitename].ghost.io. While custom domains are standard for established publications, you may find references to the .ghost.io subdomain in old links or in the canonical tag of misconfigured sites.
| Signal | Reliability | How to Check |
The default Ghost themes (Casper, Dawn, Edition) are widely recognized by their clean aesthetic, but many Ghost sites use fully custom themes.
Ghost is often compared to WordPress for blogging:
| Feature | Ghost | WordPress |
Ghost is free and open-source for self-hosting. Ghost(Pro) (managed hosting) starts at $11/month for personal sites and scales up for publications with large audiences.
Ghost offers much more control — custom domains, custom themes, no revenue share, and full data ownership. Substack is simpler to start with and has better discovery features (readers can find your publication through Substack's network). Ghost is better for established writers who want independence; Substack is better for those starting from zero who want built-in audience growth tools.
Yes. Ghost supports multiple authors, editorial workflows, content scheduling, and complex tag structures. Publications like The Browser and various independent news sites use Ghost effectively as a CMS.
By default, Ghost admin is at yourdomain.com/ghost. This is the login portal for site editors and administrators. It uses a React-based admin interface quite different from WordPress's dashboard.
Ghost has a native membership and paid subscription system (powered by Stripe). You can offer paid newsletter tiers, gated content, and member-only posts. It's not designed for physical product ecommerce, but for digital content monetization, it's excellent.
Use AIWebsiteDetector.com to instantly identify Ghost CMS sites along with WordPress, Webflow, Framer, and dozens of other platforms. If you're evaluating Ghost for your own publication, our tool can help you find examples of Ghost sites in the wild for inspiration.