top of page

{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Nils Puhl Immobilien GmbH",
  "image": "https://static.wixstatic.com/media/a4e57c_cd587561d66c4c299d9cc7bebbc27401~mv2.png",
  "logo": "https://static.wixstatic.com/shapes/a4e57c_f9777737b32042b9b04b12bcca3c11db.svg",
  "description": "Ihr kompetenter und professioneller Immobilienmakler in der Region",
  "url": "https://www.nilspuhl.de/",
  "email": "immobilien@nilspuhl.de",
  "telephone": "+49 176 80727112",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Hettenleidelheim",
    "addressCountry": "DE"
  },
  "areaServed": {
    "@type": "Place",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Hettenleidelheim",
      "addressCountry": "DE"
    }
  },
  "brand": {
    "@type": "Brand",
    "name": "Nils Puhl Immobilien GmbH"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5",
    "reviewCount": "53"
  },
  "offers": {
    "@type": "Offer",
    "itemOffered": {
      "@type": "Product",
      "name": "Verkauf und Vermietung von Immobilien",
      "description": "Ihr kompetenter und professioneller Immobilienmakler in der Region"
    }
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Dienstleistungen",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Immobilienkauf"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Immobilienverkauf"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Hausverwaltung"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Baubetreuung"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Gebäudereinigung"
        }
      },
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Hausmeister"
        }
      }
    ]
  }
}

bottom of page