{
  "@context": "https://schema.org",
  "@type": "Review",
  "author": {
    "@type": "Person",
    "name": "Anonymous"
  },
  "reviewBody": "Andy and team completed two kitchen remodels and two bathroom remodels for us. One for the house we were selling and the other for our new house, both houses were 100+ years old. Both projects turned out great.",
  "reviewRating": {
    "@type": "Rating",
    "ratingValue": 5,
    "bestRating": 5
  },
  "itemReviewed": {
    "@type": "Organization",
    "name": "Frasheski Construction",
    "url": "frasheskiconstruction.com",
    "makesOffer": {
      "@type": "Offer",
      "itemOffered": {
        "@type": "Service",
        "name": "Kitchen remodeling / bathroom remodeling"
      }
    }
  }
}