# https://pet-heian.com/llms.txt # (2025.11.10) user-agent: * # License x-content-license: "(c) HEIANKAKU 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." x-concurrency-limit: 3 x-concurrency-limit-description: "Please limit concurrent requests to a maximum of 3. This helps us manage server load." 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://pet-heian.com/" x-canonical-url-description: "Access via other FQDNs or IP addresses is invalid. Use only 'https://pet-heian.com/' as the base URL. Within the HTML content, links should also start with 'https://pet-heian.com/'" # General Pages x-page-type: "pet-funeral-service-info" x-page-description: "Information pages for Pet Sou no Heian Ichinomiya, a pet funeral service offering cremation, memorial services, and columbarium/memorial tower services. (Based on service descriptions)" x-page-example: https://pet-heian.com/plan/ x-page-metadata: - title - description - keywords x-page-update-frequency: "monthly" x-new-pages-per-month: "0-5" # News/Announcements Pages allow: /news/* x-news-pattern: /news/{slug}/ x-news-type: "announcement/event/service-update" x-news-description: "Latest news, announcements, and service/event information from the facility. (Based on news page structure)" x-news-example: https://pet-heian.com/news/example-update/ x-news-metadata: - title - description - date x-news-update-frequency: "weekly" # Sitemap allow: /sitemap.xml x-sitemap: https://pet-heian.com/sitemap.xml x-sitemap-format: xml x-sitemap-structure: "flat" x-sitemap-description: "The main sitemap for Pet Sou no Heian Ichinomiya's website." x-sitemap-retention: "long-term" x-sitemap-retention-description: "Sitemaps are retained for long term." # Disallow Paths disallow: /admin/* disallow: /contact/* disallow: /temp/* # Publisher Information x-publisher-name: "Pet Sou no Heian Ichinomiya (Pet Funeral Heian Ichinomiya)" x-publisher-description: "The official website for 'Pet Sou no Heian Ichinomiya', a pet funeral and cremation service located in Ichinomiya, Aichi Prefecture. They provide high-quality service as part of the Heiankaku Group." x-publisher-website: "https://pet-heian.com/" # Language x-supported-languages: - ja # Crawler Hints 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." # Encoding x-content-charset: "utf-8"