# Propertico > Propertico je hrvatska platforma za pretragu i oglašavanje nekretnina. Povezujemo kupce, prodavatelje i agencije za nekretnine diljem Hrvatske. Propertico is a Croatian real estate search and listing platform. We connect buyers, sellers, and real estate agencies across Croatia. ## Languages The site is multilingual with locale-prefixed URLs. The default locale (Croatian, `hr`) is served at naked paths; other locales receive a prefix. Currently active locales depend on `libs/i18n/config.js` — possible values: `hr`, `en`, `de`, `it`. Each locale serves the same content tree under its own URL shape (see Content Structure below). - Croatian (default, no prefix): `https://propertico.hr/` - English: `https://propertico.hr/en/` - German: `https://propertico.hr/de/` - Italian: `https://propertico.hr/it/` Per-page hreflang annotations identify the canonical URL set for each entity. Sitemap entries also include `` per URL. ## Core Pages - [Pretraga nekretnina](https://propertico.hr/pretraga): Search all property listings with filters for location, type, price, and features. Localized aliases: `/en/search`, `/de/suche`, `/it/cerca`. - [Cijene i paketi](https://propertico.hr/cijene): Subscription plans and pricing for agencies and private advertisers. Same slug in every locale (`/en/cijene`). ## Content Structure URL path segments vary by locale (e.g. HR `grad` ↔ EN `city` ↔ DE `stadt` ↔ IT `citta`). The Croatian shape below is the canonical reference; substitute the locale's segment for the curly-braced placeholder. - Property listings: `/{property-type}/{property-slug}` - Individual property pages with photos, price, location, features, and agent contact. - Agency profiles: `/agencija/{agency-slug}` (en `agency`, de `agentur`, it `agenzia`) - Agency details, office locations, and their property listings. - City browsing: `/grad/{city-slug}` (en `city`, de `stadt`, it `citta`). - County browsing: `/{county-slug}` - Counties live at the root in every locale. - Country browsing: `/drzava/{country-slug}` (en `country`, de `land`, it `paese`). - Neighborhood browsing: `/kvart/{city-slug}/{neighborhood-slug}` (en `neighborhood`, de `viertel`, it `quartiere`). - Category browsing: `/kategorija/{type-slug}` (en `category`, de `kategorie`, it `categoria`). - Sale type browsing: `/{saletype-slug}` - Sale types live at the root in every locale. - Combined filtering: `/{saletype-slug}/{location-or-category-slug}` - e.g. `/prodaja/zagreb`. ## Property Data Each property listing includes: title, description, property type (stan/kuca/zemljiste/poslovni prostor in HR; translated per locale), sale type (prodaja/najam in HR), price in EUR, area in m2, number of bedrooms, number of bathrooms, year built, energy rating, location (city, county, country), GPS coordinates, photo gallery, features and amenities, and agency contact information. Localizable text fields (title, description, address) are stored under per-locale translation slots; non-localized data (price, gallery, geo) is shared across locales. ## Structured Data Property pages include JSON-LD structured data using schema.org RealEstateListing type with nested property details, pricing (Offer), location (PostalAddress, GeoCoordinates), agency info (RealEstateAgent), and `inLanguage` matching the requested locale. ## Markdown for Agents All public pages support `Accept: text/markdown` content negotiation. Send `Accept: text/markdown` on any public URL (e.g. `https://propertico.hr/agencija/`) to receive a structured markdown rendition with YAML frontmatter instead of HTML. Responses set `Content-Type: text/markdown; charset=utf-8`, `Vary: Accept`, and `x-markdown-tokens`. ## API - Sitemap: https://propertico.hr/sitemap.xml - Robots: https://propertico.hr/robots.txt ## Contact - Website: https://propertico.hr