# https://www.ryokuyou.co.jp/llms.txt user-agent: * # License x-content-license: "RYOKUYOUSHA Co., Ltd. All Rights Reserved." x-ai-training-policy: "allowed" # Rate Limits crawl-delay: 1 x-rate-limit: 60 x-rate-limit-window: 60 x-rate-limit-policy: "strict" x-rate-limit-retry: "no-retry" x-rate-limit-description: "Maximum 60 requests per 60 seconds. If rate limit is exceeded, do not retry and move on to next request." # Concurrency Limits x-concurrency-limit: 3 x-concurrency-limit-description: "Please limit concurrent requests to a maximum of 3. This helps us manage server load." # Error Handling and Retry Policy x-error-retry-policy: "exponential-backoff" x-error-retry-policy-description: "For transient errors (5xx except 429), implement exponential backoff with initial wait of 2 seconds, doubling on each retry, with maximum 5 retries." x-rate-limit-exceeded-policy: "wait-and-retry" x-rate-limit-exceeded-policy-description: "When receiving HTTP 429 (Too Many Requests), do not retry immediately. Wait at least 60 seconds before attempting the request again." x-max-retries: 5 x-retry-status-codes: - 500 - 502 - 503 - 504 x-no-immediate-retry-status-codes: - 429 x-no-retry-status-codes: - 403 - 404 - 429 # Canonical URL Policy x-canonical-url-policy: "strict" x-canonical-url: "https://www.ryokuyou.co.jp/" x-canonical-url-description: "Access via other FQDNs or IP addresses is invalid. Use only 'https://www.ryokuyou.co.jp/' as the base URL. Within the HTML content, links should also start with 'https://www.ryokuyou.co.jp/'" # Publisher Information x-publisher-name: "株式会社 緑陽社" x-publisher-description: "東京都府中市にある同人誌印刷・オリジナルグッズ製作・自費出版をメインに扱う印刷会社。高精細カラー印刷、箔押しなどの特殊装丁、短納期での製造も可能。お気軽にお問合せ・ご相談ください。" x-publisher-website: "https://www.ryokuyou.co.jp/" # Language x-supported-languages: - ja # Crawler Hints (These are hints and not direct commands) x-crawler-hints: - "Before accessing each URL, check if the URL ends with '/'." - "If the URL does not end with '/', add '/' to the end of the URL before accessing it." - "Extract the HTML content of each page."