# Alamo

> Alamo.nl is the online booking platform for car rentals worldwide, operated by Target Travel (Maarssen, Netherlands, since 1995). The site offers rentals in over **1,100 locations** across Europe, North America, South America, and the Caribbean, with major airport and city center pick-up options. Available in **English, Dutch, Spanish, French, and German**.

Important notes:
- English, German and Spanish are available on [Alamo.nl](https://www.alamo.nl/)
- French is available on [Alamo.be](https://www.alamo.be/)
- Dutch is available both on [Alamo.nl](https://www.alamo.nl/) and [Alamo.be](https://www.alamo.be/)
- Service pages – Deals, Information, Frequently Asked Questions, Insurances, Blog, About Us, Contact – are available in **English, Dutch, Spanish, French, and German**
- 65 country sites are available in **English, Dutch, Spanish, French, and German**
- Within the country sites, car rental locations are listed

## Supported Languages – URL Structure

> The entire website is available in English, Dutch, Spanish, French, and German.

- URL structure of the landing pages with the available languages

- **English:**  
    `https://www.alamo.nl/en/`

- **Dutch (Nederlands):**  
    `https://www.alamo.nl/`
    `https://www.alamo.be/`

- **Spanish (Español):**  
    `https://www.alamo.nl/es/`

- **French (Français):**  
    `https://www.alamo.be/fr/`

- **German (Deutsch):**
    `https://www.alamo.nl/de/`

- content:
    1. **Header / Core Action** – Prominent search form headlined “Find your rental car,” letting users easily choose pick-up and drop-off locations and times.
    2. **Value Proposition** – Positioned as quick, reliable, and affordable; highlights global pickup options (e.g., USA, Canada, Spain, France), competitive rates, and inclusive insurance.
    3. **Navigation Links** – Clearly segmented for Inspiration, Deals, and Locations, helping users find relevant sections fast.
    4. **Quick-Access Location Links** – Direct links to popular country pages (USA, Spain, Canada, Italy, Australia, Netherlands) and “All locations.”
    5. **Footer / Support Links** – Includes navigation for Deals, Information, FAQ, Insurances, Blog, About Us, and Contact. Company details (Target Travel), contact phone/email, and legal links (Terms, Privacy, Affiliates) are also present.


## Locations - All Countries With Rental Service Availability

> List of all 65 countries where the service is available in the supported languages

- **English:**  
    `https://www.alamo.nl/en/car-rental/`

- **Dutch (Nederlands):**  
    `https://www.alamo.nl/auto-huren/`
    `https://www.alamo.be/auto-huren/`

- **Spanish (Español):**  
    `https://www.alamo.nl/es/alquiler-de-coches/`

- **French (Français):**  
    `https://www.alamo.be/fr/location-de-voiture/`

- **German (Deutsch):**
    `https://www.alamo.nl/de/mietwagen/`

- content:
    1. **Title / Intro** – Header “1,100+ locations worldwide” with a short explanation that Alamo.nl offers rentals globally, mainly at airports and city centers.  
    2. **General Description** – Instructions to select a country for full details; mentions that address and opening hours are shown on location pages; fallback to partner options if not listed.  
    3. **Country List** – Linked list of all available countries (each linking to a country overview page).  
    4. **Navigation** – Link to “All locations” overview page.

Each available countries page has its own `.md` file:
- URL structure `https://[respective/rental/service/url/of/the/language].md`
    - eg.: `https://www.alamo.nl/en/car-rental.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Locations – Country Pages

> The pages provide **list of locations where rental offices can be found.**

- URL structure `https://[respective/rental/service/url/of/the/language]/[countryname]/`
    - eg.: `https://www.alamo.nl/en/car-rental/usa/`

- content:
    1. **Intro Text** – Benefits of renting with Alamo.nl in that country.  
    2. **Subregions or Highlights** – Often links to key states/regions.
    3. **Promotional Content** – Insurance info, packages (Gold, Gold Underage), and one-way rental policies.  
    4. **Information Links** – Links to general pages (insurance, deposit, extras, tolls, credit cards, one-way rentals).  
    5. **Top Locations List** – At max 6 highlighted city/airport locations. 
    6. **All Locations Link** – If more than 6 locations exist, there is a separate listing
        - Contains the full list of all rental locations in that country.
        - URL structure `https://[respective/rental/service/url/of/the/language]/[countryname]/[country-respective-postfix]`
            - country respective postfixes:
                - English - `all`
                - Dutch - `alles`
                - Spanish - `todos`
                - German - `alles`
                - French - `tous`

Each country has its own `.md` file:
- URL structure `https://[respective/rental/service/url/of/the/language]/[countryname].md`
    - eg.: `https://www.alamo.nl/en/car-rental/usa.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents

Countries have /all /alles /todos postfixes attached and these links also have `.md` files.
- URL structure `https://[respective/rental/service/url/of/the/language]/[countryname]/[country-respective-postfix].md`
    - eg.: `http://alamo.nl/en/car-rental/usa/all.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Locations – Specific Rental Offices

> The pages provide **specific rental office details.**

- URL structure `https://[respective/rental/service/url/of/the/language]/[countryname]/[location-slug]`
    - eg.: `https://www.alamo.nl/en/car-rental/usa/san-francisco-airport/`

- content:
    1. **Title / Intro** – Short header like “Rent a car in [Location]” with booking reassurance.  
    2. **Location Information** – Name, optional coordinates, address, and opening hours.  
    3. **Booking / Service Highlights** – Quick list: cancellation, unlimited mileage, insurances, 24/7 support.  
    4. **Marketing Copy** – Brief promotional text tailored to the city/airport.  
    5. **Standard Information Links** – Fixed set of links (one-way rental, credit card, tolls, deposit, insurance, extras).  

Each location has its own `.md` file:
- URL structure `https://[respective/rental/service/url/of/the/language]/[countryname]/[location-slug].md`
    - eg.: `https://www.alamo.nl/en/car-rental/usa/san-francisco-airport.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Service Pages - Deals

> The pages provide **current offers, promo codes, and newsletter signup.**

- URL structure `https://[respective/url/of/the/language]/[deals-slug]/`
  - English: `deals/`
  - German (Deutsch): `angebote/`
  - Spanish (Español): `ofertas/`
  - Dutch (Nederlands): `aanbiedingen/`
  - French (Français): `promotions/`
  - eg.: `https://www.alamo.nl/en/deals/`

- content:
    1. **Intro Text** – Overview of promotions and discount codes; option to subscribe to newsletter.
    2. **Newsletter Form** – Email Address, First Name (Voornaam), Last Name (Achternaam).
    3. **Highlighted Deals** – Featured promotions with links.
    4. **Regional Highlights** – Mentions of recurring deals for USA, Canada, Spain, France, etc.
    5. **Notes** – How to apply codes; availability and conditions.

Each Deals page has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/[deals-slug].md`
  - eg.: `https://www.alamo.nl/en/deals.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Service Pages - Information

> The pages provide **practical guidance and policy information** (one-way, credit card, tolls, deposit, insurances, extras).

- URL structure `https://[respective/url/of/the/language]/[information-slug]/`
  - English: `information/`
  - German (Deutsch): `information/`
  - Spanish (Español): `informacion/`
  - Dutch (Nederlands): `informatie/`
  - French (Français): `information/`
  - eg.: `https://www.alamo.nl/en/information/`

- content:
    1. **Intro Text** – “Hit the road well-informed.”
    2. **Topic Cards** – One-way, Credit card, Toll roads, Deposit, Insurances, Extras.
    3. **Per-Topic Links** – Deep links to each topic detail page.
    4. **Practical Tips** – What to bring, local variations, common edge cases.

Each Information index page has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/[information-slug].md`
  - eg.: `https://www.alamo.nl/en/information.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents

Each Information topic page has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/[information-slug]/[topic-slug].md`
  - eg.: `https://www.alamo.nl/en/information/credit-card.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Service Pages - Frequently Asked Questions

> The pages provide **answers to common questions** with contact options if the answer isn’t found.

- URL structure `https://[respective/url/of/the/language]/[faq-slug]/`
  - English: `frequently-asked-questions/`
  - German (Deutsch): `haeufige-gestellte-fragen/`
  - Spanish (Español): `preguntas-mas-frecuentes/`
  - Dutch (Nederlands): `veelgestelde-vragen/`
  - French (Français): `foire-aux-questions/`
  - eg.: `https://www.alamo.nl/en/frequently-asked-questions/`

- content:
    1. **Intro Text** – Purpose of the FAQ and what to expect.
    2. **FAQ List** – Insurance coverage, flight delays, credit card needs, one-way returns, drop-off fees, extras, minimum age, fuel options, tolls, etc.
    3. **Emergency & Phone Notes** – When to call (e.g., flight delays over 2 hours).
    4. **Contact CTA** – Link to contact form for unresolved questions.

Each FAQ index page has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/[faq-slug].md`
  - eg.: `https://www.alamo.nl/en/frequently-asked-questions.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Service Pages - Insurances

> The pages provide **insurance coverage details** (theft, CDW, deductibles, extended protection, excess protection, exclusions, roadside service, No-Risk Warranty).

- URL structure `https://[respective/url/of/the/language]/[information-slug]/[insurance-article-slug]/`
  - English: `information/your-rental-car-adequately-insured/`
  - German (Deutsch): `information/eine-passende-versicherung-fuer-ihr-mietauto/`
  - Spanish (Español): `informacion/su-coche-de-alquiler-bien-asegurado/`
  - Dutch (Nederlands): `informatie/uw-huurauto-goed-verzekerd/`
  - French (Français): `information/votre-voiture-bien-assuree/`
  - eg.: `https://www.alamo.nl/en/information/your-rental-car-adequately-insured/`

- content:
    1. **Intro Text** – What’s included by default and where rules differ.
    2. **Theft Insurance** – Coverage and deductibles.
    3. **CDW – Collision Damage Waiver** – Coverage and deductibles.
    4. **Deductible Excess** – Regional differences (Europe, North America, South/Central America).
    5. **Extended Protection** – USA/Canada liability up to ~$1,000,000.
    6. **Super CDW / Excess Protection** – Europe; deposit implications if not purchased.
    7. **Exclusions** – Tires, undercarriage, windscreens (unless optional coverage purchased).
    8. **Roadside Service Plan** – Optional; typical inclusions and daily cost.
    9. **No-Risk Warranty** – Target Travel add-on; deductible coverage and notes.

Each Insurance article page has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/[information-slug]/[insurance-article-slug].md`
  - eg.: `https://www.alamo.nl/en/information/your-rental-car-adequately-insured.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Service Pages - Blog

> The pages provide **tips, road-trip ideas, and rental know-how** with recent/featured posts.

- URL structure `https://[respective/url/of/the/language]/blog/`
  - All languages: `blog/`
  - eg.: `https://www.alamo.nl/en/blog/`

- content:
    1. **Intro Text** – What readers can expect (tips, routes, hidden gems).
    2. **Featured Posts** – Highlighted articles with dates.
    3. **Recent Posts** – Chronological list of posts.
    4. **Categories/Tags** – Optional navigational aids.

Each Blog index page has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/blog.md`
  - eg.: `https://www.alamo.nl/en/blog.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents

Each Blog post has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/blog/[post-slug].md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Service Pages - About Us

> The pages provide **company information, experience, service approach, membership program, and brand ownership**.

- URL structure `https://[respective/url/of/the/language]/[about-slug]/`
  - English: `about-us/`
  - German (Deutsch): `ueber-uns/`  *(slug normalized to ue for umlaut)*
  - Spanish (Español): `sobre-nosotros/`
  - Dutch (Nederlands): `over-ons/`
  - French (Français): `a-propos-de-nous/`
  - eg.: `https://www.alamo.nl/en/about-us/`

- content:
    1. **Intro Text** – Target Travel (Vleuten, since 1995); Alamo.nl scope.
    2. **Experience** – “25 years” background and online history.
    3. **Service** – 24/7 processing; emphasis on personal contact.
    4. **Members Only** – 5% discount, one-off fee; link to join.
    5. **Enterprise Holdings Inc.** – Group brands; global scale.
    6. **CTA** – “Zoek direct jouw huurauto” (Find your rental car).

Each About Us page has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/[about-slug].md`
  - eg.: `https://www.alamo.nl/en/about-us.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents


## Service Pages - Contact

> The pages provide **contact options** (form, phone, email), opening hours, and emergency guidance.

- URL structure `https://[respective/url/of/the/language]/[contact-slug]/`
  - English: `contact/`
  - German (Deutsch): `kontakt/`
  - Spanish (Español): `contactenos/`
  - Dutch (Nederlands): `contact/`
  - French (Français): `contact/`
  - eg.: `https://www.alamo.nl/en/contact/`

- content:
    1. **Intro Text** – How to reach customer service.
    2. **Contact Form** – Fields for name, email, subject, message.
    3. **Direct Contact** – Phone and email, office hours, emergency number instructions.
    4. **Links** – FAQ and Information pages for quick self-service.

Each Contact page has its own `.md` file:
- URL structure `https://[respective/url/of/the/language]/[contact-slug].md`
  - eg.: `https://www.alamo.nl/en/contact.md`
- `.md` file contains the information from its respective page in a digestible way for LLM agents