Descriptions

Time to tell us more about your properties!

📘

Description basics

  • The descriptions should be sent at least in one language so we can translate them to other languages
  • To update the descriptions you need to PUSH the entire descriptions object. Updates for single fields are not possible, otherwise the data will be overwritten.
  • For all languages in which no titles are pushed we auto-generate a title for each domain.
ParameterTypeRequiredUsage
languagestringYESHere you define the language in which you are sending the description. The following are the languages supported on Holidu:

- de, dk, en, es, fr, it, nl, pl, pt, gr
descriptionstringYESHere you will be able to send the description of the property. The partners will be able to highlight their surroundings and activities as well as the uniqueness or extras of the properties.
Recommendations:

- min 400 characters
- max 2k characters
- include info about the neighbourhood and property
titlestringThis value will be used to name the property on the Holidu website. Ideally, these should not be too long, otherwise, it will not be good for the user experience.
Recommendations:

- max 255 characters
- min 3 characters
- should not be with all letters in uppercase
locationDescription stringDescription of the outside of apartment like location, surroundings

DESCRIPTIONS JSON object

[
  {
    "language": "de",
    "description": "Die Appartamenti La Grotta befinden sich im historischen Zentrum von Bardolino...",
    "title": "La Grotta"
  },
  {
    "language": "en",
    "description": "The apartment la Grotta is located in the historic center of Bardolino..",
    "title": "La Grotta"
  },
  {
    "language": "es",
    "description": "El apartamento la Grotta está situado en el centro histórico de Bardolino..",
    "title": "La Grotta"
  }
]