{
  "@context": "https://schema.org",
  "@type": "Review",
  "author": {
    "@type": "Person",
    "name": "Anonymous"
  },
  "reviewBody": "The bathroom remodel we recently had done by Freschi Construction turned out beautiful! Brent kept us apprised of what was happening throughout the process. Thanks again, we love the outcome!",
  "reviewRating": {
    "@type": "Rating",
    "ratingValue": 5,
    "bestRating": 5
  },
  "itemReviewed": {
    "@type": "Organization",
    "name": "Frasheski Construction",
    "url": "frasheskiconstruction.com",
    "makesOffer": {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Bathroom remodel"
      }
    }
  }
}