[
    {
        "@context": "https://schema.org",
        "@type": "https://schema.org/OnlineBusiness",
        "@id": "https://www.hallshire.com/#onlinebusiness-profile",
        "name": "Hallshire",
        "legalName": "Hallshire Limited",
        "description": "Hallshire.com is a directory featuring halls, community centers, venues and halls for hire.",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "",
            "addressLocality": "Winscombe",
            "addressRegion": "North Somerset",
            "postalCode": "BS25",
            "addressCountry": "England"
        },
        "telephone": "01179 680989",
        "email": "support@hallshire.com",
        "url": "https://www.hallshire.com/",
        "numberOfEmployees": "2",
        "companyRegistration": "14746955",
        "potentialAction": [
            {
                "@type": "https://schema.org/ReserveAction",
                "name": "Make a booking enquiry",
                "url": "https://www.hallshire.com"
            },
            {
                "@type": "https://schema.org/SearchAction",
                "name": "Search for a hall",
                "url": "https://www.hallshire.com/halls/search"
            },
            {
                "@type": "https://schema.org/ReviewAction",
                "name": "Review a hall",
                "url": "https://www.hallshire.com/"
            },
            {
                "@type": "https://schema.org/CommunicateAction",
                "name": "Contact Hallshire",
                "url": "https://www.hallshire.com/contact/index"
            },
            {
                "@type": "https://schema.org/RegisterAction",
                "name": "Add your hall for hire",
                "url": "https://www.hallshire.com/halls/create"
            },
            {
                "@type": "https://schema.org/CreateAction",
                "name": "Advertise your hall",
                "url": "https://www.hallshire.com/halls/create"
            }
        ]
    }
]