<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "DryCleaningOrLaundry",
  "name": "Laundry Max Corp",
  "url": "https://laundrymaxcorp.com/",
  "logo": "https://laundrymaxcorp.com/wp-content/uploads/logo.png",
  "image": "https://laundrymaxcorp.com/wp-content/uploads/laundry.jpg",
  "description": "Professional laundry and dry cleaning services.",
  "telephone": "+1-000-000-0000",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Your Address",
    "addressLocality": "City",
    "addressRegion": "State",
    "postalCode": "00000",
    "addressCountry": "US"
  },
  "openingHours": "Mo-Sa 08:00-18:00",
  "priceRange": "$$",
  "sameAs": [
    "https://www.facebook.com/",
    "https://www.instagram.com/"
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Laundry Services",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Wash and Fold"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Dry Cleaning"
        }
      }
    ]
  }
}
</script>