Testimonial

"You’d be stupid not to use SEO checker. We now install it on all our sites as it helps us and our clients. An awesome tool."

Pete Duncanson, Offroadcode Ltd

 

SEOChecker for Umbraco 16

September 22, 2025

After months of hard work finally SEOChecker is now fully compatible with Umbraco 16! Installing is just a matter of installing via your favorite package manager.

PM> Install-Package seochecker

General Settings moved to appsettings.json

The general settings that were in the settings tree of V13 and below are now moved to the appsettings.json file. See documentation about this change.

 Update a previous install

Updating from a previous install should just be a matter of pointing to the old database and all should work as expected. Due to this bug in Umbraco that will be fixed in Umbraco 16.3 you should run a small SQL Script before upgrading.

INSERT INTO umbracoLock (id, [value], [name]) 
VALUES (-345, 1, 'DocumentUrls') 


If you run into any issues. Contact our support team