Identity & Authority: Blackwell Bate – Signal Evidence & AI Readability

Blackwell Bate

(http://www.blackwellbate.co.uk) 📸 Data Snapshot: May 22, 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.
9 Impact Weight: 15 / 100
60% Reputation

Authority is established through the naming of the leadership team (Alex Blackwell, Graham Roberts, Jack Libby, James Owen) in a recent update dated Feb 2025. However, a technical gap exists in the schema_json, which uses generic WebPage types rather than Person or Organization schema with sameAs links to professional registrations or LinkedIn profiles. This leaves their expert status verifiable only through on-page text rather than machine-readable authority.

There is a minor disconnect regarding the claim that ‘advice typically saves more in tax than our clients pay in fees,’ which is a bold performance claim lacking a specific case study or quantified average savings. However, most other claims—such as securing tax refunds for CIS workers or handling ATED compliance—are framed as standard technical deliverables rather than hyperbolic marketing promises.

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://www.blackwellbate.co.uk/",
            "url": "https://www.blackwellbate.co.uk/",
            "name": "Blackwell Bate Chartered Accountants - Saltash - Cornwall",
            "isPartOf": {
                "@id": "https://www.blackwellbate.co.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://www.blackwellbate.co.uk/#primaryimage"
            },
            "image": {
                "@id": "https://www.blackwellbate.co.uk/#primaryimage"
            },
            "thumbnailUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/tamar-le-copy.jpg",
            "datePublished": "2018-05-10T08:37:57+00:00",
            "dateModified": "2025-02-11T08:57:58+00:00",
            "description": "Welcome to Blackwell Bate - we help ambitious businesses with funding, tax and growth planning and help business owners achieve their goals.",
            "breadcrumb": {
                "@id": "https://www.blackwellbate.co.uk/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.blackwellbate.co.uk/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "https://www.blackwellbate.co.uk/#primaryimage",
            "url": "http://www.blackwellbate.co.uk/wp-content/uploads/tamar-le-copy.jpg",
            "contentUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/tamar-le-copy.jpg",
            "width": 1920,
            "height": 1080,
            "caption": "Tamar Bridge"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.blackwellbate.co.uk/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.blackwellbate.co.uk/#website",
            "url": "https://www.blackwellbate.co.uk/",
            "name": "Blackwell Bate",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.blackwellbate.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
/contact/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "http://www.blackwellbate.co.uk/contact/",
            "url": "http://www.blackwellbate.co.uk/contact/",
            "name": "Blackwell Bate - Get in touch",
            "isPartOf": {
                "@id": "https://www.blackwellbate.co.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "http://www.blackwellbate.co.uk/contact/#primaryimage"
            },
            "image": {
                "@id": "http://www.blackwellbate.co.uk/contact/#primaryimage"
            },
            "thumbnailUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/whitsand-sun-5.jpg",
            "datePublished": "2018-09-25T15:48:24+00:00",
            "dateModified": "2024-07-24T10:17:14+00:00",
            "description": "Get in touch today and see how we can help you with all of your accountancy and taxation needs; Telephone 01752 840555",
            "breadcrumb": {
                "@id": "http://www.blackwellbate.co.uk/contact/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "http://www.blackwellbate.co.uk/contact/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "http://www.blackwellbate.co.uk/contact/#primaryimage",
            "url": "http://www.blackwellbate.co.uk/wp-content/uploads/whitsand-sun-5.jpg",
            "contentUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/whitsand-sun-5.jpg",
            "width": 1920,
            "height": 1080,
            "caption": "Whitsand Beach Cornwall"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "http://www.blackwellbate.co.uk/contact/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.blackwellbate.co.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Contact"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.blackwellbate.co.uk/#website",
            "url": "https://www.blackwellbate.co.uk/",
            "name": "Blackwell Bate",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.blackwellbate.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
/services/company/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "http://www.blackwellbate.co.uk/services/company/",
            "url": "http://www.blackwellbate.co.uk/services/company/",
            "name": "Company - Blackwell Bate",
            "isPartOf": {
                "@id": "http://www.blackwellbate.co.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "http://www.blackwellbate.co.uk/services/company/#primaryimage"
            },
            "image": {
                "@id": "http://www.blackwellbate.co.uk/services/company/#primaryimage"
            },
            "thumbnailUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/tamar-le-copy.jpg",
            "datePublished": "2018-10-05T13:47:44+00:00",
            "dateModified": "2024-07-25T08:19:29+00:00",
            "description": "We combine excellent client service with the expertise of our experienced team to deliver outstanding results",
            "breadcrumb": {
                "@id": "http://www.blackwellbate.co.uk/services/company/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "http://www.blackwellbate.co.uk/services/company/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "http://www.blackwellbate.co.uk/services/company/#primaryimage",
            "url": "http://www.blackwellbate.co.uk/wp-content/uploads/tamar-le-copy.jpg",
            "contentUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/tamar-le-copy.jpg",
            "width": 1920,
            "height": 1080,
            "caption": "Tamar Bridge"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "http://www.blackwellbate.co.uk/services/company/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.blackwellbate.co.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Our Services",
                    "item": "http://www.blackwellbate.co.uk/services/"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "Company"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "http://www.blackwellbate.co.uk/#website",
            "url": "http://www.blackwellbate.co.uk/",
            "name": "Blackwell Bate",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "http://www.blackwellbate.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
/services/individuals-and-partnerships/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "http://www.blackwellbate.co.uk/services/individuals-and-partnerships/",
            "url": "http://www.blackwellbate.co.uk/services/individuals-and-partnerships/",
            "name": "Individuals & Partnerships - Blackwell Bate",
            "isPartOf": {
                "@id": "https://www.blackwellbate.co.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "http://www.blackwellbate.co.uk/services/individuals-and-partnerships/#primaryimage"
            },
            "image": {
                "@id": "http://www.blackwellbate.co.uk/services/individuals-and-partnerships/#primaryimage"
            },
            "thumbnailUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/surfer.jpg",
            "datePublished": "2018-10-05T13:48:01+00:00",
            "dateModified": "2024-07-25T08:35:44+00:00",
            "description": "Blackwell Bate is dedicated to assisting individuals and partnerships with all their tax and accounting requirements.",
            "breadcrumb": {
                "@id": "http://www.blackwellbate.co.uk/services/individuals-and-partnerships/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "http://www.blackwellbate.co.uk/services/individuals-and-partnerships/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "http://www.blackwellbate.co.uk/services/individuals-and-partnerships/#primaryimage",
            "url": "http://www.blackwellbate.co.uk/wp-content/uploads/surfer.jpg",
            "contentUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/surfer.jpg",
            "width": 1920,
            "height": 1080,
            "caption": "Surfer"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "http://www.blackwellbate.co.uk/services/individuals-and-partnerships/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.blackwellbate.co.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Our Services",
                    "item": "https://www.blackwellbate.co.uk/services/"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "Individuals & Partnerships"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.blackwellbate.co.uk/#website",
            "url": "https://www.blackwellbate.co.uk/",
            "name": "Blackwell Bate",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.blackwellbate.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
/services/land-property/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "http://www.blackwellbate.co.uk/services/land-property/",
            "url": "http://www.blackwellbate.co.uk/services/land-property/",
            "name": "Land and Property - Blackwell Bate",
            "isPartOf": {
                "@id": "http://www.blackwellbate.co.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "http://www.blackwellbate.co.uk/services/land-property/#primaryimage"
            },
            "image": {
                "@id": "http://www.blackwellbate.co.uk/services/land-property/#primaryimage"
            },
            "thumbnailUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/plymouth-hoe-sunset.jpg",
            "datePublished": "2018-10-05T13:48:30+00:00",
            "dateModified": "2024-07-25T09:05:54+00:00",
            "description": "our specialist property accountants and tax advisers at Blackwell Bate can help you stay ahead of constant tax changes.",
            "breadcrumb": {
                "@id": "http://www.blackwellbate.co.uk/services/land-property/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "http://www.blackwellbate.co.uk/services/land-property/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "http://www.blackwellbate.co.uk/services/land-property/#primaryimage",
            "url": "http://www.blackwellbate.co.uk/wp-content/uploads/plymouth-hoe-sunset.jpg",
            "contentUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/plymouth-hoe-sunset.jpg",
            "width": 1920,
            "height": 1080,
            "caption": "Plymouth Hoe Smeatons Tower"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "http://www.blackwellbate.co.uk/services/land-property/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.blackwellbate.co.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Our Services",
                    "item": "http://www.blackwellbate.co.uk/services/"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "Land and Property"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "http://www.blackwellbate.co.uk/#website",
            "url": "http://www.blackwellbate.co.uk/",
            "name": "Blackwell Bate",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "http://www.blackwellbate.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
/services/freelancers/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "http://www.blackwellbate.co.uk/services/freelancers/",
            "url": "http://www.blackwellbate.co.uk/services/freelancers/",
            "name": "Comprehensive Financial Management for Freelancers - Blackwell Bate",
            "isPartOf": {
                "@id": "http://www.blackwellbate.co.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "http://www.blackwellbate.co.uk/services/freelancers/#primaryimage"
            },
            "image": {
                "@id": "http://www.blackwellbate.co.uk/services/freelancers/#primaryimage"
            },
            "thumbnailUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/weather-vain.jpg",
            "datePublished": "2018-10-05T13:05:00+00:00",
            "dateModified": "2024-07-25T09:16:09+00:00",
            "description": "Being a freelancer is not easy. At Blackwell Bate, we understand the unique challenges freelancers face, and we’re here to help.",
            "breadcrumb": {
                "@id": "http://www.blackwellbate.co.uk/services/freelancers/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "http://www.blackwellbate.co.uk/services/freelancers/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "http://www.blackwellbate.co.uk/services/freelancers/#primaryimage",
            "url": "http://www.blackwellbate.co.uk/wp-content/uploads/weather-vain.jpg",
            "contentUrl": "http://www.blackwellbate.co.uk/wp-content/uploads/weather-vain.jpg",
            "width": 1920,
            "height": 1280,
            "caption": "Freelancers south west"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "http://www.blackwellbate.co.uk/services/freelancers/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.blackwellbate.co.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Our Services",
                    "item": "http://www.blackwellbate.co.uk/services/"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "Comprehensive Financial Management for Freelancers"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "http://www.blackwellbate.co.uk/#website",
            "url": "http://www.blackwellbate.co.uk/",
            "name": "Blackwell Bate",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "http://www.blackwellbate.co.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
🛡️ Trust Signals — external proof links that back the declared identity
14Review mentions (all pages)
12External proof links (all pages)
PageReviewsProof links
/ (home) 2 2
/contact/ 2 2
/services/company/ 4 2
/services/individuals-and-partnerships/ 2 2
/services/land-property/ 2 2
/services/freelancers/ 2 2