How Issues Work
When the plugin finds a problem, it creates an issue with:
- Type: What kind of problem it is
- Severity: How important it is to fix
- URL: Where the problem was found
- Details: Specific information about this instance
- Fix Instructions: How to resolve it
Severity Levels
Critical
Must fix immediately. These issues significantly harm your SEO, user experience, or security. Examples:
- Broken internal links (404)
- Mixed content on HTTPS site
- Debug log publicly accessible
- PHP version without security updates
Warning
Should fix soon. These issues negatively impact your site but aren't urgent emergencies. Examples:
- Title tag too short or long
- Missing meta description
- Render-blocking JavaScript
- Outdated PHP version
Notice
Consider addressing. Optimization suggestions that can improve your site but aren't problems per se. Examples:
- Missing Twitter Card meta
- No preconnect hints
- jQuery Migrate loaded