SEO content expansion: compliance guide body, 2 new blog articles, schema
- web-scraping-compliance-uk-guide: filled 7 missing body sections (ToS, IP, CMA, best practices, risk matrix, documentation, industry-specific) now ~54KB of substantive legal compliance content - New: blog/articles/web-scraping-lead-generation-uk.php (March 2026) - New: blog/articles/ai-web-scraping-2026.php (March 2026) - predictive-analytics-customer-churn: description updated for new title - index.php: web-scraping-companies added to footer nav - BreadcrumbList JSON-LD added to data-scraping and web-scraping-companies pages - sitemap-blog.xml: new articles added
This commit is contained in:
@@ -108,7 +108,8 @@ $breadcrumbs = [
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/breadcrumb-schema.php'); ?>
|
||||
<?php include($_SERVER[DOCUMENT_ROOT] . /includes/breadcrumb-schema.php); ?>
|
||||
|
||||
|
||||
<style>
|
||||
.service-hero {
|
||||
@@ -562,6 +563,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": "Data Scraping Services", "item": "https://ukdataservices.co.uk/services/data-scraping"}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'); ?>
|
||||
|
||||
Reference in New Issue
Block a user