Property Page Schema code Map Schema { "@context": "https://schema.org", "@type": "Place", "name": "Current Page Property's Name", "url": "Current Page Property's URL", "geo": { "@type": "GeoCoordinates", "latitude": "Current Page Property's Latitude", "longitude": "Current Page Property's Longitude" } } Accommodation Schema { "@context": "https://schema.org", "@type": "Accommodation", "@id": "Current Page Property's URL#accommodation", "name": "Current Page Property's Name", "description": "Current Page Property's Description", "url": "Current Page Property's URL", "image": [ "Current Page Property's Main Image URL" ], "address": { "@type": "PostalAddress", "streetAddress": "Current Page Property's Address", "addressLocality": "Current Page Property's City", "addressRegion": "Current Page Property's State", "postalCode": "Current Page Property's Pincode", "addressCountry": "IN" }, "geo": { "@type": "GeoCoordinates", "latitude": "Current Page Property's Latitude", "longitude": "Current Page Property's Longitude" }, "accommodationCategory": "Serviced Apartment", "numberOfBedrooms": "Current Page Property's Bedrooms", "numberOfBathroomsTotal": "Current Page Property's Bathrooms", "numberOfRooms": { "@type": "QuantitativeValue", "value": "Current Page Property's Total Rooms", "unitCode": "ROM" }, "occupancy": { "@type": "QuantitativeValue", "value": "Current Page Property's Maximum Guests", "unitCode": "C62" }, "floorLevel": "Current Page Property's Floor", "floorSize": { "@type": "QuantitativeValue", "value": "Current Page Property's Area", "unitCode": "MTK" }, "petsAllowed": false, "amenityFeature": [ { "@type": "LocationFeatureSpecification", "name": "WiFi", "value": true }, { "@type": "LocationFeatureSpecification", "name": "Air Conditioning", "value": true }, { "@type": "LocationFeatureSpecification", "name": "Kitchen", "value": true }, { "@type": "LocationFeatureSpecification", "name": "Housekeeping", "value": true }, { "@type": "LocationFeatureSpecification", "name": "Parking", "value": true } ], "telephone": "Current Page Property's Contact Number", "tourBookingPage": "Current Page Property's URL", "mainEntityOfPage": "Current Page Property's URL" } Place & Geo Co ordinates { "@context": "https://schema.org", "@type": "Place", "@id": "Current Page Property's URL#place", "name": "Current Page Property's Name", "url": "Current Page Property's URL", "description": "Current Page Property's Description", "address": { "@type": "PostalAddress", "streetAddress": "Current Page Property's Address", "addressLocality": "Current Page Property's City", "addressRegion": "Current Page Property's State", "postalCode": "Current Page Property's Pincode", "addressCountry": "IN" }, "geo": { "@type": "GeoCoordinates", "latitude": "Current Page Property's Latitude", "longitude": "Current Page Property's Longitude" }, "hasMap": "Current Page Property's Google Maps URL", "telephone": "Current Page Property's Contact Number", "image": "Current Page Property's Main Image URL", "mainEntityOfPage": "Current Page Property's URL" } Web Page Schema { "@context": "https://schema.org", "@type": "WebPage", "@id": "Current Page Property's URL#webpage", "url": "Current Page Property's URL", "name": "Current Page Property's SEO Title", "headline": "Current Page Property's Name", "description": "Current Page Property's Meta Description", "inLanguage": "en-IN", "isPartOf": { "@type": "WebSite", "@id": "https://www.elohouse.in/#website" }, "about": { "@type": "Accommodation", "@id": "Current Page Property's URL#accommodation" }, "primaryImageOfPage": { "@type": "ImageObject", "@id": "Current Page Property's URL#primaryimage" }, "breadcrumb": { "@id": "Current Page Property's URL#breadcrumb" }, "datePublished": "Current Page Property's Created Date", "dateModified": "Current Page Property's Modified Date", "publisher": { "@type": "Organization", "@id": "https://www.elohouse.in/#organization" } }