Troubleshooting Overview
This comprehensive troubleshooting guide helps you resolve common issues with the LLMTAG WordPress plugin and provides solutions for various scenarios.Quick Problem Resolution
Common Issues
llmtag.txt File Issues
File Not Accessible (404 Error)
File not found
File not found
https://yourdomain.com/llmtag.txt
returns 404 error- File not visible in browser
- File not uploaded to correct location
- Incorrect file name
- Server configuration issues
- Check file location: Ensure
llmtag.txt
is in your WordPress root directory - Verify file name: Must be exactly “llmtag.txt” (case-sensitive)
- Check file permissions: Set to 644
- Clear caches: Clear all caching plugins and CDN caches
- Contact hosting provider: If issues persist
Access denied (403 error)
Access denied (403 error)
https://yourdomain.com/llmtag.txt
returns 403 Forbidden- File exists but not accessible
- File permissions issues
- Server security settings
- .htaccess rules blocking access
- Check file permissions: Set to 644
- Review .htaccess rules: Look for rules blocking .txt files
- Check server security: Review server security settings
- Contact hosting provider: For server-level issues
Server error (500 error)
Server error (500 error)
https://yourdomain.com/llmtag.txt
returns 500 Internal Server Error- Server logs show errors
- Server configuration issues
- Plugin conflicts
- Corrupted file
- Check server error logs: Look for specific error messages
- Deactivate other plugins: Test with other plugins temporarily disabled
- Recreate the file: Delete and regenerate the llmtag.txt file
- Check server resources: Ensure adequate server resources
AI Agent Blocking Issues
AI Agents Not Being Blocked
Blocking not working
Blocking not working
- AI agents still accessing content
- No blocked requests in analytics
- Protection appears inactive
- Protection not enabled
- AI agent not in database
- Server configuration issues
- Caching problems
- Verify protection status: Check that protection is enabled in plugin settings
- Update AI agent database: Ensure database is up to date
- Check .htaccess rules: Verify server rules are properly configured
- Clear all caches: Clear WordPress, server, and CDN caches
- Test with different agents: Try blocking with various AI agent user-agents
False positives
False positives
- Legitimate users being blocked
- Normal traffic affected
- User complaints about access issues
- Overly broad user-agent matching
- Incorrect agent identification
- Browser extensions mimicking AI agents
- Review blocked requests: Check analytics for false positives
- Refine user-agent matching: Adjust matching rules to be more specific
- Add exceptions: Create whitelist for legitimate users
- Adjust blocking sensitivity: Make blocking rules less aggressive
Performance impact
Performance impact
- Slow page load times
- High server resource usage
- Timeout errors
- Large AI agent database
- Inefficient blocking rules
- Server resource limitations
- Optimize agent database: Remove unused agents
- Simplify blocking rules: Use more efficient rule patterns
- Enable caching: Use caching to reduce processing overhead
- Upgrade server resources: Consider server upgrade if needed
Analytics Issues
No Data in Analytics
Analytics not showing data
Analytics not showing data
- Empty analytics dashboard
- No blocked requests shown
- No activity data
- No AI agents accessing site
- Analytics not enabled
- Database issues
- Plugin configuration problems
- Wait for traffic: Allow 24-48 hours for data to appear
- Enable analytics: Check that analytics are enabled in settings
- Check database connectivity: Verify database is accessible
- Test with simulated requests: Use tools to generate test data
- Check plugin configuration: Verify all settings are correct
Incomplete data
Incomplete data
- Partial analytics data
- Missing information
- Inconsistent reporting
- Caching issues
- Partial blocking configuration
- Time zone problems
- Data processing errors
- Clear all caches: Clear WordPress, server, and CDN caches
- Review blocking configuration: Ensure all agents are properly configured
- Check time zone settings: Verify time zone configuration
- Review data processing logic: Check for errors in data processing
Performance issues
Performance issues
- Slow analytics loading
- High database usage
- Timeout errors in analytics
- Large amounts of data
- Inefficient queries
- Database optimization issues
- Optimize database queries: Review and optimize analytics queries
- Clean up old data: Remove old analytics data
- Enable query caching: Use database query caching
- Consider data archiving: Archive old data to improve performance
Diagnostic Tools
Built-in Diagnostics
System Health Check
Access Diagnostics
Run Health Check
Review Results
Export Report
Connection Test
Test llmtag.txt Access
Test AI Agent Blocking
Test Analytics
Review Test Results
External Diagnostic Tools
Online Validators
LLMTAG Validator
HTTP Status Checker
User-Agent Tester
Performance Tester
Browser Developer Tools
Open Developer Tools
Check Network Tab
Check Console Tab
Test User-Agent
Step-by-Step Troubleshooting
Issue: llmtag.txt Not Accessible
Check File Existence
Check File Permissions
Check Server Configuration
Clear Caches
Test with Different Tools
Contact Hosting Provider
Issue: AI Agents Not Being Blocked
Verify Protection Status
Update Agent Database
Check .htaccess Rules
Test with Simulated Requests
Review Server Logs
Adjust Blocking Rules
Issue: Analytics Not Working
Enable Analytics
Check Database Connectivity
Wait for Data
Generate Test Data
Review Configuration
Check for Conflicts
Performance Optimization
Common Performance Issues
Slow Page Loads
High Memory Usage
Database Overload
Server Timeouts
Optimization Strategies
Enable Caching
Optimize Database
Simplify Rules
Monitor Performance
Upgrade Resources
Plugin Conflicts
Common Conflicts
Caching plugins
Caching plugins
- WP Rocket
- W3 Total Cache
- WP Super Cache
- Clear all caches after plugin changes
- Configure cache exclusions for llmtag.txt
- Update cache settings for AI agent blocking
Security plugins
Security plugins
- Wordfence
- Sucuri Security
- iThemes Security
- Whitelist LLMTAG plugin files
- Configure security rules to allow llmtag.txt
- Adjust firewall settings if needed
Analytics plugins
Analytics plugins
- Google Analytics
- MonsterInsights
- Jetpack Analytics
- Configure analytics to work together
- Avoid duplicate tracking
- Use different tracking methods
Conflict Resolution
Identify Conflicts
Configure Settings
Update Plugins
Contact Support