โ Back to Homepageokok Issue Type Test Matrix
This page provides links to test pages for all issue types detected by okok.now monitoring service, including both active detection and future planned checks.
Quick Stats:
- Total Issue Types with Detection: 37
- Future Detection (Planned): 7 checks
- SEO & Metadata: 9 issues
- Open Graph: 3 issues
- Accessibility: 2 issues
- Technical: 3 issues
- Links & Navigation: 4 issues
- Configuration: 2 issues
- International SEO (Hreflang): 11 issues
- Performance: 4 issues
๐ SEO & Metadata Issues (9)
๐ฑ Open Graph / Social Media Issues (3)
| Issue Type | Severity | Test Page |
|---|
missing_og_title | Warning | Visit Page (tests all 3) |
missing_og_description | Warning |
missing_og_image | Warning |
โฟ Accessibility Issues (2)
๐ง Technical / Availability Issues (3)
| Issue Type | Severity | Test Page |
|---|
page_error | Critical / Warning | Visit Page |
page_not_found | Critical / Warning | Visit Page (404) Listed in sitemap.xml but doesn't exist |
api_error_500 | Critical | Visit API Endpoint API route that returns 500 error |
๐ Link & Navigation Issues (4)
| Issue Type | Severity | Test Page |
|---|
dead_link_internal | Warning | Visit Page (tests both) |
dead_link_external | Warning |
redirect_loop | Warning | Visit Page A Redirects to Page B, which redirects back to Page A |
orphaned_page | Warning | In sitemap but has no internal links |
โ๏ธ Configuration Issues (2)
| Issue Type | Severity | Notes |
|---|
sitemap_error | Warning | Not actively triggered - sitemap.xml is valid Check sitemap.xml | robots.txt |
sitemap_cross_domain_url | Warning | Cross-domain URLs in sitemap.xml Sitemap includes 3 URLs from different domains (example.com, staging subdomain, google.com) |
๐ International SEO / Hreflang Issues (11)
โก Performance Issues (4)
| Issue Type | Threshold | Test Page |
|---|
poor_performance | Lighthouse < 90 | Composite score from LCP/CLS/INP pages |
poor_lcp | > 2500ms | Visit Page |
poor_cls | > 0.1 | Visit Page |
poor_inp | > 200ms | Visit Page |
๐ฎ Future Detection - Planned Checks (7)
Note: The following checks are defined in the checklist but detection logic has not yet been implemented. Test pages are provided to support future development.
๐ Testing Notes
- All pages are intentionally designed with specific issues for testing
- Some issues (like
page_error) may only be detected during automated crawling - External link checking requires the
checkBrokenLinks option to be enabled - Performance metrics are measured using Core Web Vitals during crawl
- The homepage (/) is a properly configured baseline page for comparison
๐ How to Test
- Start the mock app:
turbo dev --filter=mock - Access at:
http://localhost:3030 - Configure your crawler to monitor
http://localhost:3030 - Run a crawl and verify all expected issues are detected