Description
About the name: “Supan” (スパン) is a Japanese loanword meaning “span” — the arc or spectrum of connections. It reflects the family of Supan plugins for WordPress site management.
Most WordPress sites bleed organic traffic silently — missing meta tags, weak title lengths, no structured data — and no one ever tells you why.
Supan SEO gives every post and page a real score (0–100), breaks down every failing check in plain English, and generates FAQ JSON-LD schema to push you into Google featured snippets and AI answer engines like Perplexity and ChatGPT.
No guesswork. No third-party dashboards. Just clear, actionable SEO insights — from inside wp-admin.
Key Features
- Instant SEO score (0–100) — know which pages need work: title length, meta description, H1 presence, keyword density, and more
- GEO / AEO scoring — optimise for AI answer engines (Perplexity, ChatGPT, Gemini) alongside traditional Google
- Plain-English fix suggestions — every failing check comes with a specific, actionable recommendation
- FAQ schema generator — produce ready-to-inject JSON-LD structured data from any topic in seconds
- AI Citation Check — paste a topic query and see whether Perplexity AI cites the analysed page
- llms.txt builder — generate the AI-crawler discovery file at your site root with one click
- Live post/page dashboard — see scores for your entire site at a glance, updated every time you run an analysis
- Works with Yoast SEO & RankMath — reads existing meta fields automatically, no duplicate setup
- Gutenberg sidebar — analyse the post you’re editing without leaving the block editor
Source Code
The full React/TypeScript source for the compiled JavaScript assets is included directly in this plugin under the src/ directory. Build tooling configuration is in vite.config.ts and vite.gutenberg.config.ts.
To regenerate the compiled assets from source:
- Install Node.js and pnpm
- Run
pnpm installin the plugin root - Run
pnpm buildto producebuild/supaseo.jsandbuild/supaseo-gutenberg.js
External services
This plugin connects to the Supan API, a third-party service hosted on Google Cloud Run, to perform on-demand SEO analysis, FAQ generation, llms.txt file building, AI citation scoring, and internal link suggestions. The Supan API is operated by Ganda Tech Services Pty Ltd, the same author as this plugin.
The plugin will not function without this connection because the analysis, AI generation, and scoring logic runs server-side on the Supan API. No analysis happens locally inside WordPress.
Endpoint: https://gts-seo-engine-711239021998.australia-southeast1.run.app
What is sent, and when:
- When you click Analyse on a post or page (from the plugin dashboard, the Gutenberg sidebar, or the bulk-scan flow): the plugin sends the page’s rendered HTML content, the canonical URL, the page title, the meta description, and your API key. This is needed so the API can score the page and return SEO issues + recommendations.
- When you click Generate FAQ: the plugin sends the page title or topic string you entered, plus your API key. Returned JSON-LD is injected into the page.
- When you click Build llms.txt: the plugin sends a list of post/page URLs and titles from your site, plus your API key. The returned
llms.txtis written to your site root. - When you click Run AI Citation Check: the plugin sends the canonical URL and topic keywords, plus your API key. The API forwards the query to Perplexity Sonar and returns a confidence score.
- When you click Suggest Internal Links: the plugin sends the post content and an excerpt of other posts on your site, plus your API key. Suggested anchors come back as a list.
No request is sent automatically. Every API call is triggered by an explicit user action in wp-admin. No request is made from the public-facing front-end of your site, and no visitor data is transmitted.
Data that is NOT sent: WordPress user accounts, comments, post authorship, email addresses, IP addresses, or any post/page that you have not explicitly chosen to analyse.
Third-party service: Supan API by Ganda Tech Services Pty Ltd.
Terms of service: https://spectra.cchk.info/terms
Privacy policy: https://spectra.cchk.info/privacy
Screenshots

Dashboard — see every post and page with its live SEO score. Spot which pages need work at a glance. 
Analysis results — SEO score and GEO score side by side, word count, quotable blocks, and a prioritised issue list with fix recommendations. 
Settings panel — connect your API Key with one-click save. 
FAQ Generator — enter any topic and generate structured FAQ schema (JSON-LD) ready to add to any post or page.
Installation
- Upload the
supan-seofolder to/wp-content/plugins/ - Activate the plugin through Plugins Installed Plugins
- Navigate to Supan SEO in the left menu
- Enter your API Key from spectra.cchk.info/supan-seo
- Click any post or page to run your first analysis
FAQ
-
Does this work with Yoast SEO or RankMath?
-
Yes. Supan SEO automatically reads your existing Yoast
_yoast_wpseo_metadescand RankMathrank_math_descriptionmeta fields. Zero conflicts. -
What data is sent to the Supan API?
-
Only what’s needed for analysis: page HTML content, canonical URL, title, and meta description. No user data and no personally identifiable information.
-
Will it slow down my site?
-
No. All analysis runs on-demand in wp-admin. There are zero frontend scripts and no performance impact on your visitors.
-
What PHP version is required?
-
PHP 8.0 or higher.
-
Is the plugin GDPR-compliant?
-
Page content sent to the Supan API contains no user personal data. See our Privacy Policy for full details.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Supan SEO” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Supan SEO” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.1
- Promoted External Services disclosure to a top-level readme section per WordPress.org plugin guidelines. Documents exactly what data the plugin sends to the Supan API and when each request is triggered.
1.2.0
- Renamed to Supan SEO; updated plugin URLs and class prefixes
- Removed client-side license gating
1.1.0
- Gutenberg block editor sidebar for in-editor SEO scoring
- AI Citation Check via Perplexity
- llms.txt builder
1.0.0
- Initial public release
- Page-level SEO and GEO scoring
- FAQ schema generation with JSON-LD
- Yoast SEO and RankMath integration
