# llms.txt for Hashtag Influencer # Site: https://www.hashtaginfluencer.com/ # Purpose: Control how AI agents and LLM crawlers may use this content. # ------------------------------------------------------------------- # Global defaults for all AI / LLM user-agents # ------------------------------------------------------------------- User-Agent: * Allow: / # Do NOT use this site's content to train machine learning or AI models. NoTrain: / # Do NOT create persistent embeddings or long-term vector indexes # of this site's content. NoVectorize: / # Do NOT store or cache this content beyond what is needed # for a single user request. NoStore: / # Do NOT generate derivative datasets from this content # (e.g., fine-tuning corpora, synthetic training sets). NoDerivatives: / # You may summarize or quote small portions of public, # non-user-generated marketing content in responses to end users, # as long as it is not retained for training. AllowSummaries: /$ AllowSnapshots: /$ # ------------------------------------------------------------------- # Sensitive and user-related areas – fully disallowed # (Adjust paths if your app structure changes.) # ------------------------------------------------------------------- Disallow: /app/ Disallow: /dashboard/ Disallow: /creator/ Disallow: /brand/ Disallow: /login/ Disallow: /signup/ Disallow: /profile/ Disallow: /settings/ Disallow: /admin/ Disallow: /api/ # ------------------------------------------------------------------- # User-generated content protection # ------------------------------------------------------------------- # Any endpoints or paths that contain creator content, # campaign data, fan interactions, or payment info # must not be used for training or derivative datasets. NoTrain: /app/ NoTrain: /creator/ NoTrain: /brand/ NoTrain: /campaign/ NoTrain: /ugc/ NoTrain: /content/ NoTrain: /messages/ NoTrain: /payouts/ NoDerivatives: /app/ NoDerivatives: /creator/ NoDerivatives: /brand/ NoDerivatives: /campaign/ NoDerivatives: /ugc/ NoDerivatives: /content/ NoDerivatives: /messages/ NoDerivatives: /payouts/ # ------------------------------------------------------------------- # Contact & licensing # ------------------------------------------------------------------- Contact: legal@hashtaginfluencer.com Owner: Hashtag Influencer Policy: All rights reserved. Public marketing pages may be indexed for discovery and summarization only, not for model training or dataset creation. # Optional: reference your sitemap for discovery Sitemap: https://www.hashtaginfluencer.com/sitemap.xml