XML feed format for villas
!! Feature under development
id
, title
, location
, description
are required
Example feed:
<?xml version="1.0" encoding="UTF-8"?>
<?twise-feed version="1.0"?>
<documents type="villa">
<villa>
<id>V12345</id>
<title>Luxury Beachfront Villa</title>
<location>Malibu, CA</location>
<type>Beachfront</type>
<guests>8</guests>
<rooms>4</rooms>
<bathrooms>3.5</bathrooms>
<url>https://example.com/villas/v12345</url>
<description>A stunning beachfront villa with private pool and panoramic ocean views.</description>
<price>1200.00</price>
<currency>USD</currency>
<features>
<feature>Private Pool</feature>
<feature>Ocean View</feature>
<feature>WiFi</feature>
<feature>BBQ Area</feature>
</features>
<media>
<media_url>https://example.com/images/v12345_1.jpg</media_url>
<media_url>https://example.com/images/v12345_2.jpg</media_url>
</media>
</villa>
<villa>
<id>V67890</id>
<title>Mountain Retreat Villa</title>
<location>Aspen, CO</location>
<type>Mountain</type>
<guests>6</guests>
<rooms>3</rooms>
<bathrooms>2.0</bathrooms>
<url>https://example.com/villas/v67890</url>
<description>Charming villa nestled in the mountains, perfect for skiing and hiking lovers.</description>
<price>850.50</price>
<currency>USD</currency>
<features>
<feature>Fireplace</feature>
<feature>Hot Tub</feature>
<feature>Mountain View</feature>
<feature>WiFi</feature>
</features>
<media>
<media_url>https://example.com/images/v67890_1.jpg</media_url>
<media_url>https://example.com/images/v67890_2.jpg</media_url>
</media>
</villa>
</documents>
PreviousBulk import content via CSV or XML fileNext[Video tutorial] How to get twise onto your website
Last updated