SEO: BreadcrumbList on all service pages, author bios, case study pages, internal links, address fix, llms.txt update
This commit is contained in:
@@ -35,6 +35,17 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/og/data-analyt
|
||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="stylesheet" href="/assets/css/main.min.css?v=1.1.4">
|
||||
<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": "Data Analytics London", "item": "https://ukdataservices.co.uk/services/data-analytics-london"}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user