Title: Supan SEO
Author: Ash Ganda
Published: <strong>May 16, 2026</strong>
Last modified: May 16, 2026

---

Search plugins

![](https://ps.w.org/supan-seo/assets/banner-772x250.png?rev=3533506)

![](https://ps.w.org/supan-seo/assets/icon-256x256.png?rev=3533506)

# Supan SEO

 By [Ash Ganda](https://profiles.wordpress.org/ashishgurprit/)

[Download](https://downloads.wordpress.org/plugin/supan-seo.1.2.1.zip)

 * [Details](https://wordpress.org/plugins/supan-seo/#description)
 * [Reviews](https://wordpress.org/plugins/supan-seo/#reviews)
 *  [Installation](https://wordpress.org/plugins/supan-seo/#installation)
 * [Development](https://wordpress.org/plugins/supan-seo/#developers)

 [Support](https://wordpress.org/support/plugin/supan-seo/)

## 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:

 1. Install Node.js and pnpm
 2. Run `pnpm install` in the plugin root
 3. Run `pnpm build` to produce `build/supaseo.js` and `build/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.txt` is 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](https://spectra.cchk.info/terms) **Privacy policy:**
[https://spectra.cchk.info/privacy](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

 1. Upload the `supan-seo` folder to `/wp-content/plugins/`
 2. Activate the plugin through **Plugins  Installed Plugins**
 3. Navigate to **Supan SEO** in the left menu
 4. Enter your **API Key** from [spectra.cchk.info/supan-seo](https://spectra.cchk.info/supan-seo)
 5. 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_metadesc` and
RankMath `rank_math_description` meta 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](https://spectra.cchk.info/privacy)
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.

Contributors

 *   [ Ash Ganda ](https://profiles.wordpress.org/ashishgurprit/)

[Translate “Supan SEO” into your language.](https://translate.wordpress.org/projects/wp-plugins/supan-seo)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/supan-seo/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/supan-seo/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/supan-seo/) by [RSS](https://plugins.trac.wordpress.org/log/supan-seo/?limit=100&mode=stop_on_copy&format=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

## Meta

 *  Version **1.2.1**
 *  Last updated **15 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [ai seo](https://wordpress.org/plugins/tags/ai-seo/)[faq schema](https://wordpress.org/plugins/tags/faq-schema/)
   [llms.txt](https://wordpress.org/plugins/tags/llms-txt/)[seo](https://wordpress.org/plugins/tags/seo/)
   [structured data](https://wordpress.org/plugins/tags/structured-data/)
 *  [Advanced View](https://wordpress.org/plugins/supan-seo/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/supan-seo/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/supan-seo/reviews/)

## Contributors

 *   [ Ash Ganda ](https://profiles.wordpress.org/ashishgurprit/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/supan-seo/)