SEO Improvement: Review Author Markup
Replaces the review author <h3> heading with a semantic <cite> element to avoid adding extra heading levels to the page outline while preserving the existing .bl-review-author styling.
Changes
- Review author output now uses
<cite class="bl-review-author">in block render, AJAX load-more, and load-more block templates - CSS updated with
display: blockandfont-style: normalso<cite>matches prior<h3>appearance - Moved duplicate admin settings inline JS handlers into
assets/js/admin.js
Upgrade
Sites with this plugin installed will detect the update automatically via the built-in GitHub update checker. You can also force a check from Plugins using ?bl_check_updates=1 while logged in as an administrator.