AI Service Description

{
  "@context": "https://schema.org",
  "@type": "Service",
  "name": "MYOVV Premium Activewear",
  "description": "Premium men's activewear and gym clothing designed for performance, comfort, and style.",
  "provider": {
    "@type": "Organization",
    "name": "MYOVV",
    "url": "https://myovv.com"
  },
  "areaServed": {
    "@type": "Country",
    "name": "Australia"
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Men's Activewear",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Product",
          "name": "Men's Workout Shorts",
          "url": "https://myovv.com/collections/mens-workout-shorts"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Product",
          "name": "Men's Compression Shorts",
          "url": "https://myovv.com/collections/mens-compression"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Product",
          "name": "Men's Joggers",
          "url": "https://myovv.com/collections/mens-joggers"
        }
      }
    ]
  }
}