WonderSEOChecker 17.3.4

dotnet add package WonderSEOChecker --version 17.3.4
                    
NuGet\Install-Package WonderSEOChecker -Version 17.3.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WonderSEOChecker" Version="17.3.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WonderSEOChecker" Version="17.3.4" />
                    
Directory.Packages.props
<PackageReference Include="WonderSEOChecker" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WonderSEOChecker --version 17.3.4
                    
#r "nuget: WonderSEOChecker, 17.3.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WonderSEOChecker@17.3.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WonderSEOChecker&version=17.3.4
                    
Install as a Cake Addin
#tool nuget:?package=WonderSEOChecker&version=17.3.4
                    
Install as a Cake Tool

Wonder SEO Checker

SEO and performance auditing for Umbraco backoffice editors, powered by Google PageSpeed Insights.

Requirements

  • Umbraco 17 (not compatible with earlier versions)
  • .NET 10
  • A Google PageSpeed Insights API key

Installation

Install via NuGet:

dotnet add package WonderSeoChecker

Configuration

Add the following to your appsettings.json:

"WonderSeoChecker": {
  "PageSpeed": {
    "InternalAuthToken": "your-guid-here"
  }
}

InternalAuthToken is required — generate any GUID and use it as the value. The remaining options are optional:

Key Default Description
InternalAuthToken Required. A secret used to authenticate internal API calls.
ApiKey (none) Google PageSpeed API key. Can be set here or via the backoffice.
Strategy desktop PageSpeed strategy — desktop or mobile.
TimeoutSeconds 120 Timeout for PageSpeed API requests.

Setting up your API key

You can provide the Google PageSpeed API key in one of two ways:

Option A — appsettings (recommended for deployments)

"WonderSeoChecker": {
  "PageSpeed": {
    "InternalAuthToken": "your-guid-here",
    "ApiKey": "your-google-api-key"
  }
}

Option B — Backoffice UI

Navigate to Settings → Wonder SEO Checker and paste your API key. It will be validated against the Google API before being saved and will apply to all editors on the site.

Getting a Google PageSpeed API key

  1. Go to the Google Cloud Console
  2. Create or select a project
  3. Search for PageSpeed Insights API and click Enable
  4. Navigate to APIs & Services → Credentials
  5. Click Create Credentials → API Key
  6. Copy the key

Usage

Open any published document in the Umbraco backoffice and select the SEO Checker tab. Click Run Audit to analyse the page.

Results include:

  • SEO score
  • Performance score
  • Meta description status
  • Speed Index

Note: PageSpeed Insights requires a publicly accessible URL. Audits will not work on localhost.

Changelog

17.3.0

  • Settings moved to Settings → Wonder SEO Checker in the backoffice sidebar
  • Fixed authentication issues with Umbraco 17's backoffice auth model
  • Removed inline onboarding from the content editor view

17.0.0

  • Initial release for Umbraco 17
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.3.4 169 4/10/2026
Loading failed