タグ最適化・wp_register_style タイポ修正・Changelog 補完(#76) - #129
Merged
Conversation
fumikito
enabled auto-merge
July 7, 2026 15:10
- Tags: taxonomy/terms を外し、検索意図の強い category / topic cluster / pillar page / landing page を採用(本文で拾える語より検索ボリューム重視)(#76) - Override Style 例の wp_registeR_style タイポを修正(コピペで Fatal Error になる) - Changelog に 1.1.8 / 1.2.0 / 1.2.1 を補完(1.2.0 のブロックテーマ対応など欠落していた) Refs #76 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fumikito
force-pushed
the
feature/76-tags-typo-changelog
branch
from
July 7, 2026 15:14
d4c7a51 to
5f8b9e9
Compare
AI トリアージ: PR #129リスク: 🟢 低(ドキュメントのみ) サマリー
詳細レビューテスト要否
レビュワーが確認すべき箇所
設計上の懸念
🤖 AI トリアージ by Claude — レビュー内容は参考情報です。最終判断はメンテナーが行ってください。 |
AI トリアージ(差分レビュー): PR #129リスク: 🟢 低(ドキュメントのみ) サマリー
詳細レビューテスト要否
前回レビュー指摘事項の状況
レビュワーが確認すべき箇所
設計上の懸念なし(README のみ) 🤖 AI トリアージ by Claude — レビュー内容は参考情報です。最終判断はメンテナーが行ってください。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
#76(認知度・検索性)対応の一環。README の3点を修正。変更内容
1. Tags 最適化(検索性・マーケティング視点)
taxonomy, terms, seo→seo, category, topic cluster, pillar page, landing pagetaxonomy/termsは readme 本文(タイトル・Description)で自然にインデックスされるため、限られたタグ枠は「本文に埋もれがちだが検索意図の強い語」に割り当てる方針に変更:category— ユーザーは "taxonomy" より "category" で検索する(検索ボリューム大)topic cluster/pillar page— SEO クラスター訴求の鉄板ペアlanding page— ランディングページ用途2.
wp_register_styleタイポ修正(バグ)「Example: Override Style」のコード例が
wp_registeR_style(Rが大文字)になっており、コピペしたユーザーがCall to undefined functionで落ちる状態だった。3. Changelog 補完
1.1.7を最後に1.1.8/1.2.0/1.2.1が欠落していた。git 履歴・リリースノートから復元:single.php存在時の挙動修正、grab-deps 移行などRefs #76
🤖 Generated with Claude Code