I put together a Claude Code skill for Yoast SEO — it gives you inline help with the REST API (/wp-json/yoast/v1/get_head), Surfaces API, Metadata API filters, and Schema API graph pieces right in your editor. Also covers the Shopify app, readability analysis thresholds, and common troubleshooting (CSP blocking the analysis worker, schema conflicts with themes, update-induced critical errors).
npx skills add sales-skills/sales --skills sales-yoast
Then try prompting it with something like:
/sales-yoast how do I use the Schema API to add a custom graph piece for my FAQ block
It covers the 4 Yoast APIs with code examples, WooCommerce product SEO, headless WordPress setup, free vs Premium feature comparison, and Shopify-specific features like llms.txt.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-yoast/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales
I put together a Claude Code skill for Yoast SEO — it gives you inline help with the REST API (
/wp-json/yoast/v1/get_head), Surfaces API, Metadata API filters, and Schema API graph pieces right in your editor. Also covers the Shopify app, readability analysis thresholds, and common troubleshooting (CSP blocking the analysis worker, schema conflicts with themes, update-induced critical errors).Then try prompting it with something like:
/sales-yoast how do I use the Schema API to add a custom graph piece for my FAQ blockIt covers the 4 Yoast APIs with code examples, WooCommerce product SEO, headless WordPress setup, free vs Premium feature comparison, and Shopify-specific features like llms.txt.
Source:
https://github.com/sales-skills/sales/blob/main/skills/sales-yoast/SKILL.md
PRs welcome if anything's off. If you find it useful, a star on the repo helps:
https://github.com/sales-skills/sales