{
    "@context": "https://schema.org",
    "@type": "LocalBusiness",
    "name": "Nikola Fridrich",
    "description": "Poradenství v oboru podlahářské práce, tepelné izolace staveb a souvisejících služeb.",
    "url": "https://fri-dra.cz",
    "image": "https://fri-dra.cz/images/web/imageForMedia.jpg",
    "logo": "https://fri-dra.cz/images/web/logo.png",
    "telephone": "+420777999214",
    "email": "info@fri-dra.cz",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "Baráky 1352/5",
        "addressLocality": "Rohatec",
        "addressRegion": "Jihomoravský kraj",
        "postalCode": "69601",
        "addressCountry": "CZ"
    },
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": 48.8786,
        "longitude": 17.1785
    },
    "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+420777999214",
        "contactType": "customer service",
        "email": "info@fri-dra.cz",
        "availableLanguage": [
            "cs",
            "en"
        ]
    },
    "knowsAbout": [
        "podlahářské práce",
        "tepelné izolace podlah",
        "izolace pro novostavby",
        "izolace při rekonstrukcích",
        "tepelné izolace bazénů"
    ],
    "openingHoursSpecification": [
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Monday",
            "opens": "09:00",
            "closes": "17:00"
        },
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Tuesday",
            "opens": "09:00",
            "closes": "17:00"
        },
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Wednesday",
            "opens": "09:00",
            "closes": "17:00"
        },
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Thursday",
            "opens": "09:00",
            "closes": "17:00"
        },
        {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": "https://schema.org/Friday",
            "opens": "09:00",
            "closes": "17:00"
        }
    ]
}
