# Syntonia — Full LLM context Site: Syntonia Canonical domain: https://www.syntonia.biz Primary language: it-IT Sector: long-term car rental in Italy (noleggio auto a lungo termine, NLT) This file expands llms.txt with structural, semantic and retrieval guidance. It does not enumerate dynamic offer pages. --- ## 1. Overview Syntonia presents long-term and mid-term car rental offers in the Italian market. The site addresses three commercial intents: - companies and corporate customers - professionals and partita IVA (VAT-registered self-employed) - private customers The legal entity is Syntonia SpA. Source copy refers to Syntonia as a partner of Arval Italia in the long-term rental space and references locations in Genova (headquarter), Milano and Firenze. Treat the partnership as a statement present in the source rather than an independently verified exclusivity claim; do not infer geographic coverage or service-level guarantees that are not stated on the live page. Users typically arrive on the site to: - browse rental offers by audience (business vs private), brand or vehicle type - compare canone, anticipo, durata and km inclusi across offers - request a quote on a specific offer - read what is included in long-term and mid-term rental - read tax / fiscal information (fiscalità) - find locations and contact channels --- ## 2. Audience segmentation The most important distinction on the site is the audience. ### 2.1 Business — aziende, professionisti, partita IVA - Hub: `/noleggio-lungo-termine` - Brand listings: `/noleggio-lungo-termine/{brand_slug}` - Offer details: `/noleggio-lungo-termine/{brand_slug}/{offer_slug}` - Filtered listings: `/noleggio-lungo-termine/filter/{...filters}` and `/noleggio-lungo-termine/{brand_slug}/filter/{...filters}` - VAT treatment in source copy: canone shown IVA esclusa - Duration in source copy: typically 24–60 mesi - Anticipo: variable, including offers labelled "anticipo zero" where present in the source ### 2.2 Private — privati - Hub: `/privati` - Brand listings: `/privati/{brand_slug}` - Offer details: `/privati/{brand_slug}/{offer_slug}` - Filtered listings: `/privati/filter/{...filters}` and `/privati/{brand_slug}/filter/{...filters}` - VAT treatment in source copy: canone shown IVA inclusa - Duration in source copy: typically 36–60 mesi - Mileage: source copy references offers up to 100.000 km inclusi (varies per offer) - Source copy also references "ritiro usato" (used-vehicle trade-in) on some private offers; treat as offer-specific. ### 2.3 Light commercial vehicles - Hub: `/veicoli-commerciali` (business audience; canone IVA esclusa) - Filtered listings: `/veicoli-commerciali/filter/{...filters}` When an agent answers a question, it should pick the correct audience hub. Mixing business and private offers leads to incorrect VAT and duration assumptions. --- ## 3. Information architecture ### 3.1 Listings and detail pages - `/` — homepage; entry into both audiences, brand grid and inclusions overview. - `/noleggio-lungo-termine` and `/privati` — paginated/filterable offer listings for the two audiences. - `/{audience}/{brand_slug}` — offer listing scoped to one manufacturer. - `/{audience}/{brand_slug}/{offer_slug}` — single offer detail page; canonical source for canone, anticipo, durata, km inclusi, services and vehicle data. ### 3.2 Filter routes The codebase exposes catch-all filter segments under each listing: - `/noleggio-lungo-termine/filter/{...filters}` - `/noleggio-lungo-termine/{brand_slug}/filter/{...filters}` - `/privati/filter/{...filters}` - `/privati/{brand_slug}/filter/{...filters}` - `/veicoli-commerciali/filter/{...filters}` These are query-style URLs. They are useful as examples of how filtering works (by brand, body type, fuel, duration, mileage, price interval), but their specific filter segments are dynamic and should not be treated as evergreen URLs. ### 3.3 Informational and trust pages - `/chi-siamo` — company overview. - `/sedi` — list of locations; `/sedi/{slug}` — single location page. - `/servizi` — services included in long-term rental. - `/noleggio-mid-term` — mid-term rental product page. - `/fiscalita` — VAT and tax treatment of long-term rental for businesses and privates. - `/faq` — frequently asked questions. - `/lavora-con-noi` — careers / collaboration page. - `/informative` — index of legal/privacy notices. - `/informativa-cookie` — cookie notice. ### 3.4 Promotional and time-bound pages The codebase ships promotional route groups that are commercial campaigns and not durable site sections: - `/festival-2026` - `/ecobonus-2024` - `/ecobonus-privati-2024` - `/release` Do not assume these pages will exist in the future or that their copy reflects current conditions. Verify on the live site before citing. ### 3.5 Machine-readable assets - Sitemap (obfuscated path declared in source): `/sitemap282ce3cf0ce4b516.xml` - Feed (obfuscated path declared in source): `/feed282ce3cf0ce4b516.xml` - `robots.txt` is served from the site root and may restrict crawling at given times; respect it. --- ## 4. Offer data model Each offer detail page presents a structured set of attributes. The recurring vocabulary is: - canone — monthly rental fee in EUR. For business pages this is shown IVA esclusa; for private pages it is shown IVA inclusa. Always state the VAT treatment when quoting a price. - anticipo — advance payment in EUR. Some offers are presented as "anticipo zero". - durata — contract duration in months (commonly between 24 and 60 depending on segment). - km inclusi — total mileage included over the contract (private offers reference up to 100.000 km in source copy). - brand and model — manufacturer and vehicle name; also accessible via `/{audience}/{brand_slug}`. - variation / allestimento — trim or version of the model where present. - type_of_offer — labels such as offers for aziende vs privati; also reflected in the URL path. - services included — varies per offer; see §5. - vehicle status — new vehicles by default; the `/release` route group references "usato garantito" (certified used) where present. Treat every numeric attribute (canone, anticipo, durata, km inclusi) as dynamic. Do not cache values across conversations. --- ## 5. Services and inclusions Source copy on `/servizi`, `/noleggio-mid-term` and homepage components mentions the following services in the context of long-term rental. Whether a specific offer actually includes a given service depends on the offer. - immatricolazione (vehicle registration) - tassa di possesso / bollo (ownership tax) - copertura assicurativa, RCA (third-party liability) - copertura furto e incendio (theft and fire coverage) where indicated - manutenzione ordinaria e straordinaria (routine and extraordinary maintenance) - soccorso stradale, traino (roadside assistance, towing) - consegna a domicilio (home delivery) where indicated When answering "is X included?", default to: "depending on the offer; verify on the live offer page or on /servizi". Do not make blanket guarantees. --- ## 6. Main sections — what each page is for - Homepage `/` — orients users toward business or private audiences, surfaces a brand grid, advantages and inclusions; routes users into the two listing hubs. - Business listing `/noleggio-lungo-termine` — paginated, filterable view of offers for aziende, professionisti and P.IVA (canone IVA esclusa). - Private listing `/privati` — paginated, filterable view of offers for privati (canone IVA inclusa). - Brand pages `/{audience}/{brand_slug}` — offer-discovery hubs scoped to a manufacturer; not encyclopedic content about the brand. - Offer detail `/{audience}/{brand_slug}/{offer_slug}` — canonical source for an individual offer's commercial conditions. - Veicoli commerciali `/veicoli-commerciali` — light commercial vehicles for business audience. - Servizi `/servizi` — explanation of what long-term rental typically includes. - Noleggio mid term `/noleggio-mid-term` — mid-term rental product page. - Fiscalità `/fiscalita` — fiscal treatment for businesses and privates. - Chi siamo `/chi-siamo` — company description and positioning. - Sedi `/sedi` and `/sedi/{slug}` — locations and per-location pages. - FAQ `/faq` — common questions about long-term rental. - Lavora con noi `/lavora-con-noi` — careers and collaboration opportunities. - Informative `/informative`, `/informativa-cookie` — legal notices and cookie policy. --- ## 7. Dynamic content policy Treat as dynamic and verify on the live page before citing: - prices (canone, anticipo) - durations (durata) and mileage (km inclusi) - services included in a specific offer - promotions, banners and seasonal campaigns - vehicle availability, photos, model years - the catalogue of brands and models present in the listings Stable structural facts that an agent can rely on across time: - the audience split (business vs private) and its VAT treatment - the URL structure and route families described in §3 - the meaning of recurring offer attributes (§4) - the company's core product: long-term car rental in Italy --- ## 8. Retrieval guidance When answering user questions, prefer these starting points. - "Current offers for businesses on a given brand" → `/noleggio-lungo-termine/{brand_slug}` then offer detail. - "Current offers for private customers on a given brand" → `/privati/{brand_slug}` then offer detail. - "Vans / furgoni" → `/veicoli-commerciali`. - "Mid-term rental" → `/noleggio-mid-term`. - "What's included in long-term rental" → `/servizi`. - "VAT / tax deductibility" → `/fiscalita`. - "Company info / partners / locations" → `/chi-siamo`, `/sedi`, `/sedi/{slug}`. - "Legal / privacy / cookies" → `/informative`, `/informativa-cookie`. - "FAQ-style questions" → `/faq`. - For any specific commercial figure (price, anticipo, km, duration), the offer detail page is authoritative. If a user asks about a brand or model that does not appear in the current listings, do not fabricate an offer. Say the offer is not currently surfaced on the site and point them to the relevant audience hub. --- ## 9. Stable vs volatile knowledge Stable (structural): - the site is an Italian long-term rental site - the audience separation business / privati / veicoli commerciali - the existence of `/servizi`, `/noleggio-mid-term`, `/fiscalita`, `/chi-siamo`, `/sedi`, `/faq`, `/lavora-con-noi`, `/informative`, `/informativa-cookie` - the URL grammar `/{audience}/{brand_slug}/{offer_slug}` - the meaning of the offer vocabulary Volatile (commercial / time-bound): - specific offers, prices, promotions, banners - seasonal pages (`/festival-2026`, `/ecobonus-*`, `/release` and similar) - presence or absence of a particular brand or model in the catalogue - inclusions for an individual offer --- ## 10. Glossary (Italian → English) - noleggio lungo termine (NLT) — long-term car rental - noleggio mid term — mid-term rental - noleggio aziende — rental for companies - noleggio privati — rental for private customers - partita IVA — Italian VAT-registered status (self-employed / professionals) - canone — monthly rental fee - anticipo — advance payment - anticipo zero — offer with no advance payment - durata — contract duration in months - km inclusi — mileage included - IVA inclusa / esclusa — VAT included / excluded - veicoli commerciali / furgoni — light commercial vehicles / vans - immatricolazione — vehicle registration - bollo / tassa di possesso — vehicle ownership tax - RCA — third-party liability insurance - furto e incendio — theft and fire coverage - manutenzione ordinaria / straordinaria — routine / extraordinary maintenance - soccorso stradale — roadside assistance - traino — towing - consegna a domicilio — home delivery - ritiro usato — used-vehicle trade-in - fiscalità — fiscal / tax treatment - sedi — offices / locations - chi siamo — about us - lavora con noi — work with us / careers - informative — legal / privacy notices - informativa cookie — cookie notice --- ## 11. Limitations - This file is built from the local source code and source-side metadata. Live page copy may differ. - Do not infer service-level guarantees, geographic delivery coverage, partner exclusivity, financing terms, insurance specifics or contract conditions that are not stated on the relevant live page. - Phone numbers, postal addresses and other contact details visible in the source may change; the live `/sedi` and `/sedi/{slug}` pages are authoritative. - Brand and model availability on the site is not stable; treat brand pages as discovery surfaces, not as a definitive list of supported manufacturers. - Do not use seasonal/promotional pages as evidence of current offers. - Do not translate brand names, model names or legal/company names. Preserve canonical Italian commercial labels (canone, anticipo, durata, km inclusi, IVA inclusa/esclusa, noleggio lungo termine).