Identity & Authority: Lake District National Park Authority – Signal Evidence & AI Readability

Lake District National Park Authority

(https://lakedistrict.gov.uk) πŸ“Έ Data Snapshot: May 27, 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.
11 Impact Weight: 15 / 100
73% Reputation

Authority is well-established through technical transparency. The Committees page lists specific meeting types (Development Control, Rights of Way) and provides a clear mechanism for public engagement. A minor gap exists in the schema_json, which lacks specific Person schema for elected members or senior officers mentioned in the text, relying instead on generic WebPage and WebSite types.

The site avoids bold, unsubstantiated performance marketing. Claims regarding ‘protecting the park’ are demonstrated through the Planning Portal and the ‘Local Plan to 2035.’ There is no disconnect; the Authority demonstrates its work through raw data and open access to decision-making records.

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://lakedistrict.gov.uk/",
            "url": "https://lakedistrict.gov.uk/",
            "name": "Homepage - Lake District National Park",
            "isPartOf": {
                "@id": "https://lakedistrict.gov.uk/#website"
            },
            "datePublished": "2025-06-18T09:11:20+00:00",
            "dateModified": "2026-05-18T09:55:44+00:00",
            "breadcrumb": {
                "@id": "https://lakedistrict.gov.uk/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://lakedistrict.gov.uk/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://lakedistrict.gov.uk/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://lakedistrict.gov.uk/#website",
            "url": "https://lakedistrict.gov.uk/",
            "name": "Lake District National Park",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://lakedistrict.gov.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
/explore/plan-your-visit/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://lakedistrict.gov.uk/explore/plan-your-visit/",
            "url": "https://lakedistrict.gov.uk/explore/plan-your-visit/",
            "name": "Plan your visit - Lake District National Park",
            "isPartOf": {
                "@id": "https://lakedistrict.gov.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://lakedistrict.gov.uk/explore/plan-your-visit/#primaryimage"
            },
            "image": {
                "@id": "https://lakedistrict.gov.uk/explore/plan-your-visit/#primaryimage"
            },
            "thumbnailUrl": "https://lakedistrict.gov.uk/wp-content/uploads/2026/01/Walkers-on-the-C2C-walking-gate-March-2025-Ade-Gidney-1-scaled.jpg",
            "datePublished": "2025-08-13T12:58:02+00:00",
            "dateModified": "2026-05-12T11:56:44+00:00",
            "description": "Make the most of your time in this breathtaking landscape while helping to protect it for future generations. Whether you’re a first-time explorer or a seasoned visitor, planning ahead ensures a smooth, enjoyable, and responsible experience.",
            "breadcrumb": {
                "@id": "https://lakedistrict.gov.uk/explore/plan-your-visit/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://lakedistrict.gov.uk/explore/plan-your-visit/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "https://lakedistrict.gov.uk/explore/plan-your-visit/#primaryimage",
            "url": "https://lakedistrict.gov.uk/wp-content/uploads/2026/01/Walkers-on-the-C2C-walking-gate-March-2025-Ade-Gidney-1-scaled.jpg",
            "contentUrl": "https://lakedistrict.gov.uk/wp-content/uploads/2026/01/Walkers-on-the-C2C-walking-gate-March-2025-Ade-Gidney-1-scaled.jpg",
            "width": 2560,
            "height": 1707,
            "caption": "Group of adult walkers on the Coast to Coast path. Wide stone path inside dry stone walls, surrounded by farm and vegetation. Walkers behind wooden gate with sign reading please close the gate behind you"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://lakedistrict.gov.uk/explore/plan-your-visit/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://lakedistrict.gov.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Explore",
                    "item": "https://lakedistrict.gov.uk/explore/"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "Plan your visit"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://lakedistrict.gov.uk/#website",
            "url": "https://lakedistrict.gov.uk/",
            "name": "Lake District National Park",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://lakedistrict.gov.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
/committees/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://lakedistrict.gov.uk/committees/",
            "url": "https://lakedistrict.gov.uk/committees/",
            "name": "Committees of the Lake District National Park",
            "isPartOf": {
                "@id": "https://lakedistrict.gov.uk/#website"
            },
            "datePublished": "2026-01-20T16:01:27+00:00",
            "dateModified": "2026-05-19T11:53:48+00:00",
            "description": "Our staff and members meet regularly to discuss issues. View committee meeting dates and find their published agendas, past minutes and associated papers.",
            "breadcrumb": {
                "@id": "https://lakedistrict.gov.uk/committees/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://lakedistrict.gov.uk/committees/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://lakedistrict.gov.uk/committees/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://lakedistrict.gov.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Committees"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://lakedistrict.gov.uk/#website",
            "url": "https://lakedistrict.gov.uk/",
            "name": "Lake District National Park",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://lakedistrict.gov.uk/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        }
    ]
}
/learning/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://lakedistrict.gov.uk/learning/",
            "url": "https://lakedistrict.gov.uk/learning/",
            "name": "Learning - Lake District National Park",
            "isPartOf": {
                "@id": "https://lakedistrict.gov.uk/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://lakedistrict.gov.uk/learning/#primaryimage"
            },
            "image": {
                "@id": "https://lakedistrict.gov.uk/learning/#primaryimage"
            },
            "thumbnailUrl": "https://lakedistrict.gov.uk/wp-content/uploads/2025/12/Generation-Green-brockhole-Nature-Children-12-scaled.jpg",
            "datePublished": "2025-11-15T16:20:32+00:00",
            "dateModified": "2026-05-13T14:38:02+00:00",
            "description": "Learning in the Lake District - Find out about what makes the Lake District National Park so special. Pages for teachers and learners.",
            "breadcrumb": {
                "@id": "https://lakedistrict.gov.uk/learning/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://lakedistrict.gov.uk/learning/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-GB",
            "@id": "https://lakedistrict.gov.uk/learning/#primaryimage",
            "url": "https://lakedistrict.gov.uk/wp-content/uploads/2025/12/Generation-Green-brockhole-Nature-Children-12-scaled.jpg",
            "contentUrl": "https://lakedistrict.gov.uk/wp-content/uploads/2025/12/Generation-Green-brockhole-Nature-Children-12-scaled.jpg",
            "width": 2560,
            "height": 1707,
            "caption": "Learning and engagement leader with group of children in woodland looking at leaves and tree nuts"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://lakedistrict.gov.uk/learning/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://lakedistrict.gov.uk/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Learning"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://lakedistrict.gov.uk/#website",
            "url": "https://lakedistrict.gov.uk/",
            "name": "Lake District National Park",
            "description": "",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://lakedistrict.gov.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
19Review mentions (all pages)
8External proof links (all pages)
PageReviewsProof links
/ (home) 13 2
/explore/plan-your-visit/ 2 2
/committees/ 2 2
/learning/ 2 2
Explore the other reputation pillars for Lake District National Park Authority