SEO: BreadcrumbList on all service pages, author bios, case study pages, internal links, address fix, llms.txt update
This commit is contained in:
@@ -371,6 +371,17 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
}
|
||||
}
|
||||
</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": "Property Data Extraction", "item": "https://ukdataservices.co.uk/services/property-data-extraction"}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
|
||||
|
||||
Reference in New Issue
Block a user