Country format

France Address Format Guide

French postal addresses normally progress from recipient information to delivery details, street, and then a five-digit postal code followed by the locality. Building, residence, entrance, floor, apartment, or care-of details can occupy optional lines before the street.

Standard French address layout

Camille Martin
12 RUE DE RIVOLI
75001 PARIS
FRANCE

La Poste recommends a compact, left-aligned address block with a maximum of six lines. The final delivery lines are commonly written in uppercase for machine readability, and punctuation should not be required by a form.

Field mapping

Form fieldFrench valueQA consideration
Address Line 112 Rue de RivoliAllow number followed by street type and name.
Address Line 2Bâtiment B, Appartement 24Keep building and apartment details optional.
Postal code75001Store five digits as text.
City / localityParisRender after the postal code on the same line.
CountryFranceAdd the full name for international output.

Additional French examples

Élodie Bernard
BÂTIMENT C APPARTEMENT 18
7 AVENUE JEAN JAURÈS
69007 LYON
FRANCE

Atelier Lumière
BP 204
06004 NICE CEDEX 1
FRANCE

Form testing checklist

Reproducible CEDEX and secondary-line test

InputExpected outputCommon failure
BÂTIMENT C APPARTEMENT 18Optional delivery-detail lineThe entire line is truncated or forced into the street field.
06004 NICE CEDEX 1Postal code and complete locality qualifierCEDEX 1 is removed as an invalid city suffix.
7 AVENUE JEAN JAURÈSStreet line with accents preservedNormalization causes irreversible character loss.
FRANCEFinal international line onlyCountry is duplicated inside the locality field.

Run the record through checkout, address-book editing, label rendering, and CSV export. The result may be uppercased for a label, but the stored source should remain available for user-facing display. Validation should accept a standard five-digit postal code while avoiding claims that the code proves the address is deliverable.

Official reference