feat: AI 検索向けの /llms.txt を追加#15
Merged
Merged
Conversation
site.ts / faq.ts の定数から生成する静的 Route Handler。 可視 FAQ・JSON-LD と同一ソースのため内容が乖離しない。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
概要
リーチ拡大戦略 柱3(AI SEO)の一環として
/llms.txtを追加する。AI 検索(ChatGPT・Perplexity 等)がサービス内容を正確に把握・引用するための機械可読なサービス紹介文。実装
src/app/llms.txt/route.ts— 静的 Route Handler(dynamic = "force-static"、text/plain; charset=utf-8)src/lib/site.ts(サイト定数)とsrc/lib/faq.ts(FAQ)から生成。可視 FAQ・FAQPage JSON-LD と同一ソースのため内容が乖離しない検証
pnpm check/pnpm buildexit 0○ /llms.txt(Static)、.next/server/app/llms.txt.bodyの内容とcontent-type: text/plain; charset=utf-8を確認関連
🤖 Generated with Claude Code