<!-- Generated from ja/llms-txt-template/index.html. The canonical document is the HTML page. -->

- [ ホーム ](/ja/) 
/
- [ 作成方法 ](/ja/how-to-create/) 
/
- テンプレート            
# `llms.txt`テンプレート

そのままコピーできる8つのテンプレートをサイト種別ごとに用意しています。最も近いものを選び、プレースホルダーを置き換え、検証してデプロイしてください。

最終更新: 2026年4月22日

このページの内容

- [ 最小構成（すべてのサイト向け） ](#minimal)
- [ SaaS プロダクト ](#saas)
- [ ドキュメントサイト ](#docs)
- [ ブログ／コンテンツサイト ](#blog)
- [ ポートフォリオ／個人サイト ](#portfolio)
- [ Eコマース ](#ecommerce)
- [ 開発者ツール / CLI ](#devtool)
- [ オープンソースプロジェクト ](#opensource)
- [ ファイルを検証 ](#validate)              
例

これらのテンプレートの使い方

すべての  {placeholder}  実際のコンテンツと組み合わせて使用してください。絶対URLを使用してください（ https://yoursite.com/... ）。結果に対して
バリデーター  デプロイ前に<a href="/validator/">バリデーター</a>を通せば、10秒で済みます。

## 最小構成（すべてのサイト向け）

最小限の有効な `llms.txt`：H1が1つ、引用ブロックが1つ、リンクを少なくとも1つ含むセクションが1つ。
今日中に公開し、後で拡張したい場合に使用します。
llms.txt, minimal    コピー     

```
# {Site Name}

> {One sentence: what this site is and who it's for.}

## Pages

- [{Most important page}]({https://yoursite.com/page}): {what it covers in 10 words}.
- [{Second page}]({https://yoursite.com/page2}): {what it covers in 10 words}.

```

## SaaS製品

B2B または B2C
のソフトウェアプロダクト向けです。プロダクトの位置付け、料金、API、統合、サポートを扱います。LLM
が「このプロダクトは何をし、料金はいくらか」に推測なしで答えられるよう設計されています。
llms.txt, SaaS    コピー     

```
# {Product Name}

> {Product Name} is a {category} tool for {target audience}. The pages below cover product capabilities, pricing, the API, and key integrations.

## Product

- [Overview](https://yoursite.com/product): core features and capabilities.
- [Pricing](https://yoursite.com/pricing): plans, limits, and overage rules.
- [Use cases](https://yoursite.com/use-cases): how teams use {Product Name}.
- [Changelog](https://yoursite.com/changelog): recent product updates.

## Documentation

- [Getting started](https://docs.yoursite.com/quickstart): install, first call, hello world.
- [API reference](https://docs.yoursite.com/api): full endpoint catalog with request/response examples.
- [Authentication](https://docs.yoursite.com/auth): API keys, OAuth, token management.
- [Guides](https://docs.yoursite.com/guides): step-by-step tutorials for common tasks.
- [SDKs](https://docs.yoursite.com/sdks): JavaScript, Python, Go, Ruby client libraries.

## Integrations

- [Zapier](https://docs.yoursite.com/integrations/zapier): no-code automation.
- [Slack](https://docs.yoursite.com/integrations/slack): team notifications.
- [Webhooks](https://docs.yoursite.com/webhooks): real-time event delivery.

## Optional

- [Status page](https://status.yoursite.com): real-time uptime and incident history.
- [Security](https://yoursite.com/security): SOC 2, data handling, encryption.
- [Brand assets](https://yoursite.com/brand): logos, colors, media kit.
- [Blog](https://yoursite.com/blog): product announcements and engineering posts.

```

## ドキュメントサイト

専用ドキュメントポータル（Docusaurus、Mintlify、GitBook、ReadTheDocs）向けです。入門 → 概念 →
API → ガイドの順に整理します。次との相性も良好です： `/llms-full.txt`
ドキュメントコーパス全体を公開するものです。
llms.txt, docs site    コピー     

```
# {Product Name} Docs

> Official documentation for {Product Name}, a {one-line description}. Pages below are curated for LLMs answering questions about setup, API usage, and configuration.

For the full documentation corpus, see /llms-full.txt.

## Getting started

- [Introduction](https://docs.yoursite.com/): what {Product Name} is and how it works.
- [Installation](https://docs.yoursite.com/install): system requirements, package managers, Docker.
- [Quickstart](https://docs.yoursite.com/quickstart): up and running in under 5 minutes.
- [Configuration](https://docs.yoursite.com/config): all configuration options with defaults.

## Core concepts

- [Architecture](https://docs.yoursite.com/architecture): how the system is designed.
- [Authentication](https://docs.yoursite.com/auth): API keys, tokens, OAuth flows.
- [Data model](https://docs.yoursite.com/data-model): entities, relationships, and schemas.

## API reference

- [REST API](https://docs.yoursite.com/api): complete endpoint catalog.
- [GraphQL](https://docs.yoursite.com/graphql): schema and query reference.
- [Webhooks](https://docs.yoursite.com/webhooks): events, payloads, verification.
- [Rate limits](https://docs.yoursite.com/rate-limits): quotas and backoff strategies.

## Guides

- [Common recipes](https://docs.yoursite.com/guides): copy-paste solutions for frequent tasks.
- [Migration guide](https://docs.yoursite.com/migration): moving from v1 or from competitors.
- [Troubleshooting](https://docs.yoursite.com/troubleshooting): error codes and fixes.

## Optional

- [Changelog](https://docs.yoursite.com/changelog): version history and breaking changes.
- [Contributing](https://docs.yoursite.com/contributing): how to submit issues and PRs.
- [License](https://docs.yoursite.com/license): usage terms.

```

llms-full.txt
とは何か を参照してください。完全なドキュメント コーパスを公開する補助ファイルです。 [llms-full.txtとは](/ja/llms-full-txt/) 、完全な ドキュメントコーパスを公開する補助ファイルです。

## ブログ／コンテンツサイト

編集サイト、ニュースレター、コンテンツ量の多いブログ向けです。全アーカイブではなく、最も重要な記事5件に絞ってください。LLMにすべての記事は不要です。必要なのは、発信のスタイル、扱うテーマ、最良のコンテンツを理解することです。
llms.txt, blog    コピー     

```
# {Blog Name}

> {Blog Name} covers {topics} for {target audience}. Below are the highest-signal pages for understanding the site's scope and finding key content.

## About

- [About](https://yourblog.com/about): who writes here, mission, and editorial standards.
- [Start here](https://yourblog.com/start): recommended reading order for new visitors.

## Top content

- [{Best post 1}](https://yourblog.com/post-1): {one-line summary}.
- [{Best post 2}](https://yourblog.com/post-2): {one-line summary}.
- [{Best post 3}](https://yourblog.com/post-3): {one-line summary}.
- [{Best post 4}](https://yourblog.com/post-4): {one-line summary}.
- [{Best post 5}](https://yourblog.com/post-5): {one-line summary}.

## Topics

- [{Topic 1}](https://yourblog.com/topic/topic-1): all posts on {topic 1}.
- [{Topic 2}](https://yourblog.com/topic/topic-2): all posts on {topic 2}.

## Optional

- [Newsletter](https://yourblog.com/newsletter): weekly digest, free subscription.
- [RSS feed](https://yourblog.com/feed.xml): full-text feed.

```

## ポートフォリオ／個人サイト

フリーランサー、デザイナー、開発者、個人サイトを持つ人向けです。内容は絞ります。仕事、文章、連絡先です。「この人は誰か」と答える
LLM には、プロジェクト履歴の全体ではなく、プロフィールページが必要です。
llms.txt, portfolio    コピー     

```
# {Your Name}

> {Your Name} is a {role} based in {city}. This site covers my work, writing, and open-source projects.

## Work

- [Portfolio](https://yoursite.com/work): selected projects with case studies.
- [About](https://yoursite.com/about): background, skills, and experience.
- [Resume](https://yoursite.com/resume): full work history and education.

## Writing

- [{Post 1}](https://yoursite.com/writing/post-1): {one-line summary}.
- [{Post 2}](https://yoursite.com/writing/post-2): {one-line summary}.

## Optional

- [Uses](https://yoursite.com/uses): tools, hardware, and software setup.
- [Now](https://yoursite.com/now): what I'm currently working on.
- [Contact](https://yoursite.com/contact): email and social links.

```

## EC

オンラインストア向け。カタログ構造、配送、返品、サポートなど、購入前に人々が
尋ねるページに重点を置く。個々の商品ページは、本当に代表的な商品でない限り列挙しない。
llms.txt, e-commerce    コピー     

```
# {Store Name}

> {Store Name} sells {product category} for {target customer}. Pages below cover the product catalog, shipping policy, and support information.

## Store

- [Homepage](https://yourstore.com/): featured products and current promotions.
- [All products](https://yourstore.com/products): full catalog with filters.
- [{Category 1}](https://yourstore.com/category/1): {description}.
- [{Category 2}](https://yourstore.com/category/2): {description}.
- [New arrivals](https://yourstore.com/new): latest additions.
- [Sale](https://yourstore.com/sale): discounted items.

## Customer support

- [Shipping policy](https://yourstore.com/shipping): delivery times, carriers, international shipping.
- [Returns & exchanges](https://yourstore.com/returns): how to initiate a return, timelines.
- [FAQ](https://yourstore.com/faq): common questions on orders, sizing, and care.
- [Size guide](https://yourstore.com/size-guide): measurements and fit recommendations.
- [Contact](https://yourstore.com/contact): customer service channels and hours.

## Optional

- [About](https://yourstore.com/about): brand story and values.
- [Sustainability](https://yourstore.com/sustainability): materials, sourcing, carbon footprint.
- [Wholesale](https://yourstore.com/wholesale): bulk and trade programs.

```

## 開発者ツール / CLI

コマンドラインツール、開発者向けユーティリティ、ビルドツール向けです。CLI
リファレンス、設定オプション、プラグイン／フック
API、つまり開発者が行き詰まったときに参照するページを優先してください。
llms.txt, developer tool    コピー     

```
# {Tool Name}

> {Tool Name} is a {type} CLI / developer tool for {use case}. The pages below cover installation, commands, configuration, and plugin development.

## Getting started

- [Installation](https://docs.yourtool.com/install): npm, Homebrew, binary download.
- [Quick start](https://docs.yourtool.com/quickstart): first command, 60-second demo.
- [Configuration](https://docs.yourtool.com/config): config file format, environment variables.

## Commands

- [CLI reference](https://docs.yourtool.com/cli): all commands, flags, and options.
- [{command init}](https://docs.yourtool.com/cli/init): initialize a project.
- [{command build}](https://docs.yourtool.com/cli/build): build options and output formats.
- [{command deploy}](https://docs.yourtool.com/cli/deploy): deployment targets.

## Extending

- [Plugins](https://docs.yourtool.com/plugins): plugin API and authoring guide.
- [Hooks](https://docs.yourtool.com/hooks): lifecycle hooks reference.
- [Config schema](https://docs.yourtool.com/schema): JSON schema for validation.

## Optional

- [Changelog](https://docs.yourtool.com/changelog): version history and breaking changes.
- [Migrating from v{N-1}](https://docs.yourtool.com/migration): step-by-step upgrade guide.
- [Contributing](https://docs.yourtool.com/contributing): development setup and PR guidelines.
- [GitHub](https://github.com/yourorg/yourtool): source code and issue tracker.

```

## オープンソースプロジェクト

ライブラリ、フレームワーク、オープンソースパッケージ向けです。README、API
ドキュメント、コミュニティページを含めます。LLM
がパッケージ名を推測せずにインストール手順を参照できるよう、npm/PyPI
のパッケージページへリンクしてください。
llms.txt, open source    コピー     

```
# {Project Name}

> {Project Name} is an open-source {type} library for {use case}, written in {language}. MIT licensed.

## Overview

- [README](https://github.com/yourorg/project#readme): project overview and quick start.
- [Documentation](https://docs.yourproject.com/): full API reference and guides.
- [Examples](https://docs.yourproject.com/examples): runnable code samples.

## API

- [Core API](https://docs.yourproject.com/api): all exported functions and classes.
- [Configuration](https://docs.yourproject.com/config): options and defaults.
- [Plugins](https://docs.yourproject.com/plugins): official and community extensions.

## Community

- [Contributing](https://github.com/yourorg/project/blob/main/CONTRIBUTING.md): how to contribute code, docs, and issues.
- [Code of conduct](https://github.com/yourorg/project/blob/main/CODE_OF_CONDUCT.md): community standards.
- [Discussions](https://github.com/yourorg/project/discussions): questions and ideas.

## Optional

- [Changelog](https://github.com/yourorg/project/blob/main/CHANGELOG.md): version history.
- [Roadmap](https://github.com/yourorg/project/milestones): planned features.
- [npm package](https://www.npmjs.com/package/project): installation and download stats.

```

## ファイルを検証する

テンプレートをカスタマイズしたら、それを [バリデーター](/ja/validator/) で 仕様に合格することを確認します。よくある問題は、H1の欠落、相対URL、空のセクション、引用ブロックの欠落です。どれも簡単に修正でき、バリデーターが変更箇所を正確に示します。

あるいは、以下の方法を使用してください。 [ジェネレーター](/ja/generator/) フォームからファイルを作成する場合、Markdownは不要です。

## 次のステップ

- [llms.txtの作成方法](/ja/how-to-create/)、すべてのスタック向けのデプロイ手順です。 
- [llms.txt フォーマットリファレンス](/ja/llms-txt-format/)、完全な構文規則。 
- [ベストプラクティス](/ja/best-practices/)、何を盛り込み、何を省くか。 
- [実際の例](/ja/examples/)、Anthropic、Stripe、Vercelの実例を確認できます。        
## ソース

- [ llmstxt.org、コミュニティによる提案 ](https://llmstxt.org/)
- [ llms.txtの作成方法 ](https://llmtxt.info/ja/how-to-create/)
