Backup database and code changes - 2025-06-08 20:51:14
This commit is contained in:
@@ -8,7 +8,7 @@ header('Referrer-Policy: strict-origin-when-cross-origin');
|
||||
|
||||
$page_title = "Project Types | UK Data Services - Development Portfolio";
|
||||
$page_description = "Discover the diverse range of C# development projects we've undertaken, from web scraping frameworks to business intelligence systems and environmental data processing.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/project-types.php";
|
||||
$canonical_url = "https://ukdataservices.co.uk/project-types";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -34,7 +34,7 @@ $canonical_url = "https://ukdataservices.co.uk/project-types.php";
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"@id": "https://ukdataservices.co.uk/project-types.php#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.",
|
||||
"author": {
|
||||
@@ -46,10 +46,10 @@ $canonical_url = "https://ukdataservices.co.uk/project-types.php";
|
||||
"datePublished": "2024-01-15",
|
||||
"dateModified": "2024-06-07",
|
||||
"image": "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png",
|
||||
"url": "https://ukdataservices.co.uk/project-types.php",
|
||||
"url": "https://ukdataservices.co.uk/project-types",
|
||||
"mainEntityOfPage": {
|
||||
"@type": "WebPage",
|
||||
"@id": "https://ukdataservices.co.uk/project-types.php#webpage"
|
||||
"@id": "https://ukdataservices.co.uk/project-types#webpage"
|
||||
},
|
||||
"about": [
|
||||
{
|
||||
@@ -285,10 +285,11 @@ $canonical_url = "https://ukdataservices.co.uk/project-types.php";
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<a href="/" class="nav-link">Home</a>
|
||||
<a href="/#services" class="nav-link">Capabilities</a>
|
||||
<a href="project-types.php" class="nav-link">Project Types</a>
|
||||
<a href="about.php" class="nav-link">About</a>
|
||||
<a href="project-types" class="nav-link">Project Types</a>
|
||||
<a href="about" class="nav-link">About</a>
|
||||
<a href="blog/" class="nav-link">Blog</a>
|
||||
<a href="/#contact" class="nav-link">Contact</a>
|
||||
<a href="quote.php" class="nav-link cta-button">Request Consultation</a>
|
||||
<a href="quote" class="nav-link cta-button">Request Consultation</a>
|
||||
</div>
|
||||
<div class="nav-toggle" id="nav-toggle">
|
||||
<span class="bar"></span>
|
||||
@@ -782,7 +783,7 @@ $canonical_url = "https://ukdataservices.co.uk/project-types.php";
|
||||
Let's explore how our expertise can help transform your business requirements into efficient, reliable solutions
|
||||
</p>
|
||||
<div style="display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;">
|
||||
<a href="quote.php" class="btn btn-primary">Request Consultation</a>
|
||||
<a href="quote" class="btn btn-primary">Request Consultation</a>
|
||||
<a href="/#contact" class="btn btn-secondary">Contact Us</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -814,20 +815,21 @@ $canonical_url = "https://ukdataservices.co.uk/project-types.php";
|
||||
<div class="footer-section">
|
||||
<h3>Company Information</h3>
|
||||
<ul>
|
||||
<li><a href="about.php">About UK Data Services</a></li>
|
||||
<li><a href="project-types.php">Project Types</a></li>
|
||||
<li><a href="about">About UK Data Services</a></li>
|
||||
<li><a href="project-types">Project Types</a></li>
|
||||
<li><a href="faq">FAQ</a></li>
|
||||
<li><a href="/#contact">Contact & Enquiries</a></li>
|
||||
<li><a href="quote.php">Request Consultation</a></li>
|
||||
<li><a href="quote">Request Consultation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
<h3>Legal</h3>
|
||||
<ul>
|
||||
<li><a href="privacy-policy.php">Privacy Policy</a></li>
|
||||
<li><a href="terms-of-service.php">Terms of Service</a></li>
|
||||
<li><a href="cookie-policy.php">Cookie Policy</a></li>
|
||||
<li><a href="gdpr-compliance.php">GDPR Compliance</a></li>
|
||||
<li><a href="privacy-policy">Privacy Policy</a></li>
|
||||
<li><a href="terms-of-service">Terms of Service</a></li>
|
||||
<li><a href="cookie-policy">Cookie Policy</a></li>
|
||||
<li><a href="gdpr-compliance">GDPR Compliance</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user