Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoast/yoast-test-helper
Plugin to make testing Yoast SEO a bit easier
https://github.com/yoast/yoast-test-helper
plugin seo wordpress yoast
Last synced: 4 days ago
JSON representation
Plugin to make testing Yoast SEO a bit easier
- Host: GitHub
- URL: https://github.com/yoast/yoast-test-helper
- Owner: Yoast
- License: other
- Created: 2018-03-23T15:15:40.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-10T13:24:01.000Z (about 1 month ago)
- Last Synced: 2024-12-11T08:51:24.668Z (12 days ago)
- Topics: plugin, seo, wordpress, yoast
- Language: PHP
- Homepage: https://yoast.com/
- Size: 1.63 MB
- Stars: 13
- Watchers: 12
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
Yoast Test Helper
=================[![CS](https://github.com/Yoast/yoast-test-helper/actions/workflows/cs.yml/badge.svg)](https://github.com/Yoast/yoast-test-helper/actions/workflows/cs.yml)
[![Lint](https://github.com/Yoast/yoast-test-helper/actions/workflows/lint.yml/badge.svg)](https://github.com/Yoast/yoast-test-helper/actions/workflows/lint.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)Purpose of this plugin
----------------------This is a plugin to aid in testing and developing the [Yoast SEO plugin](https://yoa.st/1ul) 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 with `example.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
------------1. Download the latest version.
2. Run `composer install`.
3. You're done. You will find the plugin settings under Tools → Yoast Test in your WordPress admin.