miniOrange AI visibility

Description

miniOrange AI visibility reports whether your WordPress site exposes things AI crawlers commonly look for:

  • XML sitemap — detected using the WordPress core sitemaps feature, with the sitemap URL shown for reference.
  • RSS feed — the site feed URL, which WordPress always provides.

Privacy and behavior

This plugin is deliberately minimal and safe:

  • It is read-only. It only reads information already available in WordPress and displays it.
  • It stores no data. It creates no database tables and does not use options, transients, or user meta.
  • It makes no network or HTTP requests.
  • It performs no filesystem access.
  • It sets no cookies and does no tracking or analytics.
  • It processes no forms, uses no AJAX, and handles no GET/POST input.
  • It registers no cron events and no activation or deactivation routines. Its uninstall handler intentionally does nothing, because there is no stored data to remove.

The status page is only accessible to administrators (users with the manage_options capability).

Installation

  1. Upload the miniorange-ai-visibility folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Open the “miniOrange AI visibility” menu item in the admin sidebar to view the status page.

FAQ

Does this plugin store any data?

No. It creates no database tables and stores nothing in options, transients, or user meta.

Does this plugin make any network requests?

No. It does not contact any external servers and makes no HTTP requests.

Does it access the filesystem?

No. It does not read or write any files.

Who can see the status page?

Only administrators — specifically users with the manage_options capability.

How is the XML sitemap detected?

It checks whether the WordPress core sitemaps feature is available on your site. It does not fetch the sitemap; it only reports availability and shows the URL.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“miniOrange AI visibility” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release: read-only admin status page for XML sitemap and RSS feed detection.