import { session } from 'wix-storage'; $w.onReady(() => { // Select all images on the page (adjust selector if you want only specific images) const images = $w('Image'); let imageUrls = []; images.forEach(img => { if (img.src) { imageUrls.push(img.src); } }); // Build ImageObject JSON-LD for each image const imageObjects = imageUrls.map(url => { return { "@type": "ImageObject", "contentUrl": url, "description": "Image from AquaTerra site", "license": "https://www.aquaterra.ae/", "acquireLicensePage": "https://www.aquaterra.ae/" }; }); // Build full JSON-LD script with @graph for multiple images const jsonLd = { "@context": "https://schema.org", "@graph": imageObjects }; // Inject JSON-LD script into the page head const script = document.createElement('script'); script.type = 'application/ld+json'; script.text = JSON.stringify(jsonLd); document.head.appendChild(script); });
top of page
Modern Architecture

Home, Office Property Maintenance & Facilities Management

Keep your home or office in top shape with our reliable maintenance services.

OUR SERVICE

Call out Handyman Services

Plumbing, electrical, HVAC, repairs, painting, carpentry, glass & steel, pool & lawn services - general call outs starting from 350 AED.

6-49.jpg
home maintainance
4-62.jpg

OUR SERVICE

Annual Maintenance Packages

​

OUR SERVICE

Facilities Management

Covering everything from routine upkeep and emergency repairs to long-term asset protection. Our expert team ensures your property runs smoothly, safely, and retains its long-term value.

3-58.jpg
security
facilities
general call
aquaterra_10.png

We prioritize quality service over everything. Let us elevate your property maintenance experience today.

  • Facebook
  • Instagram
  • LinkedIn

Contact Details

Suite 20, Level 19, Atelier Business Centre, Barsha Heights

© 2025 by AquaTerra Real Estate Services. Powered and secured by Wix 

bottom of page