AuditWave SEO

Beschrijving

AuditWave SEO gives you a modern WordPress audit dashboard with a dedicated homepage SEO scan and fast PDF report export. Use it to find homepage SEO issues, fix score-driving problems, and create client-friendly audit reports without any external tools.

Key Features:

  • Homepage SEO Audit: Scan your homepage for technical SEO, social tags, security, performance, mobile-friendliness, schema markup, and more.
  • Downloadable PDF Reports: Generate clean, printable PDF-ready audit reports directly from the dashboard.
  • Centralized Dashboard: Manage audits for the homepage plus all posts and pages from one screen.
  • Real-time Scoring: See instant SEO scores for homepage, posts, and pages based on weighted checks.
  • Actionable Suggestions: Get clear recommendations for every issue found, with a dedicated recommendations section in the report.
  • Detailed SEO Checks: Includes checks for title tags, meta descriptions, headings, image alt text, link structure, content length, canonical tags, robots and language attributes, and more.
  • Lightweight & WordPress-friendly: Runs only in the admin area and does not affect frontend performance.
  • Developer Extensible: Customize supported post types, scoring weights, and audit checks via WordPress filters.
  • SEO Plugin Compatibility: Works with Yoast SEO, Rank Math, All in One SEO, and SEOPress metadata.

Schermafbeeldingen

  • 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.

Installatie

  1. Upload the auditwave-seo folder to the /wp-content/plugins/ directory via FTP or the WordPress plugin uploader.

  2. Activate the plugin through the ‘Plugins’ menu in your WordPress dashboard.

  3. A new top-level menu item named ‘AuditWave SEO’ will appear. Navigate to it and click “Scan Homepage” or “Rescan All Visible Posts” to generate reports.

  4. To download PDF reports: Click “Download PDF Report” on any scan result. A clean print-ready page will open — select “Save as PDF” in your browser’s print dialog.

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; } );

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“AuditWave SEO” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “AuditWave SEO” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

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.