Identity & Authority: Belvoir Farm – Signal Evidence & AI Readability

Belvoir Farm

(https://belvoirfarm.co.uk) πŸ“Έ Data Snapshot: May 26, 2026
Identity & Authority β€” The Lens

Inspect the JSON-LD. Is there an Organization or Person schema, and does it carry sameAs links to real external profiles (LinkedIn, socials)? Missing schema or no identity declaration signals an anonymous entity.

Identity & Authority Expert verifiability & Schema depth.
12 Impact Weight: 15 / 100
80% Reputation

The site references real people including Peverel Manners and Connor the ecologist in image captions, yet these lack Person schema to link them to a verified professional footprint. While the Organization schema is present and includes sameAs social links, it lacks specific founder or expertise properties that would further solidify its digital authority. Technical implementation is clean, though the heading hierarchy is slightly cluttered by repetitive UI labels being tagged as H2s.

Marketing claims such as we don’t cut corners and we do the right thing are unusually well-supported by the disclosed B Corp score of 91.2, which is significantly above the UK average. The claim of being taste obsessed is backed by the mention of using traditional methods over easier flavorings, substantiated by the product range’s variety. There is no disconnect between the premium soft drink positioning and the detailed agricultural information provided on the Harvest page.

Identity & Authority is read from the structured data first: whether the site declares who it is in machine-readable schema, with verifiable identity links. Below is the schema captured per page, then the external proof links that support (or fail to support) that identity.

πŸ”— Identity & Technical Layer β€” schema JSON-LD: identity chains, entity gaps
Homepage schema
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://belvoirfarm.co.uk/",
            "url": "https://belvoirfarm.co.uk/",
            "name": "Naturally Delicious Drinks | Premium Soft Drinks | Belvoir Farm",
            "isPartOf": {
                "@id": "https://belvoirfarm.co.uk/#website"
            },
            "about": {
                "@id": "https://belvoirfarm.co.uk/#organization"
            },
            "datePublished": "2025-06-13T12:00:18+00:00",
            "dateModified": "2026-04-27T11:18:18+00:00",
            "description": "Here at Belvoir Farm, our amazing team of foodies, tasters, pickers & packers work together with nature to craft our range of premium drinks.",
            "breadcrumb": {
                "@id": "https://belvoirfarm.co.uk/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://belvoirfarm.co.uk/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://belvoirfarm.co.uk/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://belvoirfarm.co.uk/#website",
            "url": "https://belvoirfarm.co.uk/",
            "name": "Belvoir Farm",
            "description": "Premium Drinks, Crafted With Nature",
            "publisher": {
                "@id": "https://belvoirfarm.co.uk/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://belvoirfarm.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://belvoirfarm.co.uk/#organization",
            "name": "Belvoir Farm",
            "url": "https://belvoirfarm.co.uk/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://belvoirfarm.co.uk/#/schema/logo/image/",
                "url": "https://belvoirfarm.co.uk/wp-content/uploads/2025/11/Belvoir-Farm_Logo_No_Texture_compressed.png",
                "contentUrl": "https://belvoirfarm.co.uk/wp-content/uploads/2025/11/Belvoir-Farm_Logo_No_Texture_compressed.png",
                "width": 800,
                "height": 495,
                "caption": "Belvoir Farm"
            },
            "image": {
                "@id": "https://belvoirfarm.co.uk/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/belvoirfarm",
                "https://www.instagram.com/belvoirfarm_uk/"
            ]
        }
    ]
}
/our-drinks/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "CollectionPage",
            "@id": "https://belvoirfarm.co.uk/our-drinks/",
            "url": "https://belvoirfarm.co.uk/our-drinks/",
            "name": "Drinks - Belvoir Farm",
            "isPartOf": {
                "@id": "https://belvoirfarm.co.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://belvoirfarm.co.uk/our-drinks/#primaryimage"
            },
            "image": {
                "@id": "https://belvoirfarm.co.uk/our-drinks/#primaryimage"
            },
            "thumbnailUrl": "https://belvoirfarm.co.uk/wp-content/uploads/2025/12/Belvoir_FE_SCC_750ml.png",
            "breadcrumb": {
                "@id": "https://belvoirfarm.co.uk/our-drinks/#breadcrumb"
            },
            "inLanguage": "en-GB"
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "https://belvoirfarm.co.uk/our-drinks/#primaryimage",
            "url": "https://belvoirfarm.co.uk/wp-content/uploads/2025/12/Belvoir_FE_SCC_750ml.png",
            "contentUrl": "https://belvoirfarm.co.uk/wp-content/uploads/2025/12/Belvoir_FE_SCC_750ml.png",
            "width": 1080,
            "height": 2520
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://belvoirfarm.co.uk/our-drinks/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://belvoirfarm.co.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Drinks"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://belvoirfarm.co.uk/#website",
            "url": "https://belvoirfarm.co.uk/",
            "name": "Belvoir Farm",
            "description": "Premium Drinks, Crafted With Nature",
            "publisher": {
                "@id": "https://belvoirfarm.co.uk/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://belvoirfarm.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://belvoirfarm.co.uk/#organization",
            "name": "Belvoir Farm",
            "url": "https://belvoirfarm.co.uk/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://belvoirfarm.co.uk/#/schema/logo/image/",
                "url": "https://belvoirfarm.co.uk/wp-content/uploads/2025/11/Belvoir-Farm_Logo_No_Texture_compressed.png",
                "contentUrl": "https://belvoirfarm.co.uk/wp-content/uploads/2025/11/Belvoir-Farm_Logo_No_Texture_compressed.png",
                "width": 800,
                "height": 495,
                "caption": "Belvoir Farm"
            },
            "image": {
                "@id": "https://belvoirfarm.co.uk/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/belvoirfarm",
                "https://www.instagram.com/belvoirfarm_uk/"
            ]
        }
    ]
}
/sustainability/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://belvoirfarm.co.uk/sustainability/",
            "url": "https://belvoirfarm.co.uk/sustainability/",
            "name": "Sustainability - Belvoir Farm",
            "isPartOf": {
                "@id": "https://belvoirfarm.co.uk/#website"
            },
            "datePublished": "2025-06-23T11:58:53+00:00",
            "dateModified": "2026-04-14T10:35:38+00:00",
            "breadcrumb": {
                "@id": "https://belvoirfarm.co.uk/sustainability/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://belvoirfarm.co.uk/sustainability/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://belvoirfarm.co.uk/sustainability/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://belvoirfarm.co.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Sustainability"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://belvoirfarm.co.uk/#website",
            "url": "https://belvoirfarm.co.uk/",
            "name": "Belvoir Farm",
            "description": "Premium Drinks, Crafted With Nature",
            "publisher": {
                "@id": "https://belvoirfarm.co.uk/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://belvoirfarm.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://belvoirfarm.co.uk/#organization",
            "name": "Belvoir Farm",
            "url": "https://belvoirfarm.co.uk/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://belvoirfarm.co.uk/#/schema/logo/image/",
                "url": "https://belvoirfarm.co.uk/wp-content/uploads/2025/11/Belvoir-Farm_Logo_No_Texture_compressed.png",
                "contentUrl": "https://belvoirfarm.co.uk/wp-content/uploads/2025/11/Belvoir-Farm_Logo_No_Texture_compressed.png",
                "width": 800,
                "height": 495,
                "caption": "Belvoir Farm"
            },
            "image": {
                "@id": "https://belvoirfarm.co.uk/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/belvoirfarm",
                "https://www.instagram.com/belvoirfarm_uk/"
            ]
        }
    ]
}
/elderflower-harvest/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://belvoirfarm.co.uk/elderflower-harvest/",
            "url": "https://belvoirfarm.co.uk/elderflower-harvest/",
            "name": "Elderflower Harvest - Belvoir Farm",
            "isPartOf": {
                "@id": "https://belvoirfarm.co.uk/#website"
            },
            "datePublished": "2025-06-24T13:47:26+00:00",
            "dateModified": "2026-05-01T13:58:14+00:00",
            "breadcrumb": {
                "@id": "https://belvoirfarm.co.uk/elderflower-harvest/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://belvoirfarm.co.uk/elderflower-harvest/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://belvoirfarm.co.uk/elderflower-harvest/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://belvoirfarm.co.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Elderflower Harvest"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://belvoirfarm.co.uk/#website",
            "url": "https://belvoirfarm.co.uk/",
            "name": "Belvoir Farm",
            "description": "Premium Drinks, Crafted With Nature",
            "publisher": {
                "@id": "https://belvoirfarm.co.uk/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://belvoirfarm.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://belvoirfarm.co.uk/#organization",
            "name": "Belvoir Farm",
            "url": "https://belvoirfarm.co.uk/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://belvoirfarm.co.uk/#/schema/logo/image/",
                "url": "https://belvoirfarm.co.uk/wp-content/uploads/2025/11/Belvoir-Farm_Logo_No_Texture_compressed.png",
                "contentUrl": "https://belvoirfarm.co.uk/wp-content/uploads/2025/11/Belvoir-Farm_Logo_No_Texture_compressed.png",
                "width": 800,
                "height": 495,
                "caption": "Belvoir Farm"
            },
            "image": {
                "@id": "https://belvoirfarm.co.uk/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/belvoirfarm",
                "https://www.instagram.com/belvoirfarm_uk/"
            ]
        }
    ]
}
πŸ›‘οΈ Trust Signals β€” external proof links that back the declared identity
8Review mentions (all pages)
5External proof links (all pages)
PageReviewsProof links
/ (home) 2 2
/our-drinks/ 2 1
/sustainability/ 2 1
/elderflower-harvest/ 2 1