Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "https://schema.org",
- "@type": "LodgingBusiness",
- "name": "Individual Apartment Name",
- "description": "Individual apartment description",
- "url": "https://individual-apartment-url.com",
- "image": "https://individual-apartment-image-url.com",
- "address": {
- "@type": "PostalAddress",
- "streetAddress": "Individual Apartment Address",
- "addressLocality": "Individual Apartment City",
- "addressRegion": "Individual Apartment State",
- "postalCode": "Individual Apartment Zip Code",
- "addressCountry": "Individual Apartment Country"
- },
- "priceRange": "Individual Apartment Price Range",
- "telephone": "Individual Apartment Phone Number",
- "amenityFeature": [
- "Individual Apartment Amenity 1",
- "Individual Apartment Amenity 2",
- "Individual Apartment Amenity 3"
- ],
- "brand": {
- "@type": "Brand",
- "name": "Main Brand Name",
- "logo": {
- "@type": "ImageObject",
- "url": "https://main-brand-logo-url.com"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement