[
    {
        "@context": "https://schema.org",
        "@type": "LocalBusiness",
        "@id": "https://iconicweb.co.uk#localbusiness-profile",
        "name": "IconicWeb",
        "legalName": "Martin Reynolds Ltd",
        "description": "Website design freelancer specialising in Wordpress web design, hosting and maintenance ",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "8 Eaton Ford Green, Eaton Ford",
            "addressLocality": "St Neots ",
            "addressRegion": "Cambridgeshire ",
            "postalCode": "PE19 7AF",
            "addressCountry": "United Kingdom "
        },
        "telephone": "01480 774280",
        "email": "hello@iconicweb.co.uk",
        "url": "https://iconicweb.co.uk",
        "openingHours": [
            "Fri 08:00-17:00",
            "Mon 08:00\u201317:00",
            "Thu 08:00-17:00",
            "Tue 08:00-17:00",
            "Wed 08:00-17:00"
        ],
        "priceRange": "\u00a3\u00a3",
        "currenciesAccepted": "GBP",
        "paymentAccepted": "Bank Transfer, PayPal, DebitCard, CreditCard",
        "geo": {
            "@type": "GeoCoordinates"
        },
        "numberOfEmployees": {
            "@type": "QuantitativeValue",
            "value": 1
        },
        "companyRegistration": {
            "@type": "Certification",
            "name": "Company Registration",
            "certificationIdentification": "09431074"
        },
        "potentialAction": [
            {
                "@type": "InteractAction",
                "name": "Request a free proposal ",
                "url": "https://iconicweb.co.uk/request-a-proposal/"
            }
        ]
    }
]