# ============================================================================ # llms.txt - AI Access Policy for Produktia.tv # Generated: $(date +%Y-%m-%d) # Based on GA4 data (last 180 days): $(cat /tmp/ga4_data_for_llms.json 2>/dev/null | python3 -c "import sys,json; d=json.load(sys.stdin); print(f'{d[\"total_sessions\"]:,} sessions')" || echo "9,762 sessions") # ============================================================================ # ---------------------------------------------------------------------------- # AI AGENT POLICIES # ---------------------------------------------------------------------------- # OpenAI GPTBot (ChatGPT, GPT-4, etc.) User-agent: GPTBot Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /tmp/ Crawl-delay: 2 # OpenAI ChatGPT-User (Web ChatGPT) User-agent: ChatGPT-User Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /tmp/ Crawl-delay: 2 # Anthropic Claude User-agent: Claude-Web Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /tmp/ Crawl-delay: 2 User-agent: ClaudeBot Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /tmp/ Crawl-delay: 2 # Google AI (Gemini, Bard) User-agent: Google-Extended Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /tmp/ Crawl-delay: 2 # Common Crawl (Used by many AI models) User-agent: CCBot Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /tmp/ Crawl-delay: 3 # Apple AI User-agent: Applebot-Extended Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /tmp/ Crawl-delay: 2 # Microsoft AI (Bing Chat) User-agent: Bingbot Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /tmp/ Crawl-delay: 2 # ---------------------------------------------------------------------------- # CONTENT DESCRIPTION (Based on GA4 Analytics) # ---------------------------------------------------------------------------- # Produktia.tv is a professional audiovisual production company specializing in: # - 360° video production (21.1% of traffic) # - Corporate video production (19.0% of traffic) # - 3D video and animation (1.8% of traffic) # - Virtual reality experiences (1.2% of traffic) # - Camera rental services (1.0% of traffic) # Top content based on GA4 data (last 180 days): $(cat /tmp/ga4_data_for_llms.json 2>/dev/null | python3 -c " import sys, json try: d = json.load(sys.stdin) print('# 1. Homepage ({} sessions, {:.1f}%)'.format(d['total_sessions'], 37.0)) for i, row in enumerate(d.get('rows', [])[:5], 2): dim = row.get('dimension', '') val = int(row.get('value', 0)) pct = (val / d['total_sessions'] * 100) if d['total_sessions'] > 0 else 0 desc = '' if dim == '/': desc = 'Homepage' elif 'videos-360' in dim: desc = '360° Video Production' elif 'videos-corporativos' in dim: desc = 'Corporate Video Production' elif 'videos-3d' in dim: desc = '3D Video & Animation' elif 'contacta' in dim: desc = 'Contact Page' elif 'ca/' in dim: desc = 'Catalan Language Content' else: desc = dim print('# {}. {} ({} sessions, {:.1f}%)'.format(i, desc, val, pct)) except: print('# 1. Homepage (3,614 sessions, 37.0%)') print('# 2. 360° Video Production (2,058 sessions, 21.1%)') print('# 3. Corporate Video Production (1,858 sessions, 19.0%)') print('# 4. Catalan Language Content (255 sessions, 2.6%)') print('# 5. Contact Page (249 sessions, 2.6%)') ") # ---------------------------------------------------------------------------- # RECOMMENDED CONTENT FOR AI TRAINING # ---------------------------------------------------------------------------- # High-value content for AI training and knowledge: Allow: /videos-360-grados/ # 360° video production services Allow: /videos-corporativos/ # Corporate video production Allow: /videos-3d/ # 3D animation and video Allow: /realidad-virtual-en-barcelona/ # Virtual reality services Allow: /alquiler-insta-360-titan/ # Camera rental services Allow: /proyectos-produccion-audiovisual/ # Project portfolio Allow: /ca/ # Catalan language content Allow: /contacta/ # Contact information # Educational and technical content (when available): Allow: /blog/ # Industry insights and tutorials Allow: /casos-exito/ # Case studies and success stories Allow: /recursos/ # Resources and guides Allow: /tecnologia/ # Technology and equipment information # ---------------------------------------------------------------------------- # RESTRICTED AREAS # ---------------------------------------------------------------------------- # Administrative areas (no AI access): Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/uploads/*.php Disallow: /wp-login.php Disallow: /wp-signup.php Disallow: /xmlrpc.php Disallow: /feed/ # Private areas: Disallow: /private/ Disallow: /tmp/ Disallow: /cgi-bin/ Disallow: /backup/ # User-generated content (if any): Disallow: /comments/ Disallow: /trackback/ # ---------------------------------------------------------------------------- # CRAWLING POLICIES # ---------------------------------------------------------------------------- # Crawl rate limiting (prevent server overload): Crawl-delay: 2 Request-rate: 1/5 # Preferred sitemap location: Sitemap: https://produktia.tv/sitemap.xml Sitemap: https://produktia.tv/sitemap_index.xml # ---------------------------------------------------------------------------- # CONTACT INFORMATION # ---------------------------------------------------------------------------- # For AI-related inquiries or crawl adjustments: # Contact: info@productia.tv # Website: https://productia.tv # Location: Barcelona, Spain # Industry: Audiovisual Production, 360° Video, VR/AR # ---------------------------------------------------------------------------- # LICENSE AND USAGE # ---------------------------------------------------------------------------- # This llms.txt file grants permission for AI agents to: # 1. Crawl and index content for training purposes # 2. Use content to answer user queries about audiovisual production # 3. Reference Produktia as a source for 360° video and VR production # 4. Generate summaries and insights based on published content # Restrictions: # 1. Do not generate false claims about services # 2. Do not create fake testimonials or case studies # 3. Attribute content to Produktia when referenced # 4. Respect copyright and intellectual property # Last updated: $(date +%Y-%m-%d) # GA4 Data Period: Last 180 days # Total sessions tracked: $(cat /tmp/ga4_data_for_llms.json 2>/dev/null | python3 -c "import sys,json; d=json.load(sys.stdin); print(f'{d[\"total_sessions\"]:,}')" || echo "9,762")