The AIVIS WordPress plugin automatically applies AI visibility fixes to your site: it serves llms.txt, injects JSON-LD, manages robots rules for AI bots, and logs AI bot visits in a report readable from the dashboard.
Installation
- From the AIVIS dashboard, open your site and copy the site key from the dedicated section.
- Download the plugin (or install it from the wordpress.org directory once available — check the changelog for the current status) and activate it on WordPress.
- In the plugin settings, paste the site key and click "Sync with AIVIS".
What happens after the first sync
/llms.txtis automatically served from your domain.- The generated JSON-LD is injected into
wp_headacross all pages. - WordPress's robots.txt is extended to allow known AI bots, respecting the "discourage search engines" option if it's enabled.
- AI bot visits start appearing in the dashboard's AI Crawler Log (updated every 15 minutes via WP-Cron).
Frequently asked questions
Does it need access to my WordPress credentials? No: the plugin talks to the AIVIS API only via the site key generated from your account. No WordPress credentials are ever shared.
Does it slow down the site? No: bot visit logging happens in batches via cron, not synchronously on regular visitor requests.
Can I uninstall it cleanly? Yes, uninstalling removes all options saved by the plugin.