Advertisement
jaideep06

LoddingBusiness

May 2nd, 2023
980
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.00 KB | None | 0 0
  1. {
  2.   "@context": "https://schema.org",
  3.   "@type": "LodgingBusiness",
  4.   "name": "Individual Apartment Name",
  5.   "description": "Individual apartment description",
  6.   "url": "https://individual-apartment-url.com",
  7.   "image": "https://individual-apartment-image-url.com",
  8.   "address": {
  9.     "@type": "PostalAddress",
  10.     "streetAddress": "Individual Apartment Address",
  11.     "addressLocality": "Individual Apartment City",
  12.     "addressRegion": "Individual Apartment State",
  13.     "postalCode": "Individual Apartment Zip Code",
  14.     "addressCountry": "Individual Apartment Country"
  15.   },
  16.   "priceRange": "Individual Apartment Price Range",
  17.   "telephone": "Individual Apartment Phone Number",
  18.   "amenityFeature": [
  19.     "Individual Apartment Amenity 1",
  20.     "Individual Apartment Amenity 2",
  21.     "Individual Apartment Amenity 3"
  22.   ],
  23.   "brand": {
  24.     "@type": "Brand",
  25.     "name": "Main Brand Name",
  26.     "logo": {
  27.       "@type": "ImageObject",
  28.       "url": "https://main-brand-logo-url.com"
  29.     }
  30.   }
  31. }
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement