yoast / test-helper
Yoast plugin testing helper
Package info
github.com/Yoast/yoast-test-helper
Type:wordpress-plugin
pkg:composer/yoast/test-helper
1.19
2026-05-27 10:26 UTC
Requires
- php: ^7.4 || ^8.0
- ext-zip: *
Requires (Dev)
- yoast/yoastcs: ^3.4.0
This package is auto-updated.
Last update: 2026-06-22 07:22:08 UTC
README
Purpose of this plugin
This is a plugin to aid in testing and developing the Yoast SEO plugin and its extensions.
Features
This test helper plugin has several features:
- Easily enable Yoast SEO development mode.
- Save and restore Yoast SEO and Yoast SEO extension options, to test upgrade paths.
- Add options debug info to Yoast SEO admin pages.
- Reset the indexables, internal link counter, prominent words calculation and other features.
- Add two post types (Books and Movies) with two taxonomies (Category and Genre) each and optionally disable the block editor for them.
- Easily add an inline script after a selected script.
- Replace your
.testTLD withexample.comin your Schema output, so you can easily copy paste to Google's Structured Data Testing Tool. - Change the number of URLs shown in an XML Sitemap.
- Easily change your MyYoast URL.
- Easily reset SEO roles & capabilities.
- Easily find indexable data in Query Monitor output (requires Query Monitor).
Installation
- Download the latest version.
- Run
composer install. - You're done. You will find the plugin settings under Tools → Yoast Test in your WordPress admin.