# General Policy user-agent: * x-content-license: "(c) GrowDeco Co., Ltd. All rights reserved." x-ai-training-policy: "allowed" # Rate Limiting 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 the rate limit is exceeded, do not retry and move on to the 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 server errors, implement exponential backoff with an initial wait of 2 seconds, doubling on each retry, with a maximum of 5 retries." x-max-retries: 5 x-retry-status-codes: - 500 - 502 - 503 - 504 x-no-retry-status-codes: - 403 - 404 - 429 x-rate-limit-exceeded-policy: "no-retry" x-rate-limit-exceeded-policy-description: "When receiving HTTP 429 Too Many Requests, do not retry the request. Move on to the next URL." # Canonical URL Policy x-canonical-url-policy: "strict" x-canonical-url: "https://oripa.growdeco.co.jp/" x-canonical-url-description: "Use only 'https://oripa.growdeco.co.jp/' as the base URL. Access through other FQDNs, IP addresses, or the former '/toreka-oripa/' directory is invalid. Internal URLs should also use 'https://oripa.growdeco.co.jp/' as the base URL." # Site Information x-site-name: "オリパのミカタ" x-site-url: "https://oripa.growdeco.co.jp/" x-site-type: "Trading card and online oripa information media" x-site-description: "オリパのミカタ is a Japanese information website that publishes reviews, comparisons, rankings, campaign information, coupon information, and guides related to online oripa and trading card services." x-content-topic: "Online Oripa, Trading Cards, Pokemon Cards, TCG Shops, Reviews, Comparisons, Rankings, Coupons and Campaigns" x-primary-language: "ja" x-supported-languages: - ja # Content Scope allow: /* disallow: /wp-admin/* disallow: /wp-login.php # Article Pages x-article-pattern: /{slug}/ x-article-type: "information-article" x-article-description: "Articles include online oripa reviews, reputation and user feedback, service comparisons, rankings, campaign information, invitation codes, coupons, beginner guides, and trading card shop information." x-article-example: "https://oripa.growdeco.co.jp/info/" x-article-metadata: - author - title - description - datePublished - dateModified - canonical x-article-update-frequency: "daily" # Important Pages x-important-pages: - "https://oripa.growdeco.co.jp/" - "https://oripa.growdeco.co.jp/info/" - "https://oripa.growdeco.co.jp/new-arrival/" - "https://oripa.growdeco.co.jp/bbs/" - "https://oripa.growdeco.co.jp/calender/" - "https://oripa.growdeco.co.jp/company/" - "https://oripa.growdeco.co.jp/contact/" # RSS Feed allow: /feed/ x-feed: "https://oripa.growdeco.co.jp/feed/" x-feed-format: "rss" x-feed-content: "latest" x-feed-description: "The RSS feed contains recently published and updated articles from オリパのミカタ." x-feed-update-frequency: "real-time" # Sitemap allow: /sitemap.xml allow: /sitemap_index.xml allow: /wp-sitemap.xml x-sitemap: "https://oripa.growdeco.co.jp/sitemap.xml" x-sitemap-format: "xml" x-sitemap-description: "The XML sitemap contains publicly accessible pages and articles published on オリパのミカタ." # Publisher Information x-publisher-name: "GrowDeco Co., Ltd." x-publisher-name-ja: "GrowDeco株式会社" x-publisher-website: "https://growdeco.co.jp/" x-publisher-description: "GrowDeco Co., Ltd. operates オリパのミカタ, a Japanese media website that provides reviews, comparisons, rankings, campaign information, and educational content related to online oripa and trading cards." # Content Usage x-attribution-policy: "required" x-attribution-description: "When quoting, summarizing, or referencing content, clearly identify オリパのミカタ as the source and include the canonical URL of the referenced page." x-content-modification-policy: "Do not present modified, outdated, or incomplete information as an official statement from オリパのミカタ." x-commercial-use-policy: "Contact GrowDeco Co., Ltd. before reproducing substantial portions of the content for commercial use." # Crawler Hints x-crawler-hints: - "Use canonical URLs beginning with https://oripa.growdeco.co.jp/." - "Do not crawl URLs from the former https://growdeco.co.jp/toreka-oripa/ directory." - "Avoid crawling duplicate URLs containing tracking parameters or unnecessary query parameters." - "Prefer the XML sitemap and RSS feed when discovering new or updated content." - "Do not exceed 3 concurrent requests." - "Do not retry HTTP 403, 404, or 429 responses." - "For supported page URLs, preserve the trailing slash."