yoast / test-helper
Yoast plugin testing helper
Installs: 28 962
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 14
Forks: 4
Open Issues: 13
Type:wordpress-plugin
Requires
- php: ^7.2.5 || ^8.0
Requires (Dev)
- yoast/yoastcs: ^2.3.1
- dev-develop
- 1.18
- 1.18-RC7
- 1.18-RC6
- 1.18-RC5
- 1.18-RC4
- 1.18-RC3
- 1.18-RC2
- 1.18-RC1
- 1.17
- 1.17-RC2
- 1.17-RC1
- 1.16
- 1.16-RC3
- 1.16-RC2
- 1.16-RC1
- 1.15.0
- 1.14
- 1.13
- 1.13-RC1
- 1.12
- 1.11.0
- 1.11-RC1
- 1.10.0
- 1.10-RC2
- 1.10-RC1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.2
- 1.0.1
- 1.0.0
- dev-set-tested-up-to-wp-6.7
- dev-main
- dev-feature/new-settings-ui
- dev-fix-reset-configuration-to-work-with-new-paths
- dev-FIX-22-FIX-21-rename-columns
- dev-ads-wp-robots-callback-list
- dev-query-logger
- dev-AR-44-dynamic-feature-flag-detection
- dev-feature/admin-redesign
This package is auto-updated.
Last update: 2024-11-04 13:57:20 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
.test
TLD withexample.com
in 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.