Geographic information (nodes: //location
and //selling-place
)
Geographic information is essential for any type of listing.
These rules are applied, identically, at different points in the feed:
Properties
//property/location
Judicial auctions (place of sale)
//auction/selling-place
Real estate at auction
//auction/estates/estate/location
//location
Container node of the geographic data of the property.
Example:
<location>
<country-code>IT</country-code>
<administrative-area>Marche</administrative-area>
<sub-administrative-area>Ancona</sub-administrative-area>
<city code="042021">Jesi</city>
<locality map="exact">
<postal-code>60035</postal-code>
<latitude>43.5176</latitude>
<longitude>13.2506</longitude>
<thoroughfare display="yes"><![CDATA[Via Marconi, 292]]></thoroughfare>
</locality>
</location>
//selling-place
Only for auction sale location the location
node changes name to ``_`.
Example:
<selling-place>
<country-code>IT</country-code>
<administrative-area>Marche</administrative-area>
<sub-administrative-area>Ancona</sub-administrative-area>
<city code="042021">Jesi</city>
<locality map="exact">
<postal-code>60035</postal-code>
<latitude>43.5176</latitude>
<longitude>13.2506</longitude>
<thoroughfare display="yes"><![CDATA[Via Marconi, 292]]></thoroughfare>
</locality>
</selling-place>
//country-code
Country code, 2-character encoding according to ISO 3166. IT
for Italy.
//administrative-area
Region name
//sub-administrative-area
Name of the province
Attribute | Description | Status |
---|---|---|
@code | Automotive abbreviation for the province. E.g. Rome = RM | Optional |
//city
City name
Attribute | Description | Status |
---|---|---|
@code | ISTAT code identifying the municipality | Mandatory |
The ISTAT code, together with //country-code
, ensures the correct location of the listing even in the absence of geographic coordinates
//locality
Container for geographic details of the property
Attribute | Description | Status |
---|---|---|
@map | Map display mode |
@map
can take the values:
- exact: precise location (flag)
- near: approximate position (circle)
- no: hidden location
//locality/thoroughfare
Property address (Maximum 200 characters)
Attribute | Description | Status |
---|---|---|
@display | address display mode |
@display
can take the values:
- yes
- no
//locality/street-number
House number of the property
//locality/postal-code
Postal code of the property
//locality/latitude
Latitude of the property, in double
format e.g. 41.8968348
//locality/longitude
Longitude of the property, in double
format e.g. 12.4953905
Back to main page
2025 Indomio.com