{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://rs-heizung-sanitaer.de/#website",
      "name": "R&S Heizung - Sanitär - Klima | SHK Meisterbetrieb München",
      "url": "https://rs-heizung-sanitaer.de/"
    },
    {
      "@type": ["Plumber", "HVACBusiness"],
      "@id": "https://rs-heizung-sanitaer.de/#business",
      "name": "R&S Heizung - Sanitär - Klima | SHK Meisterbetrieb München",
      "url": "https://rs-heizung-sanitaer.de/",
      "telephone": "+498923528903",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Veit-Stoß-Straße 9",
        "addressLocality": "München",
        "postalCode": "80687",
        "addressCountry": "DE"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": "48.1297618",
        "longitude": "11.433713"
      },
      "areaServed": { "@type": "City", "name": "München" },
      "openingHoursSpecification": [{
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
        "opens": "07:00",
        "closes": "17:00"
      }],
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "5.0",
        "bestRating": "5",
        "worstRating": "1",
        "reviewCount": "153"
      },
      "hasCredential": "Installateur- und Heizungsbaumeister, Handwerkskammer für München und Oberbayern",
      "sameAs": ["https://www.google.com/maps?cid=5895377845644212408"]
    }
  ]
}