{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "LocalBusiness",
      "@id": "https://orlandodumpstersnow.com/#business",
      "name": "Orlando Dumpsters Now",
      "url": "https://orlandodumpstersnow.com",
      "image": "https://orlandodumpstersnow.com/images/hero-bg.webp",
      "logo": "https://orlandodumpstersnow.com/favicon.svg",
      "email": "info@orlandodumpstersnow.com",
      "telephone": "+14075550100",
      "description": "Same-day roll-off dumpster rental in Orlando and Central Florida. Residential, construction, and commercial waste solutions.",
      "priceRange": "$$",
      "areaServed": {
        "@type": "AdministrativeArea",
        "name": "Central Florida"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1234 Industrial Blvd, Suite 100",
        "addressLocality": "Orlando",
        "addressRegion": "FL",
        "postalCode": "32801",
        "addressCountry": "US"
      }
    },
    {
      "@type": "WebSite",
      "name": "Orlando Dumpsters Now",
      "url": "https://orlandodumpstersnow.com",
      "description": "Same-day dumpster rental in Orlando and Central Florida.",
      "publisher": { "@id": "https://orlandodumpstersnow.com/#business" },
      "inLanguage": "en-US"
    }
  ]
}
