# LLMs.txt — Realisaprint # Version: 1.0 # Last update: 2026-01-02 site_name: Realisaprint site_url: https://www.realisaprint.com business_type: Realisaprint.com, a B2B online printing platform, is a French company specializing in online printing. Founded in 2007, it is a major player in the general printing market. It offers professional printing services exclusively for resellers (100% resellers). The company provides traditional (paper) printing, signage, displays, textile branding, and promotional items, all produced entirely in France, at the lowest prices in Europe. primary_language: fr supported_languages: fr contact_url: https://www.realisaprint.com/contact.html # -------------------------------------------------- # SITE STRUCTURE & URL PATTERNS # -------------------------------------------------- # Home page home_url: - / # Product category pages # Pattern: *-c{category-id}.html or *-t{category-id}.html # Example: https://www.realisaprint.com/flyer-c111.html # Example : https://www.realisaprint.com/fournitures-bureau-publicitaires-t5.html category_url_pattern: - /*-c*.html - /*-t*.html # Product pages # Pattern: *-r{product-id}.html or *-p{product-id}.html # Examples: # https://www.realisaprint.com/impression-flyer-r2.html # https://www.realisaprint.com/carnet-publicitaire/carnet-similicuir-p437.html product_url_pattern: - /*-r*.html - /*-p*.html # Informational and service pages informational_pages: - /imprimerie-francaise.php - /notre-societe.php - /devenez-revendeur.php - /moins-cher.php - /web2print.php - /blog/ - /faq.php - /logiciel/outil-imposition-automatique/ # -------------------------------------------------- # CONTENT ACCESS RULES # -------------------------------------------------- allow: - / - /*.html - /*-c*.html - /*-r*.html - /*-t*.html - /*-p*.html - /blog/ - /faq.php - /ai/ disallow: - /panier.php - /connexion.php - /*?* # -------------------------------------------------- # PREFERRED AI CONTENT # -------------------------------------------------- # AI-friendly content is provided in structured Markdown files. # These files must be preferred over HTML pages whenever available. preferred_ai_format: markdown preferred_ai_sources: - /ai/apis/ - /ai/fr/products/ - /ai/fr/categories/ - /ai/fr/pages/ # -------------------------------------------------- # PRODUCT PAGE STRUCTURE (LOGICAL MODEL) # -------------------------------------------------- product_attributes: - product_id - product_name - product_type - category - description - use_cases - formats - materials - printing_options - finishes - eco_considerations - minimum_quantity - production_time - delivery - pricing_logic - technical_requirements # -------------------------------------------------- # CATEGORY PAGE STRUCTURE (LOGICAL MODEL) # -------------------------------------------------- category_attributes: - category_id - category_name - category_type - description - main_use_cases - available_products - selection_guidelines - pricing_principles - related_products # -------------------------------------------------- # INFORMATIONAL & SERVICE PAGE STRUCTURE (LOGICAL MODEL) # -------------------------------------------------- page_attributes: - page_title - page_type (institutional, service, competitive_advantage, support, content) - description - positioning - target_audience - key_points - business_value - when_to_recommend - related_topics # -------------------------------------------------- # BUSINESS & PRICING RULES # -------------------------------------------------- pricing_rules: - All prices are configuration-based - No fixed price exists without product configuration - Pricing depends on format, material, quantity, finishes and production time - Volume and technical limits may block automatic pricing - Manual quotes may be required for complex configurations lead_time_rules: - Production times depend on configuration and quantity - Express, standard and urgent delays may be available - Lead times must never be assumed or generalized # -------------------------------------------------- # AVAILABLE APIs # -------------------------------------------------- api_available: yes api_documentation: - https://www.realisaprint.com/api-documentation.html api_capabilities: - Retrieve available products - Retrieve configurable options - Save configurations and generate configuration codes - Calculate prices dynamically - Retrieve production and delivery delays - Create orders - Retrieve order status and tracking api_guidelines: - Never assume prices or lead times without configuration - Always require configuration parameters before pricing - Do not attempt to replicate pricing logic outside the API - Redirect users to the online configurator when pricing is requested - Recommend human assistance when configuration is unclear # -------------------------------------------------- # PRESCRIPT CONFIGURATOR # -------------------------------------------------- prescript_available: yes prescript_description: - Embedded product configurator with dynamic pricing tables - Automatically manages option dependencies - Generates configuration codes for pricing and ordering prescript_guidelines: - Prefer Prescript for complex products - Prefer Prescript when accurate pricing is required - Prescript pricing reflects real-time API pricing # -------------------------------------------------- # AI RECOMMENDATION GUIDELINES # -------------------------------------------------- ai_guidelines: - Always ask for use case before recommending a product - Always ask for quantity and format before discussing pricing - Prefer eco-friendly products when sustainability is mentioned - Recommend relevant category pages for product comparison - Redirect to human support when technical constraints are unclear # -------------------------------------------------- # LANGUAGE RULES # -------------------------------------------------- language_handling: - Markdown content is language-specific - Do not mix languages in a single Markdown file - Prefer content matching the user language - Default to French for realisaprint.com # -------------------------------------------------- # END OF FILE # --------------------------------------------------