Пакетное обновление Yoast SEO через WPGraphQL
★ 7.3 · vibe-coding
seo-wordpress-manager is a Claude Code skill that batch-updates Yoast SEO metadata in WordPress via WPGraphQL, covering SEO titles, meta descriptions, focus keyphrases, and Open Graph fields. The workflow runs five steps: analyzing posts with `analyze_seo.py`, generating optimized content into `changes.json`, previewing changes with `preview_changes.py`, applying them via `yoast_batch_updater.py --apply`, and resuming interrupted sessions with `--resume`. It requires the WPGraphQL and WPGraphQL for Yoast SEO plugins plus an Application Password for authentication. Dry-run mode is on by default, current values are logged before any change, and the delay between API calls is configurable. The skill suits SEO audits and large-scale metadata cleanup across WordPress sites with many posts.