# https://omakaseje.com/llms.txt # (2025.03.05) user-agent: * # License x-content-license: "(c) GMO OMAKASE. 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://omakaseje.com/" x-canonical-url-description: "Access via other FQDNs or IP addresses is invalid. Use only 'https://omakaseje.com/' as the base URL. Within the HTML content, links should also start with 'https://omakaseje.com/'" # Page Patterns # Pattern 1: TOP Page x-page-pattern[0]: "/" x-page-type[0]: "top" x-page-description[0]: "TOP page" x-page-example[0]: https://omakaseje.com/ x-page-metadata[0]: - title - description - keywords # Pattern 2: Restaurant Detail Pages x-page-pattern[1]: "/restaurants/{slug}" x-page-type[1]: "restaurant_detail" x-page-description[1]: "Restaurant detail pages" x-page-example[1]: https://omakaseje.com/restaurants/123 x-page-metadata[1]: - title - description - restaurant_name - location - cuisine_type - price_range # Pattern 3: Search Pages x-page-pattern[2]: "/search" x-page-type[2]: "search" x-page-description[2]: "Search pages" x-page-example[2]: https://omakaseje.com/search?serviceTypes=english x-page-metadata[2]: - title - description x-page-pattern[3]: "/restaurants/pref/{prefecture}" x-page-type[3]: "search" x-page-description[3]: "Search by prefecture pages" x-page-example[3]: https://omakaseje.com/restaurants/pref/tokyo x-page-metadata[3]: - title - description x-page-pattern[4]: "/restaurants/pref/{prefecture}/areas/{area}" x-page-type[4]: "search" x-page-description[4]: "Search by prefecture and area pages" x-page-example[4]: https://omakaseje.com/restaurants/pref/tokyo/areas/area-1 x-page-metadata[4]: - title - description x-page-pattern[5]: "/restaurants/pref/{prefecture}/areas/{area}/categories/{category}" x-page-type[5]: "search" x-page-description[5]: "Search by prefecture and area pages with category" x-page-example[5]: https://omakaseje.com/restaurants/pref/tokyo/areas/area-1/categories/sushi x-page-metadata[5]: - title - description x-page-pattern[6]: "/restaurants/pref/{prefecture}/areas/{area}/categories/{category}/michelin/{star}" x-page-type[6]: "search" x-page-description[6]: "Search by prefecture and area pages and category and category with Michelin star" x-page-example[6]: https://omakaseje.com/restaurants/pref/tokyo/areas/area-1/categories/sushi/michelin/one-star x-page-metadata[6]: - title - description x-page-pattern[7]: "/restaurants/categories/{category}" x-page-type[7]: "search" x-page-description[7]: "Search by category pages" x-page-example[7]: https://omakaseje.com/restaurants/categories/sushi x-page-metadata[7]: - title - description x-page-pattern[8]: "/restaurants/michelin/{star}" x-page-type[8]: "search" x-page-description[8]: "Search by Michelin star pages" x-page-example[8]: https://omakaseje.com/restaurants/michelin/one-star x-page-metadata[8]: - title - description # Pattern 4: Article Pages x-page-pattern[9]: "/articles/{slug}" x-page-type[9]: "article" x-page-description[9]: "Article pages" x-page-example[9]: https://omakaseje.com/articles/tokyo-dining-guide x-page-metadata[9]: - title - description - author - date - category # Sitemap x-sitemap: https://omakaseje.com/sitemap.xml x-sitemap-description: "XML sitemap following the sitemap protocol" x-sitemap-update-frequency: "daily" # Disallowed Paths disallow: /admin/ disallow: /owner/ disallow: /agent/ # Language Support x-supported-languages[0]: "ja" x-supported-languages[1]: "en" x-supported-languages[2]: "zh-cn" x-supported-languages[3]: "zh-tw" x-supported-languages[4]: "ko" x-default-language: "en" # Crawler Hints x-preferred-crawl-time-utc: "01:00-05:00"