# llms.txt for https://www.eternalsoftsolutions.com/ # Purpose: Guide AI/LLM crawlers on how content from this domain may be crawled and used. # Note: This file is complementary to robots.txt. When in doubt, follow the stricter rule. version: 1.0 site: https://www.eternalsoftsolutions.com/ owner: Eternal Web PVT LTD. # Prefer a web contact form so the address can change without updating this file. contact: https://www.eternalsoftsolutions.com/ ############################################################################### # SECTION 1 — DISCOVERY & CRAWLING ############################################################################### # Allowed paths for discovery/indexing by AI/LLM crawlers. allow: / # Optional hints for non-content or private-like areas commonly present on sites. disallow: /admin/ disallow: /wp-admin/ disallow: /login disallow: /cart disallow: /checkout disallow: /account disallow: /search disallow: /privacy disallow: /terms # Crawl pacing (in seconds). Respect the slowest of robots.txt or llms.txt. crawl-delay: 10 # Preferred sitemaps to find canonical, public URLs. sitemap: https://www.eternalsoftsolutions.com/sitemap.xml ############################################################################### # SECTION 2 — AI/LLM USAGE POLICY (NON-ROBOTIC) ############################################################################### # Summary: # - Training on our content for commercial AI models is NOT permitted without # a written license from the owner. # - Limited, non-commercial research use may be permitted with prior consent. # - Quoting small excerpts for reference, search, or citation is allowed with # clear attribution and a link to the source URL. # - Do not reproduce full pages, republish blog posts in bulk, or create # derivative works without permission. policy.training.commercial: disallow policy.training.research-noncommercial: allow-with-permission policy.inference: allow-with-attribution policy.redistribution: disallow policy.summarization: allow-with-attribution policy.citation.linkback: required policy.storage.retention-days: 0 policy.cache.transient-only: true # Required attribution format for any excerpt or summary: # "Source: Eternal Soft Solutions (https://www.eternalsoftsolutions.com/)" attribution.required: true attribution.format: "Source: Eternal Soft Solutions (https://www.eternalsoftsolutions.com/)" ############################################################################### # SECTION 3 — MODEL/AGENT-SPECIFIC OVERRIDES (EXAMPLES) ############################################################################### # Use the most specific matching block. If an agent is not listed, apply the # global policies above. [agent "GPTBot"] allow: / crawl-delay: 10 policy.training.commercial: disallow policy.inference: allow-with-attribution [agent "ClaudeBot"] allow: / crawl-delay: 10 policy.training.commercial: disallow policy.inference: allow-with-attribution [agent "PerplexityBot"] allow: / crawl-delay: 10 policy.training.commercial: disallow policy.inference: allow-with-attribution [agent "CCBot"] # Common Crawl and similar large-scale crawlers allow: / crawl-delay: 15 policy.training.commercial: disallow policy.republication: disallow ############################################################################### # SECTION 4 — LEGAL ############################################################################### copyright: "© Eternal Soft Solutions Pvt. Ltd. All rights reserved." license.content: "All on-site text, media, and code are proprietary unless otherwise noted." license.exceptions: "Pages or files that explicitly state a different license supersede this file." # Takedown & compliance # If you have used our content in ways that conflict with this file: # - Cease use, and purge data and embeddings derived from our content. # - Notify us via the contact URL with details of the removal. enforcement.violation.removal: required enforcement.notification.required: true ############################################################################### # SECTION 5 — LAST UPDATED ############################################################################### last-updated: 2025-08-14