{ "@context": "http://schema.org", "@type": "HouseCleaning", "name": "Sledell Maid Service", "image": "http://www.example.com/image-of-your-business.jpg", "telephone": "+1234567890", "priceRange": "$$", "address": { "@type": "PostalAddress", "streetAddress": "Your Business Street Address", "addressLocality": "Slidell", "addressRegion": "LA", "postalCode": "Your Postal Code", "addressCountry": "USA" }, "geo": { "@type": "GeoCoordinates", "latitude": "Your Latitude", "longitude": "Your Longitude" }, "url": "http://www.sledellmaidservice.com", "sameAs": [ "http://www.facebook.com/yourbusiness", "http://www.twitter.com/yourbusiness", "http://www.instagram.com/yourbusiness", "http://www.linkedin.com/in/yourbusiness", "http://www.pinterest.com/yourbusiness", "http://www.tiktok.com/@yourbusiness" ], "knowsAbout": [ "Commercial Cleaning Service", "Carpet Cleaning", "Airbnb Cleaning" ], "hasMap": "http://www.google.com/maps/place/?q=place_id:YourGoogleMapsCID", "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens": "08:00", "closes": "18:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "09:00", "closes": "17:00" } ], "review": [ { "@type": "Review", "author": "Author Name", "datePublished": "Date of the review", "description": "Description of the review", "name": "A review of Sledell Maid Service", "reviewRating": { "@type": "Rating", "bestRating": "5", "ratingValue": "Your rating value", "worstRating": "1" } } ], "aggregateRating": { "@type": "AggregateRating", "ratingValue": "Your average rating", "reviewCount": "Number of reviews" } }