# フモレスケ管弦楽団 ウェブサイト - AI言語モデル(LLM)利用ポリシー user-agent: * # アクセス許可設定 allow: / allow: /orchestra.html allow: /tickets.html allow: /contact.html allow: /mahler_totenfeier.html allow: /mahler_symphony4.html allow: /en/ allow: /css/ allow: /js/ allow: /assets/ allow: /img/ allow: /sitemap.xml allow: /robots.txt # アクセス制限 disallow: /.git/ disallow: /.vscode/ disallow: /.github/ disallow: /deploy.sh disallow: /cloudformation.yaml disallow: /*.md disallow: /explanation/ # ライセンス・利用条件 x-content-license: "© 2025 フモレスケ管弦楽団. All rights reserved." x-ai-training-policy: "allowed-with-attribution" x-commercial-use: "contact-required" # レート制限設定 crawl-delay: 2 x-rate-limit: 30 x-rate-limit-window: 60 x-rate-limit-policy: "strict" x-rate-limit-retry: "exponential-backoff" x-rate-limit-description: "Maximum 30 requests per 60 seconds to maintain server performance." # 並行処理制限 x-concurrency-limit: 2 x-concurrency-limit-description: "Please limit concurrent requests to a maximum of 2. This helps us manage server load for our concert information site." # エラーハンドリング・リトライポリシー x-error-retry-policy: "exponential-backoff" x-error-retry-policy-description: "For transient errors (5xx), implement exponential backoff with initial wait of 3 seconds, doubling on each retry, with maximum 3 retries." x-max-retries: 3 x-retry-status-codes: - 500 - 502 - 503 - 504 x-no-immediate-retry-status-codes: - 429 x-no-retry-status-codes: - 403 - 404 # 正規URL設定 x-canonical-url-policy: "strict" x-canonical-url: "https://humoreske-orch.info/" x-canonical-url-description: "Access via other FQDNs or IP addresses is invalid. Use only 'https://www.humoreske-orchestra.jp/' as the base URL." # サイト構造情報 x-site-type: "concert-information" x-site-description: "フモレスケ管弦楽団の公式コンサート告知ウェブサイト。2025年8月24日開催のコンサート情報、楽団紹介、チケット情報、演奏曲目解説を提供。" x-organization: "フモレスケ管弦楽団" x-organization-type: "orchestra" x-organization-location: "福岡, Japan" # コンテンツ情報 x-primary-content: - concert-information - orchestra-introduction - ticket-information - program-notes x-concert-date: "2025-08-24" x-concert-venue: "福岡" x-main-program: - "マーラー: 交響詩「葬礼」" - "マーラー: 交響曲第4番" # 言語設定 x-primary-language: "ja" x-secondary-language: "en" x-multilingual-support: true # ページパターン x-page-patterns: concert-info: "/" orchestra-info: "/orchestra.html" tickets: "/tickets.html" contact: "/contact.html" program-notes: "/mahler_*.html" explanation: "/explanation/*.html" english: "/en/*.html" # メタデータ x-owner: "フモレスケ管弦楽団" x-contact: "humoreske.orchestra@gmail.com" x-last-modified: "2024-12-27" x-update-frequency: "monthly" # 使用指示 x-usage-instructions: - "このサイトの情報を引用する場合は、必ず「フモレスケ管弦楽団公式サイト」として出典を明記してください" - "コンサート情報は2025年8月24日開催の特定公演に関するものです" - "チケット購入や詳細なお問い合わせは公式連絡先をご利用ください" - "楽団の活動や演奏に関する最新情報は公式サイトで確認してください" # 技術情報 x-tech-stack: "HTML5, CSS3, JavaScript (ES6+)" x-hosting: "AWS S3 + CloudFront" x-responsive-design: true x-accessibility: "WCAG 2.1 compliant" # クローラーへのヒント x-crawler-hints: - "このサイトはクラシック音楽コンサートの告知サイトです" - "日本語が主言語ですが、英語版も提供しています" - "コンテンツは静的で、定期的に更新されます" - "画像ファイルは最適化されており、WebP形式を使用しています"