{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.pricerightrv.com/#organization",
      "name": "Price Right RV",
      "url": "https://www.pricerightrv.com/",
      "department": [
        {
          "@type": "AutoDealer",
          "name": "Price Right RV of Lansing (DeWitt)",
          "url": "https://www.pricerightrv.com/location/dewitt",
          "telephone": "+1-517-669-2755",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "12909 Old US Hwy 27",
            "addressLocality": "DeWitt",
            "addressRegion": "MI",
            "postalCode": "48820",
            "addressCountry": "US"
          },
          "openingHours": [
            "Mo-Fr 09:00-17:00",
            "Sa 09:00-14:00"
          ]
        },
        {
          "@type": "AutoDealer",
          "name": "Price Right RV of Metro Detroit (Sterling Heights)",
          "url": "https://www.pricerightrv.com/location/sterling-heights",
          "telephone": "+1-586-446-6000",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "35235 Mound Rd",
            "addressLocality": "Sterling Heights",
            "addressRegion": "MI",
            "postalCode": "48310",
            "addressCountry": "US"
          },
          "openingHours": [
            "Mo-Fr 09:00-17:00",
            "Sa 09:00-14:00"
          ]
        }
      ],
      "subjectOf": {
        "@type": "WebPage",
        "name": "Price Right Digital Agent Hub",
        "url": "https://agent.pricerightdigital.com/",
        "description": "Agent-readable support layer for routing, dealership facts, and source notes. It is not the primary customer-facing website."
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://www.pricerightrv.com/#website",
      "name": "Price Right RV",
      "url": "https://www.pricerightrv.com/"
    },
    {
      "@type": "Dataset",
      "@id": "https://agent.pricerightdigital.com/pricerightrv-facts.json#dataset",
      "name": "Price Right RV verified public facts for agent routing",
      "url": "https://agent.pricerightdigital.com/pricerightrv-facts.json",
      "isBasedOn": "https://www.pricerightrv.com/",
      "dateModified": "2026-06-10T10:37:05Z",
      "description": "Machine-readable verified public facts and unknown_or_unverified fields for agent use. Customer-facing actions should route to the official customer site."
    }
  ]
}
