SEO007 · sitemap.xml
Severity: warning
チェック内容
Section titled “チェック内容”プロジェクトには sitemap.xml が必要です — static/sitemap.xml として、または src/routes/sitemap.xml/+server エンドポイントを通じて提供されます。
sitemap.xml はあなたの URL をリストアップし、特に内部リンクが少ないページを検索エンジンが発見し、優先順位付けできるようにします。
static/sitemap.xml を追加するか、src/routes/sitemap.xml/+server エンドポイントを作成します:
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url><loc>https://example.com/</loc></url></urlset>