Adds an HTML (Not XML) sitemap of your pages (not posts) by using the HTML Sitemap Block or shortcode, perfect for those who use WordPress as a CMS.
Category Scores
Top Issues by Category
maintainability6
Issues Details
7 issues found in latest scan
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.7.0.
Detected usage of meta_key, possible slow query.
Detected usage of meta_value, possible slow query.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HtmlSitemapAdmin".
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
| Code | Type | Message | Count |
|---|---|---|---|
| wp_function_not_compatible_with_requires_wp | ERROR | Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.7.0. | 3 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_key | WARNING | Detected usage of meta_key, possible slow query. | 1 |
| WordPress.DB.SlowDBQuery.slow_db_query_meta_value | WARNING | Detected usage of meta_value, possible slow query. | 1 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HtmlSitemapAdmin". | 1 |
| WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude | WARNING | Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information. | 1 |
Latest Snapshot
Findings
7
Errors
3
Warnings
4
Score History
First score snapshot
First scan completed Jun 20, 2026
v2.1.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v2.1.3
98
Latest
- Findings
- 7
- Errors
- 3
- Warnings
- 4
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 98 | 7 | 3 | 4 | v2.1.3 | 2.0.0 | 2026.06-mvp-static-v2 |