Title: AuditWave SEO
Author: Shah Md Shyhan
Published: <strong>27. oktober, 2025</strong>
Last modified: 20. april, 2026

---

Søg plugins

![](https://ps.w.org/auditwave-seo/assets/banner-772x250.png?rev=3385345)

![](https://ps.w.org/auditwave-seo/assets/icon-256x256.png?rev=3385345)

# AuditWave SEO

 Af [Shah Md Shyhan](https://profiles.wordpress.org/shyhan/)

[Download](https://downloads.wordpress.org/plugin/auditwave-seo.2.0.1.zip)

 * [Detaljer](https://da.wordpress.org/plugins/auditwave-seo/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/auditwave-seo/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/auditwave-seo/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/auditwave-seo/#developers)

 [Support](https://wordpress.org/support/plugin/auditwave-seo/)

## Beskrivelse

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.

## Skærmbilleder

 * [[
 * 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.

## Installation

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

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“AuditWave SEO” er open source-software. Følgende personer har bidraget til dette
plugin.

Bidragsydere

 *   [ Shah Md Shyhan ](https://profiles.wordpress.org/shyhan/)

[Oversæt “AuditWave SEO” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/auditwave-seo)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/auditwave-seo/), tjek
[SVN repository](https://plugins.svn.wordpress.org/auditwave-seo/), eller abonner
på [udviklerloggen](https://plugins.trac.wordpress.org/log/auditwave-seo/) via [RSS](https://plugins.trac.wordpress.org/log/auditwave-seo/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

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

## Meta

 *  Version **2.0.1**
 *  Senest opdateret **2 måneder siden**
 *  Aktive installationer **Færre end 10**
 *  WordPress-version ** 5.2 eller højere **
 *  Testet op til **6.9.4**
 *  PHP-version ** 7.4 eller højere **
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/auditwave-seo/)
 * Tags
 * [audit](https://da.wordpress.org/plugins/tags/audit/)[homepage](https://da.wordpress.org/plugins/tags/homepage/)
   [meta](https://da.wordpress.org/plugins/tags/meta/)[report](https://da.wordpress.org/plugins/tags/report/)
   [seo](https://da.wordpress.org/plugins/tags/seo/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/auditwave-seo/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

[Your review](https://wordpress.org/support/plugin/auditwave-seo/reviews/#new-post)

[Se alle anmeldelser.](https://wordpress.org/support/plugin/auditwave-seo/reviews/)

## Bidragsydere

 *   [ Shah Md Shyhan ](https://profiles.wordpress.org/shyhan/)

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/auditwave-seo/)