Guest User

Untitled

a guest
May 28th, 2025
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. {
  2. "@context": "https://schema.org",
  3. "@type": "Place",
  4. "name": "Mass Residence",
  5. "description": "A six-storey residential building in JVC District 11, Jumeirah Village Circle, Dubai. Developed by Jaiedco Real Estate Development.",
  6. "@id": "https://jaiedco.com/mass-residence/",
  7. "url": "https://jaiedco.com/mass-residence/",
  8. "address": {
  9. "@type": "PostalAddress",
  10. "streetAddress": "JVC District 11",
  11. "addressLocality": "Jumeirah Village Circle",
  12. "addressRegion": "Dubai",
  13. "addressCountry": "AE"
  14. },
  15. "geo": {
  16. "@type": "GeoCoordinates",
  17. "latitude": "25.06715678072528",
  18. "longitude": "55.21618344047219"
  19. },
  20. "containedInPlace": {
  21. "@type": "Place",
  22. "name": "Jumeirah Village Circle"
  23. },
  24. "photo": "https://jaiedco.com/wp-content/uploads/2025/05/Mass-2.png",
  25. "amenityFeature": [
  26. {
  27. "@type": "LocationFeatureSpecification",
  28. "name": "Smart Home Features"
  29. },
  30. {
  31. "@type": "LocationFeatureSpecification",
  32. "name": "BBQ Area & Terrace"
  33. },
  34. {
  35. "@type": "LocationFeatureSpecification",
  36. "name": "Swimming Pool & Gym"
  37. },
  38. {
  39. "@type": "LocationFeatureSpecification",
  40. "name": "Security Services"
  41. },
  42. {
  43. "@type": "LocationFeatureSpecification",
  44. "name": "Cafes and Retail Outlets"
  45. }
  46. ],
  47. "additionalProperty": [
  48. {
  49. "@type": "PropertyValue",
  50. "name": "Number of Floors",
  51. "value": "6"
  52. },
  53. {
  54. "@type": "PropertyValue",
  55. "name": "Developer",
  56. "value": {
  57. "@type": "RealEstateCompany",
  58. "name": "Jaiedco Real Estate Development",
  59. "url": "https://jaiedco.com/"
  60. }
  61. }
  62. ],
  63. "hasMap": "https://maps.app.goo.gl/R4dkNEvb3jgUdMiC7"
  64. }
Advertisement
Add Comment
Please, Sign In to add comment