Add Schema and SEO Testing Starter blueprint#214
Conversation
Added a blueprint for a WordPress Playground setup focused on SEO and schema testing.
…rter/blueprint.json
Test using WordPress PlaygroundThe changes in this pull request can be previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. Blueprint previews |
|
Tested the Blueprint preview link generated by GitHub Actions. The Playground instance loads successfully, WordPress opens correctly, the site title is set to “Schema and SEO Testing Starter”, and the Add Plugins screen opens with the schema search query as expected. |
|
Thanks for your contribution! I think I have an idea of the goal of the blueprint but I wonder if we could guide the user more. Did you consider adding some guidance? For example an admin notice or a tour with the Tours plugin, something like:
|
|
Thanks for the feedback @akirk! Yes, adding guidance would make the Blueprint easier for users to understand. The intended workflow is to help users test a CSV-based schema plugin. The CSV contains a page URL in the first column and schema markup in the second column. The plugin checks whether the URLs exist, reports missing URLs, saves valid schema to the database, and can also generate PHP code that users can add to a child theme or custom plugin. I’ll add beginner-friendly guidance to the Blueprint, probably using an admin notice or a simple guidance page, so users can clearly understand the testing steps. |
|
Thanks again for the suggestion, @akirk! I’ve now added beginner-friendly guidance to the Blueprint using an admin notice. The guidance explains how to: 1 ) install and activate a schema-related plugin, I also tested the latest WordPress Playground preview and confirmed that the updated guidance appears correctly.
|


This pull request adds a beginner-friendly WordPress Playground Blueprint for testing SEO and schema-related plugin workflows.
The Blueprint:
This can help WordPress users and plugin developers quickly create a temporary testing environment for schema and SEO workflow experiments.