=== miniOrange AI visibility ===
Contributors: cyberlord92
Tags: sitemap, rss, seo, ai, visibility
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: Expat
License URI: https://plugins.miniorange.com/mit-license

A tiny, read-only admin page that shows whether your site exposes an XML sitemap and an RSS feed for AI crawlers.

== 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.

== Frequently Asked Questions ==

= 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.

== Screenshots ==

1. The miniOrange AI visibility status page showing the XML sitemap and RSS feed rows with a summary count.

== Changelog ==

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

== Upgrade Notice ==

= 1.0.0 =
Initial release.
