SEO: BreadcrumbList on all service pages, author bios, case study pages, internal links, address fix, llms.txt update

This commit is contained in:
Peter Foster
2026-03-08 11:13:11 +00:00
parent 62e69542b0
commit 4121a20e40
56 changed files with 2118 additions and 510 deletions

View File

@@ -453,6 +453,17 @@ $breadcrumbs = [
}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://ukdataservices.co.uk/"},
{"@type": "ListItem", "position": 2, "name": "Services", "item": "https://ukdataservices.co.uk/#services"},
{"@type": "ListItem", "position": 3, "name": "Competitive Intelligence", "item": "https://ukdataservices.co.uk/services/competitive-intelligence"}
]
}
</script>
</head>
<body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>