Website improvements: fix service pages, add web-scraping service, trust badges, contact redirect
- Fix .htaccess to allow individual service pages instead of redirecting all to project-types - Add /services/web-scraping page with full content, schema markup, and SEO optimization - Add /contact redirect to /quote (301) - Update project-types.php title to remove C# jargon - Add trust badges section to footer (GDPR, ICO, Cyber Essentials, UK Based) - Add Web Scraping to footer services list
This commit is contained in:
@@ -23,7 +23,7 @@ $breadcrumbs = [
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><?php echo htmlspecialchars($page_title); ?></title>
|
||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="keywords" content="C# development, web scraping projects, business intelligence, document processing, environmental data systems">
|
||||
<meta name="keywords" content="data extraction projects, web scraping solutions, business intelligence, document processing, environmental data systems">
|
||||
<meta name="author" content="UK Data Services">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
@@ -56,8 +56,8 @@ $breadcrumbs = [
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"@id": "https://ukdataservices.co.uk/project-types#article",
|
||||
"headline": "Types of C# Development Projects We Have Undertaken",
|
||||
"description": "Comprehensive overview of diverse C# applications, from web scraping frameworks to enterprise automation systems delivered by UK Data Services.",
|
||||
"headline": "Data Extraction & Web Scraping Solutions",
|
||||
"description": "Comprehensive overview of our data extraction and web scraping projects. Custom solutions for business intelligence, price monitoring, and market research..",
|
||||
"author": {
|
||||
"@id": "https://ukdataservices.co.uk#organization"
|
||||
},
|
||||
@@ -90,7 +90,7 @@ $breadcrumbs = [
|
||||
"name": "Machine Learning Integration"
|
||||
}
|
||||
],
|
||||
"keywords": "C# development, web scraping projects, business intelligence, data processing, machine learning, enterprise applications"
|
||||
"keywords": "data extraction projects, web scraping solutions, business intelligence, data processing, machine learning, enterprise applications"
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user