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

CONTACT US

We're just a call away! Get reliable, affordable, and professional service when you need it most.

Details

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

  • Facebook
  • Instagram
  • LinkedIn

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