Track AI bot crawls and publish content directly to your WordPress site
Reaudit's WordPress integration has two modes:
Tracking
Install our WordPress plugin to track LLM bot crawls (GPTBot, ClaudeBot, PerplexityBot), page citation analytics, and real-time visitor activity on your site.
Publishing
Connect your WordPress site via REST API to publish AI-optimized content directly from Reaudit's Content Factory.
Follow these steps to start tracking AI bot crawls on your WordPress site.
reaudit-tracking.zip.zip file and click Install NowThe plugin adds a lightweight tracking script to your site:
<!-- Reaudit Tracking (added automatically by plugin) -->
<script>
(function() {
var r = document.createElement('script');
r.src = 'https://reaudit.io/api/site-tracking/track';
r.async = true;
r.dataset.key = 'YOUR_API_KEY';
document.head.appendChild(r);
})();
</script>After activating the plugin, verify it's working:
Connect WordPress via REST API to publish content from Reaudit's Content Factory directly to your blog.
xxxx xxxx xxxx xxxx xxxx xxxx)Can't find Application Passwords? Some security plugins disable this feature. You can also enable it manually:
// wp-config.php — enable Application Passwords if missing
define('WP_APPLICATION_PASSWORDS', true);https://yoursite.com)A successful test shows your WordPress version, authenticated user, and publishing permissions.
After connecting, test that content can be published:
The WordPress REST API must be enabled for publishing. It's enabled by default in WordPress 4.7+.
yoursite.com/wp-json in your browserThe WordPress user you connect with must have publishing permissions:
WordPress.com
Application Passwords work by default. Generate at Me → Security → Application Passwords.
Bluehost / SiteGround
Application Passwords should work. Check security settings if you have issues.
WP Engine / Kinsta
Application Passwords enabled by default. Contact support if REST API is blocked.
Cloudflare
Create a Page Rule for /wp-json/* with Security Level: Off to prevent blocking.
“Authentication failed” or 401 Unauthorized
“REST API not found” or 404
“Application Passwords not available”
define('WP_APPLICATION_PASSWORDS', true); to wp-config.php“CORS Error” or “Network Error”
Tracking data not appearing
On this page