
Audit titles, meta, headings, images, links, and word count from a single dashboard. Get instant scores and actionable suggestions.
AuditWave SEO provides fast, on-demand checks to help you quickly identify common SEO and accessibility issues on your posts and pages.
Key Features:
- Centralized Dashboard: Audit all posts and pages from a single, organized screen.
- Comprehensive Scoring: Get a real-time SEO score for every post and page based on a variety of checks.
- Detailed Technical Checks: Scans key elements including:
Post/Page Titles (length and clarity).
- Meta Descriptions (existence and optimal length).
- Headings Structure (h1, h2, heading levels usage).
- Image Alt Text (accessibility and SEO checks).
- Word Count (content depth).
- Actionable Suggestions: Provides a list of clear, specific steps to improve any low-scoring content.
- Lightweight & Fast: Audits run on-demand in the background, ensuring zero impact on frontend site speed.
Screenshots

Displays an overview of the AuditWave SEO dashboard, showcasing overall site performance metrics, audit summaries, and key insights at a glance.

Shows a specific post with an SEO score of 91, expanded to reveal detailed insights, optimization factors, and an analysis of how the score was calculated

Presents a page with an SEO score of 38, highlighting critical issues, missing elements, and recommended improvements needed to boost the page's overall SEO performance.

Illustrates the homepage scanning interface, allowing you to easily run a scan and click to download the PDF report.

Features the comprehensive homepage scanning report, visible directly within your dashboard for a complete overview.

Highlights the generated PDF view, displaying the detailed SEO score, in-depth analysis, and full report metrics upon download.
FAQ
How often should I run the audit?
The audit is designed to be run on demand. You should run the “Scan Homepage” or “Rescan All Visible Posts” feature whenever you publish significant new content or after a major site update to ensure all pages are optimized. Individual reports are cached until you rescan or edit the post.
Does this plugin affect my website’s speed for visitors?
No. AuditWave SEO runs exclusively within the WordPress administrative environment. It only performs checks when you manually click the scan buttons and does not add any overhead or code to your public-facing website.
How do I download PDF reports?
Click the “Download PDF Report” button on any scan result. A clean, print-ready page will open in a new window. In your browser’s print dialog, select “Save as PDF” as the destination. This works in Chrome, Edge, Firefox, and Safari — no additional software needed.
What does the homepage scan check?
The homepage scan analyzes 15 different aspects of your site’s front page, including technical SEO (HTTPS, robots.txt), title and meta description length, heading structure, image ALT text, link analysis, social sharing tags (Open Graph, Twitter Cards), security (mixed content, security headers), performance indicators, mobile-friendliness, Schema.org structured data, canonical URLs, and more.
Can I scan custom post types?
Yes! Developers can add custom post types using the awseo_supported_post_types filter. Example:
add_filter( ‘awseo_supported_post_types’, function( $types ) { $types[] = ‘product’; return $types; } );
ChangeLog
2.0.1
- Updated homepage PDF report layout with better readability and print styling.
- Improved homepage score display and report recommendations layout.
- Fixed stable tag mismatch in readme.
- Updated documentation for homepage scan and PDF reporting features.
2.0.0
- Added homepage SEO scan with 15+ comprehensive checks
- Added professional PDF report export using browser print-ready output
- Added link analysis for posts/pages (internal/external link detection)
- Added multi-SEO-plugin support (Yoast, Rank Math, AIOSEO, SEOPress)
- Fixed UTF-8 word count for multilingual content
- Added 30-second rate limiting on AJAX endpoints
- Added capability checks on post save hook
- Added PHP version enforcement (7.4+ required)
- Added developer filters for weights, checks, suggestions, and post types
- Improved input sanitization and security
- Replaced str_word_count with UTF-8 safe preg_match_all
- Cache now uses transients with 7-day expiry
- Updated UI with new homepage scan section
- Fixed translation string mismatches
1.2.0
- Initial public release of the AuditWave SEO plugin.
- Introduced the centralized audit dashboard with status indicators and scores.
- Added checks for Title, Meta Description, Headings, Images, and Word Count.
- Added AJAX bulk scanning capability for rapid re-auditing of all visible content.