diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-21 19:41:03 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-21 19:41:03 +0900 |
| commit | 6fa8872f6b4be562d62f992a4ba85a1ed75136af (patch) | |
| tree | 40a55a703d93f5a1150882ba087b06e27b131b12 /src/content/docs/ippan-situmon/r5d/6gatu | |
| parent | 6bf6085fcbe2e8fa8cfa6d4265b7eb58c35c2b2a (diff) | |
QuestionSummary に about プロパティを追加し @graph 構造に変更
JSON-LD を WebPage + FAQPage の @graph 構造に変更し、
WebPage.about で質問の主題を明示するようにした。
- about は frontmatter の tags から推測(初回の非「一般質問」タグ)
- 64ページすべてに about を追加済み
- AGENTS.md の使用例も更新
Diffstat (limited to 'src/content/docs/ippan-situmon/r5d/6gatu')
3 files changed, 3 insertions, 0 deletions
diff --git a/src/content/docs/ippan-situmon/r5d/6gatu/1-ijime-judai-tenken-hyouka.mdx b/src/content/docs/ippan-situmon/r5d/6gatu/1-ijime-judai-tenken-hyouka.mdx index 0680a26..813d19a 100644 --- a/src/content/docs/ippan-situmon/r5d/6gatu/1-ijime-judai-tenken-hyouka.mdx +++ b/src/content/docs/ippan-situmon/r5d/6gatu/1-ijime-judai-tenken-hyouka.mdx @@ -37,6 +37,7 @@ import Highlight from '@/components/Highlight.astro'; <QuestionSummary headline="(1)市教育委員会事務の点検及び評価にいじめ重大事態を含めよ" + about="いじめ重大事態" datePublished="2023-06-24" qa={[ { question: "① いじめ重大事態についても事務の点検・評価が必須と思うが?", answer: "個別事案の評価にはなじまない。", anchor: "-いじめ重大事態についても事務の点検・評価が必須と思うが?" }, diff --git a/src/content/docs/ippan-situmon/r5d/6gatu/2-kodaira-kyusekki-kyoten.mdx b/src/content/docs/ippan-situmon/r5d/6gatu/2-kodaira-kyusekki-kyoten.mdx index 176e1f3..55178f6 100644 --- a/src/content/docs/ippan-situmon/r5d/6gatu/2-kodaira-kyusekki-kyoten.mdx +++ b/src/content/docs/ippan-situmon/r5d/6gatu/2-kodaira-kyusekki-kyoten.mdx @@ -23,6 +23,7 @@ import Highlight from '@/components/Highlight.astro'; <QuestionSummary headline="(2)小平市を旧石器時代研究の拠点にしよう" + about="歴史・観光" datePublished="2023-06-24" qa={[ { question: "① 東京都指定史跡と国の史跡の違いは?", answer: "都の歴史上か、国の歴史上かの違い。", anchor: "-東京都指定史跡と国の史跡の違いは?" }, diff --git a/src/content/docs/ippan-situmon/r5d/6gatu/3-dokusyo-public-comment-more.mdx b/src/content/docs/ippan-situmon/r5d/6gatu/3-dokusyo-public-comment-more.mdx index 49b400c..a521798 100644 --- a/src/content/docs/ippan-situmon/r5d/6gatu/3-dokusyo-public-comment-more.mdx +++ b/src/content/docs/ippan-situmon/r5d/6gatu/3-dokusyo-public-comment-more.mdx @@ -23,6 +23,7 @@ import Highlight from '@/components/Highlight.astro'; <QuestionSummary headline="(3)第4次小平市子どもの読書活動推進計画に関するパブリックコメントの把握漏れについて" + about="教育委員会" datePublished="2023-06-24" qa={[ { question: "① 「子どもの読書活動はディスレクシア当事者の声を聞いて」というご意見については?", answer: "毎年ハンディキャップサービス交流会で意見を伺っている。幅広く意見をもらうよう努める。", anchor: "-「子どもの読書活動はディスレクシア当事者の声を聞いて」というご意見については?" }, |
