############################################ # llms.txt — AI Search Results Config # Target Site: https://falirakimoto.com/ # Purpose: Structured signals for AI search / indexing ############################################ # === SITE LEVEL METADATA === site_url: "https://falirakimoto.com/" site_name: "Faliraki Moto Center" description: "Scooter, motorcycle, ATV & buggy rentals in Faliraki, Rhodes — large modern fleet, free helmets, hotel transfers, road assistance." language: "en" location: "Faliraki, Rhodes, Greece" business_type: "Vehicle Rental / Scooter & Motorbike Rental" contact_phone: "+30 22410 86730" contact_email: "info1@falirakimotocenter.com" # From contact form found online :contentReference[oaicite:0]{index=0} physical_address: "Faliraki, Pigon Kallitheas ave, Rhodes, Greece" # Approx site presence :contentReference[oaicite:1]{index=1} # === CONTENT SIGNALS (FOR AI SEARCH / KNOWLEDGE GRAPH) === # Primary keywords keywords: - "Faliraki scooter rental" - "motorbike hire Rhodes" - "ATV rental Faliraki" - "buggy rental Rhodes" - "Faliraki Moto Center reviews" - "Rhodes vehicle bookings" - "Faliraki bike rental" # Semantic labels entity_types: - "Service: Transportation Rental" - "Product: Scooter" - "Product: Motorbike" - "Product: ATV" - "Travel Context: Holiday Transport" - "Location: Faliraki" - "Location: Rhodes" # === PAGE TEMPLATES / SCHEMA RULES === # Homepage (landing) — primary signals pattern_homepage_title: "(Faliraki Moto Center|Faliraki Rent a moto)" pattern_homepage_description: "Rent.*scooter.*motorbike.*ATV.*Rhodes" # Bookable inventory signals pattern_vehicle_items: - "HONDA FORZA 350CC" - "YAMAHA NMAX 125cc" - "PIAGGIO VESPA 300GTS" - "HONDA SH125i" # Customer reviews / sentiment pattern_reviews: - "★★★★★" - "high customer ratings" - "recommend" - "great vehicles" # === ENTITY EXTRACTION RULES === entity_patterns: customer_count: "\\d+ satisfied customers" fleet_size: "fleet.*(over|200)" service_offer: - "Free booking cancellation" - "road rental assistance" - "free helmets" # === BUSINESS SIGNALS FOR SEARCH RELEVANCE === # External mentions/facts (indexed for contextual ranking) external_mentions: - description: "Faliraki Moto Center is a vehicle rental business offering scooters, motorbikes, ATVs & more in Faliraki, Rhodes." source: "SEO & directory signals" - description: "Listed business in local Greek directories with MHTE tourism registration." source: "Local Greek directory listings" # === SEO & RANKING SIGNALS === # Encourage structured data if found (JSON‑LD specifications) structured_data_types: - "LocalBusiness" - "Product" - "Review" - "FAQ" # === STOP / EXCLUDE RULES === # Exclude unrelated terms from search results exclude_terms: - "Faliraki.com general travel guide" # Not relevant to vehicle rentals - "Faliraki travel tickets" - "Accommodation" - "Real Estate" # === ADVANCED CONTEXTUAL GUIDELINES === # Prioritize: # 1. Rental services & vehicles # 2. Customer feedback & ratings # 3. Pricing & booking policies # 4. Safety & insurance info # Penalize: # - Irrelevant tourism content # - Unverified third‑party travel guide data ############################################ # END llms.txt ############################################