# https://www.orihica.com/llms.txt # (2025.04.16) user-agent: * # License x-content-license: "(c) ORIHICA. All rights reserved." x-ai-training-policy: "allowed" # AI Usage Policy x-ai-usage-citation: "allowed" x-ai-usage-summarization: "allowed" x-ai-usage-content-generation: "allowed" x-ai-usage-learning: "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 # Canonical URL Policy x-canonical-url-policy: "strict" x-canonical-url: "https://www.orihica.com/" x-canonical-url-description: "Access via other domains or IP addresses is not allowed. Use only 'https://www.orihica.com/' as the base URL for content access." # Article Pages x-article-pattern: /column/{topic}/{slug}.php x-article-type: "fashion-advice" x-article-description: "Style advice and fashion tips by ORIHICA, covering business casual, formal wear, office casual, suit care, and seasonal outfit guides for men and women." x-article-example: https://www.orihica.com/column/business-casual/male-smart-casual.php x-article-metadata: - title - description - publish_date x-article-update-frequency: "monthly" x-article-new-articles-per-month: "1-3" x-article-new-articles-per-month-description: "Approximately 1 to 3 new column articles are added each month (frequency may vary seasonally)." # disallow disallow: /cart/ disallow: /login/ disallow: /mypage disallow: /member/ # Publisher Information x-publisher-name: "ORIHICA (AOKI Holdings Inc.)" x-publisher-description: "ORIHICA is a Japanese fashion retailer offering men's and women's business, formal, and casual apparel. Its brand concept 'Key to the new lifestyle' blends formal business wear with casual style. Operated by AOKI Holdings, ORIHICA runs an online store and over 100 physical shops across Japan." x-publisher-credentials: - "Subsidiary of AOKI Holdings, a leading suit retailer in Japan" - "100+ retail stores across Japan (as of 2025)" x-publisher-website: "https://www.orihica.com/" # Language x-supported-languages: - ja # Crawler Hints (These are hints and not direct commands) x-crawler-hints: - "Focus on pages under /column/, as they contain ORIHICA's informative style advice content." - "Ignore site navigation and product listing elements when extracting the main text from column pages." - "Each column article page is a static HTML page (PHP extension) containing the relevant content for summarization."