Features
Content Publishing
Publish content created in ChatFeatured directly to WordPress with full control over post status, categories, and featured images.
Agent Analytics
Track which AI bots (GPTBot, ClaudeBot, etc.) are crawling your site and which pages they’re accessing.
Index Submissions
Automatically submit new and updated URLs to search engines for faster discovery.
Setup Requirements
- WordPress 5.0 or higher
- Administrator access to your WordPress site
- PHP 7.4 or higher
Installation
Step 1: Download the Plugin
- Log in to ChatFeatured
- Go to Integrations → WordPress
- Click Download Plugin to get
chatfeatured-wordpress.zip
Step 2: Install on WordPress
- Log in to your WordPress admin dashboard at
yourdomain.com/wp-admin - Go to Plugins → Add New → Upload Plugin
- Click “Choose File” and select the downloaded zip file
- Click Install Now, then Activate
Step 3: Generate API Token
- In WordPress admin, go to ChatFeatured → Publishing
- Click Generate New Token
- Copy the generated token (it starts with
cf_)
Keep this token secure—it grants publish access to your WordPress site. You can regenerate it at any time if compromised.
Step 4: Connect in ChatFeatured
- In ChatFeatured, go to Integrations → WordPress
- Enter your WordPress site URL (e.g.,
https://yourblog.com) - Paste the API token you copied from WordPress
- Click Connect WordPress
Enabling Features
After connecting WordPress, you’ll see toggles for each feature on the WordPress integration page. Enable the features you want to use:Agent Analytics
Track which AI bots are crawling your WordPress site:- GPTBot (OpenAI/ChatGPT)
- ClaudeBot (Anthropic)
- Google-Extended (Google AI)
- PerplexityBot (Perplexity)
- Googlebot and other crawlers
- Enable the Agent Analytics toggle
- The plugin automatically captures HTTP request logs from your site
- AI crawler visits flow to ChatFeatured for analysis
- View analytics in your Agent Analytics dashboard
Content Publishing
Publish content directly from ChatFeatured to WordPress:- Enable the Publishing toggle
- Create content (manually or with the Content Agent)
- Click Publish to WordPress
- Configure post settings:
- Status: Draft, Publish, or Scheduled
- Categories: Select or create categories
- Tags: Add relevant tags
- Author: Map to a WordPress user
- Featured Image: Upload or provide URL
- Click Publish
| Status | Description |
|---|---|
| Draft | Saved but not visible to visitors |
| Publish | Live on your site immediately |
| Scheduled | Will publish at a specified date/time |
Index Submissions
Automatically submit new and updated URLs to search engines for faster indexing:- Enable the Index Submissions toggle
- The plugin automatically submits URLs when you publish or update posts
- View submission history in your Index Submissions dashboard
Index Submissions requires verification. After enabling, you may see a “Pending Verification” status while the key is verified with your site.
Troubleshooting
Connection Issues
“Could not connect to WordPress”- Verify the WordPress URL is correct (include
https://) - Check that the ChatFeatured plugin is activated in WordPress
- Ensure the API token is correct (should start with
cf_) - Verify your site is publicly accessible
- Go to ChatFeatured → Publishing in WordPress
- Generate a new API token
- Update the token in ChatFeatured and reconnect
Publishing Issues
“Failed to create post”- Check that the WordPress user has publish permissions
- Verify the Publishing feature is enabled (toggle on)
- Check WordPress error logs for details
- Ensure the image URL is publicly accessible
- Check that the image format is supported (JPG, PNG, GIF, WebP)
- Verify WordPress has write permissions to the uploads directory
Analytics Issues
“No crawler data appearing”- Verify the Agent Analytics toggle is enabled
- Allow 24-48 hours for data to accumulate
- Crawler visits depend on your site’s visibility to AI bots
- Check that your site isn’t blocking bot traffic
Index Submissions Issues
“Pending verification” status- The key file needs to be accessible at your site root
- The plugin should create this automatically—check if it exists
- Try disabling and re-enabling Index Submissions
WP-CLI Commands
For advanced users, the plugin includes WP-CLI commands:Best Practices
Content Publishing
- Test with draft posts first before publishing live
- Set up appropriate author mappings
- Use categories and tags consistently
- Review posts in WordPress after publishing
Agent Analytics
- Enable analytics before making major content changes
- Use data to understand which content AI models access
- Correlate crawler activity with visibility improvements
Index Submissions
- Enable for all sites where you want faster search engine indexing
- Works automatically when you publish or update posts
- Monitor the Index Submissions dashboard to verify URLs are being submitted
Security Considerations
API Token Security
- Treat your API token like a password (it starts with
cf_) - Regenerate tokens if compromised
- The token grants publish access to your WordPress site
Plugin Permissions
The plugin requires:- Read/write access to posts
- Access to categories and tags
- Media upload permissions
- Ability to log HTTP requests (for Agent Analytics)