# llms.txt for OfficeFinder.com # Last updated: 2026-04-11 # Purpose: Declare how AI crawlers and LLM providers may use content from OfficeFinder.com. # -------------------------------------------------------------------- # 1. Site information # -------------------------------------------------------------------- site: https://www.officefinder.com owner: OfficeFinder, LLC contact: info@officefinder.com policy_url: https://www.officefinder.com/privacy.html # -------------------------------------------------------------------- # 2. General policy for AI/LLM crawlers # -------------------------------------------------------------------- # Options: allow, disallow, limited # "limited" means only specific paths/sitemaps are allowed as defined below. llm-policy: limited # -------------------------------------------------------------------- # 3. Allowed content for AI training and indexing # -------------------------------------------------------------------- # These sections are typically useful for discovery and high-level understanding # of services, but not for wholesale training on full text. allow: /sitemap.xml allow: /sitemap_index.xml allow: /about/ allow: /contact/ allow: /office-space/ allow: /office-space-search/ allow: /blog/ allow: /resources/ allow: /faq/ # AI providers may: # - Crawl allowed URLs for indexing and snippet generation. # - Use short excerpts (e.g., <300 characters) for search, summaries, and answer snippets. llm-usage-allowed: indexing, snippets, search-results, non-commercial-research # -------------------------------------------------------------------- # 4. Disallowed content for AI training # -------------------------------------------------------------------- # These areas often contain proprietary listings, partner data, or content # where you may want to restrict model training. disallow: /my-account/ disallow: /login/ disallow: /signup/ disallow: /admin/ disallow: /api/ disallow: /wp-admin/ disallow: /wp-login.php # Disallow full-text training on all pages by default. # AI providers must not: # - Store or reuse full page content for model training. # - Build derivative datasets of OfficeFinder.com content without explicit written permission. llm-training: disallow-all llm-training-exception: none # -------------------------------------------------------------------- # 5. Commercial use restrictions # -------------------------------------------------------------------- # Clarify that commercial AI training or resale of derived datasets is not allowed # without a direct agreement. commercial-llm-use: prohibited commercial-llm-note: > Commercial use of OfficeFinder.com content for AI training, fine-tuning, or dataset creation is prohibited without a written license agreement from OfficeFinder, LLC. # -------------------------------------------------------------------- # 6. Attribution and citation # -------------------------------------------------------------------- # If AI systems surface content from OfficeFinder.com, request attribution. attribution-required: yes attribution-format: "Source: OfficeFinder (https://www.officefinder.com)" # -------------------------------------------------------------------- # 7. Enforcement and changes # -------------------------------------------------------------------- # This file expresses OfficeFinder.com’s preferences and policies for AI crawlers. # Policies may change; AI providers should re-check this file regularly. policy-change-notice: > OfficeFinder.com may update this llms.txt at any time. Continued crawling or use of content after changes constitutes acceptance of the updated policy. # End of llms.txt