Georgia (the country, not the US state) writes the street name before the number and puts a four-digit postal code before the city. The codes are recent and often skipped, which is exactly when parcels stall, and checkout forms routinely confuse the country with the US state. Here is the correct structure, a real example, the postal code rules, and the mistakes that cause returns.
A Georgia label is recipient, optional company, the street name with the number after it, then the four-digit postal code and the city on one line, then the country. Addresses are romanized from Georgian script for international carriers.
Giorgi Beridze personal or business recipientExample LLC optional, above the street lineRustaveli Avenue 7 street name first, then the building number0108 Tbilisi 4-digit code first, then the city, on one lineGEORGIA required for inbound international shipmentsGeorgian Post uses the four-digit code to sort to a district, and every Tbilisi code begins with a leading zero. The system is relatively new and inconsistently used, so the code should be validated against the city rather than trusted blindly or assumed present.
Format: 4 digits, no letters or spaces, written before the city on the same line: 0108 Tbilisi. Leading zeros are part of the code, and Tbilisi codes all begin with 0.
Validation regex: ^\d{4}$
Watch for: a stripped leading zero (108 instead of 0108), or a missing code on an address that relies on it. Both slow Georgian Post routing.
The country-specific rules that generic autocomplete and single-line address fields tend to get wrong.
Checkout systems frequently confuse the country of Georgia with the US state of the same name. On an international label, set the country to Georgia and never a US state code, or the parcel is sorted toward Atlanta instead of Tbilisi.
Every Tbilisi postal code begins with a leading zero, as in 0108. A field that strips it turns a four-digit code into three digits and points to the wrong district or nowhere at all.
Georgian addresses write the street first and the number after it, as in Rustaveli Avenue 7. Number-first Western order is read wrong, and the gamziri (avenue) or kucha (street) descriptor should be kept.
Addresses are written in Georgian (Mkhedruli) script domestically and romanized for international carriers. Because postal codes are recent, many senders omit them, so the code should be added and validated rather than assumed present.
Each of these passes a basic "is this field filled in" check but fails at the carrier, turning into a redelivery, a return, or an address correction fee.
108 instead of 0108 points to the wrong district or fails the lookup entirely.7 Rustaveli instead of Rustaveli Avenue 7 is read as an unknown address.How the major carriers handle Georgia addresses, and what your label needs to satisfy each one.
The national operator (Sakartvelos Posta) and last-mile partner for most inbound international mail. Routing keys off the four-digit code, so validate it and its leading zero first.
Domestic couriers serving Tbilisi and the regions for ecommerce parcels. They expect the full street, number, postal code and city for reliable next-day and multi-day delivery.
International carriers for inbound shipments. Include the country line (Georgia, not the US state); they charge for address corrections when a code or city forces a manual fix.
Address Guard checks Georgia addresses against carrier and postal databases before the order ships, normalizes the format, and flags the errors that cause failed deliveries. 240+ countries, $0.05 per check.
Part of the Address Guard international address format guide, covering 240+ countries.