<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yasutakeyohei.com/scripts, branch main</title>
<subtitle>公式ウェブサイトのソースコード（Astro + Starlight）</subtitle>
<id>https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/atom/scripts?h=main</id>
<link rel='self' href='https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/atom/scripts?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/'/>
<updated>2026-06-21T10:41:03Z</updated>
<entry>
<title>QuestionSummary に about プロパティを追加し @graph 構造に変更</title>
<updated>2026-06-21T10:41:03Z</updated>
<author>
<name>Yasutake Yohei</name>
<email>61961825+yasutakeyohei@users.noreply.github.com</email>
</author>
<published>2026-06-21T10:41:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/commit/?id=6fa8872f6b4be562d62f992a4ba85a1ed75136af'/>
<id>urn:sha1:6fa8872f6b4be562d62f992a4ba85a1ed75136af</id>
<content type='text'>
JSON-LD を WebPage + FAQPage の @graph 構造に変更し、
WebPage.about で質問の主題を明示するようにした。

- about は frontmatter の tags から推測（初回の非「一般質問」タグ）
- 64ページすべてに about を追加済み
- AGENTS.md の使用例も更新
</content>
</entry>
<entry>
<title>一般質問ページに FAQPage 構造化データを追加</title>
<updated>2026-06-21T10:35:30Z</updated>
<author>
<name>Yasutake Yohei</name>
<email>61961825+yasutakeyohei@users.noreply.github.com</email>
</author>
<published>2026-06-21T10:35:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/commit/?id=6327783554018e69a6d8abd36f6ea538df6ee9f3'/>
<id>urn:sha1:6327783554018e69a6d8abd36f6ea538df6ee9f3</id>
<content type='text'>
QuestionSummary コンポーネントを導入し、63ページの一般質問に
Schema.org FAQPage JSON-LD を追加。表と構造化データを単一の
データ源から生成するため、表の更新と JSON-LD の同期が自動化される。

- src/components/QuestionSummary.astro: 新規。表と JSON-LD を生成
- src/components/StructuredQA.astro: 削除（QuestionSummary に置換）
- scripts/migrate-to-question-summary.mjs: 旧 Markdown 表の変換用
- src/content/docs/ippan-situmon/**/*.mdx: 63ファイル移行済み

新規ページ作成時は QuestionSummary コンポーネントを使用する。
Markdown 表を直接書くことは禁止（コンポーネントにルールを明記）。
</content>
</entry>
<entry>
<title>AI向けに llms.txt と llms-full.txt を生成する仕組みを追加</title>
<updated>2026-06-21T10:05:27Z</updated>
<author>
<name>Yasutake Yohei</name>
<email>61961825+yasutakeyohei@users.noreply.github.com</email>
</author>
<published>2026-06-21T10:05:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.yasutakeyohei.com/yasutakeyohei.com.git/commit/?id=32e2ab7749480d294b79e1e550daae07b778d1d1'/>
<id>urn:sha1:32e2ab7749480d294b79e1e550daae07b778d1d1</id>
<content type='text'>
AI（LLM）がサイトを参照・学習しやすくするため、以下を追加:

- public/llms.txt: 全ページをカテゴリ別に列挙した AI 向けサイトマップ
- scripts/generate-llms-full.mjs: 全 MDX ファイルの本文を収集・結合する生成スクリプト
- package.json の build スクリプトに生成処理を追加

ビルド時に dist/llms.txt と dist/llms-full.txt が自動生成される。
</content>
</entry>
</feed>
