{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "MovingCompany",
      "@id": "https://strongyoungmen.com/#organization",
      "name": "Strong Young Men",
      "url": "https://strongyoungmen.com",
      "telephone": "+1-540-407-9636",
      "description": "Local high school athletes providing heavy lifting, moving labor, and junk hauling services in Stafford, Virginia.",
      "slogan": "We don't drive the truck. We make it disappear into it.",
      "priceRange": "$300 - $500",
      "sameAs": [
        "https://www.instagram.com/strongyoungmen"
      ],
      "areaServed": [
        { "@type": "City", "name": "Stafford", "sameAs": "https://en.wikipedia.org/wiki/Stafford,_Virginia" },
        { "@type": "City", "name": "Aquia Harbour", "sameAs": "https://en.wikipedia.org/wiki/Aquia_Harbour,_Virginia" },
        { "@type": "City", "name": "Garrisonville", "sameAs": "https://en.wikipedia.org/wiki/Garrisonville,_Virginia" }
      ],
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Moving & Labor Services",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Half-Day Muscle",
              "description": "4 Hours of moving labor by 2 athletes."
            },
            "price": "300.00",
            "priceCurrency": "USD"
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Full-Day Muscle",
              "description": "8 Hours of moving labor by 2 athletes."
            },
            "price": "500.00",
            "priceCurrency": "USD"
          }
        ]
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://strongyoungmen.com/#website",
      "url": "https://strongyoungmen.com",
      "name": "Strong Young Men",
      "publisher": {
        "@id": "https://strongyoungmen.com/#organization"
      }
    }
  ]
}
