{
  "@context": "https://schema.org",
  "@type": "Review",
  "author": {
    "@type": "Person",
    "name": "Anonymous"
  },
  "reviewBody": "Andy did a fine job remodeling our nasty old kitchen. He helped find good sources for cabinets, counters, and flooring. Good work every step of the way, and good advice as we went along.",
  "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"
      }
    }
  }
}