Descriptions

Time to tell us more about your properties!

📘

Description basics

  • Descriptions should be sent in at least 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. Partners can highlight the property's surroundings, activities, uniqueness, and extras.
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, titles should not be too long, as this negatively affects the user experience.
Recommendations:
  • max 255 characters
  • min 3 characters
  • should not be with all letters in uppercase
locationDescriptionstringDescription of the outside of the apartment, such as location and 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"
  }
]