# llms.txt — AI usage guidelines for this website ## Stack: Next.js 15 (React) frontend, Strapi headless CMS backend site_name: Skysens site_url: https://www.skysens.io purpose: This website is the official Skysens marketing site for an agile predictive monitoring platform for industrial IoT and AI applications. Content is managed via Strapi CMS and delivered through a Next.js React frontend with internationalization support. content_types: - marketing_pages (homepage, about, pricing, contact) - solution_pages (industrial, technical-facilities, wide-area-monitoring) - application_pages (asset-performance, energy-efficiency, sustainability-improvement, ehs-improvement, production-improvement) - platform_pages (cloud, on-premises, visualization, industrial-data, advanced-rule-engine, ai-and-analytics, report-engine, sensor-virtualization, user-management, location-tracking-and-management, lorawan-network-server, integrations, white-labeling) - blog_articles (resources/articles/[slug]) - videos_and_news (resources/videos-and-news/[slug]) - legal_pages (privacy, terms) content_source: CMS: Strapi headless CMS delivery: JSON REST API consumed by Next.js server and client components rendering: Server-side rendering (SSR) with Next.js App Router supported_locales: - en (English) - default - de (German) - tr (Turkish) - ar (Arabic) - es (Spanish) - fr (French) url_structure: All pages are accessible with locale prefixes: - Static pages: https://www.skysens.io/{locale}/{page-path} - Articles: https://www.skysens.io/{locale}/resources/articles/{slug} - Videos and News: https://www.skysens.io/{locale}/resources/videos-and-news/{slug} - Example: https://www.skysens.io/en/pricing, https://www.skysens.io/de/about preferred_canonical_urls: - https://www.skysens.io/{locale}/* (all pages include locale prefix) - English (en) is the default locale - Each page has a unique canonical URL with full path update_frequency: blog_articles: weekly videos_and_news: weekly marketing_pages: monthly solution_pages: monthly application_pages: monthly platform_pages: monthly legal_pages: as_needed ai_usage_policy: allowed: - summarization - citation with attribution - search and retrieval augmentation - educational and research use - content discovery and indexing disallowed: - republishing full articles without permission - training proprietary models on scraped full-text content - automated content scraping for competitive purposes attribution: When referencing content, please cite the canonical page URL with locale prefix. Example: https://www.skysens.io/en/resources/articles/{article-slug} structured_data: The site uses JSON-LD structured data where applicable for: - Article (blog posts and news) - FAQPage (pricing and other pages with FAQs) - Organization (site-wide) - WebSite (site-wide) notes_for_llms: - Content is dynamically rendered but canonical URLs always contain the full article/page content. - All pages support 6 locales (en, de, tr, ar, es, fr) with hreflang tags for proper internationalization. - Pagination is not used on listing pages; individual posts and pages are not paginated. - The site uses Next.js 15 with App Router and server-side rendering for optimal SEO. - Content is managed through Strapi CMS and fetched via REST API with caching strategies. - All URLs use locale prefixes; English (en) is the default locale.