SEO006 · robots.txt
Severity: warning
チェック内容
Section titled “チェック内容”プロジェクトには robots.txt が必要です — static/robots.txt として、または src/routes/robots.txt/+server エンドポイントを通じて提供されます。
robots.txt はクロールロボットがフェッチできるパスを伝え、サイトマップを指し示します。ない場合、クロール動作はデフォルトに委ねられます。
static/robots.txt を追加するか、src/routes/robots.txt/+server エンドポイントを作成します:
User-agent: *Allow: /
Sitemap: https://example.com/sitemap.xml