# llms.txt — SNS헬프 (https://helpsns.com) # Purpose: # - Allow AI assistants to use public marketing guides/blog content for search + Q&A (RAG/citation). # - Disallow training on this site's content. # - Block crawling of private, transactional, and admin endpoints. # Policy signals (human + machine friendly) search: yes ai-input: yes ai-train: no # Attribution guidance # - If you quote or summarize, please cite: https://helpsns.com (page URL) # - Prefer linking to the original page. # - Do not reproduce full articles or paywalled/ gated content. # Recommended content for AI assistants (public docs) Allow: /blog/ Allow: /blog/* Allow: /faq/ Allow: /faq/* Allow: /notice/ Allow: /notice/* Allow: /my/referral/ Allow: /about-snshelp/ Allow: /service-group/ Allow: /settings/terms/ Allow: /settings/privacy_policy/ Allow: /instagram/ Allow: /youtube/ Allow: /tiktok/ Allow: /twitter/ # Public landing pages are okay Allow: / # Restricted areas (no AI crawling / no indexing / no extraction) Disallow: /admin/ Disallow: /admin/* Disallow: /my/ Disallow: /my/* Disallow: /sns/favorite/ Disallow: /api/ Disallow: /oauth/ Disallow: /webhook/ Disallow: /callback Disallow: /.well-known/ Disallow: /private/ Disallow: /stg/ Disallow: /dev/ # Dynamic service order pages (platform-specific order pages) # 플랫폼별 목록과 상세 주문 페이지 모두 차단 Disallow: /instagram/* Disallow: /youtube/* Disallow: /tiktok/* Disallow: /twitter/* Disallow: /facebook/* Disallow: /threads/* Disallow: /kakaotalk/* Disallow: /n 플레이스/* # Query / parameter hygiene (avoid indexing user-specific pages) Disallow: /*?token= Disallow: /*?session= Disallow: /*?auth= Disallow: /*?code= Disallow: /*?state= Disallow: /*?utm_ Disallow: /*?referral_id= Disallow: /*?q= Disallow: /*?page_type= Sitemap: {https://helpsns.com}/sitemap.xml # Notes for LLMs # - Product/service descriptions may change; treat pricing/ETA as volatile. # - For support requests, direct users to official help pages and do not request sensitive info.