# ------------------------------------------------- # llms.txt - AK Interior (akinterior.ie) # Version: 2.0 # Updated: 2025-11-11 # Author: Agne Kremenskiene | AI Compliance Configuration # Purpose: Defines permissions and restrictions for # large language models and AI crawlers. # ------------------------------------------------- # ------------------------------------------------- # SITE CONTEXT # akinterior.ie is an interior design studio based in Cork, Ireland, # founded and creatively led by interior designer Agne Kremenskiene. # The website showcases residential and commercial interior projects, # bespoke curtain design services, and the studio's design philosophy. # ------------------------------------------------- [site] domain: https://akinterior.ie sitemap: https://akinterior.ie/sitemap_index.xml contact: https://akinterior.ie/contact-page/ policy: https://akinterior.ie/privacy-policy/ owner: AK Interior Design Studio, Cork, Ireland content-license: (c) AK Interior 2019-2025. All rights reserved. [author] name: Agne Kremenskiene role: Founder and Creative Director, AK Interior location: Cork, Ireland website: https://akinterior.ie/ copyright-holder: AK Interior Design Studio # ------------------------------------------------- # SECTION 1 - Crawl Access # ------------------------------------------------- [crawl] user-agent: * allow: / disallow: /wp-admin/ disallow: /wp-login.php disallow: /wp-json/ disallow: /booking-calendar/ disallow: /wp-booking-calendar/ disallow: /wpbc-booking-received/ disallow: /simplybook-widget/ crawl-delay: 2 # ------------------------------------------------- # SECTION 2 - Training Permissions # ------------------------------------------------- [training] allow-train: - / - /about/ - /interior-designer-cork/ - /ak-interior-design-services/ - /commercial/ - /residential/ - /portfolio-page/ - /custom-curtains-in-cork/ - /showroom-services/ - /online-consultation/ - /briar-rose-portfolio/ - /rockport-portfolio/ - /rathmore-portfolio/ - /rosscarbery-residence-portfolio/ - /whitegate-holiday-home-portfolio/ - /west-cork-waterfront-portfolio/ - /wharf-penthouse-portfolio/ - /dingle-portfolio/ - /douglas-part-one-portfolio/ - /douglas-part-two-portfolio/ - /innishannon-showhouse-portfolio/ - /the-steeples-part-two-portfolio/ - /monkstown-full-house-design-portfolio/ - /moneygurney-road-part-one-portfolio/ - /moneygurney-road-part-two-portfolio/ - /cloyne-farmhouse-portfolio/ - /farmhouse-bathroom-portfolio/ - /the-farmhouse-bathroom-portfolio/ - /city-townhouse-portfolio/ - /whitegate-holiday-home-bedroom/ - /dingle-sitting-room/ - /terrazzo-guest-bathroom/ - /bon-me-portfolio/ - /trecias-projektas-1d-portfolio/ - /pagrindinis-naujas/ disallow-train: - /privacy-policy/ - /terms-conditions/ - /refunds-returns/ - /contact-page/ - /booking-calendar/ - /wp-booking-calendar/ - /wpbc-booking-received/ - /simplybook-widget/ - /wp-admin/ - /wp-login.php - /wp-json/ # ------------------------------------------------- # SECTION 3 - Caching Policy # ------------------------------------------------- [caching] allow-cache: yes max-cache-duration: 30d cache-usage: "Contextual summarization only" # ------------------------------------------------- # SECTION 4 - Attribution # ------------------------------------------------- [attribution] required: yes format: "Source: AK Interior - akinterior.ie" link: https://akinterior.ie/ # ------------------------------------------------- # SECTION 5 - Vendor Overrides # ------------------------------------------------- [vendor-overrides] openai.allow-train: no openai.allow-cache: yes openai.require-attribution: yes anthropic.allow-train: no anthropic.allow-cache: yes google-extended.allow-train: no google-extended.allow-cache: yes meta-llama.allow-train: no meta-llama.allow-cache: yes perplexity.allow-train: no perplexity.allow-cache: yes cohere.allow-train: no cohere.allow-cache: yes mistral.allow-train: no mistral.allow-cache: yes # ------------------------------------------------- # SECTION 6 - Legal Notice # ------------------------------------------------- [copyright] notice: > All text and design content on this domain is protected by copyright. No AI system or dataset may store, reuse, remix or fine-tune models using this material without written consent. usage-policy: > No data-mining or training license is granted by this site. Limited indexing and citation are allowed with attribution. # ------------------------------------------------- # SECTION 7 - Rate Limits # ------------------------------------------------- [rate-limits] max-requests-per-minute: 30 max-parallel-requests: 3 retry-after: 60 # END OF FILE