Backup database and code changes - 2025-06-08 18:36:00
This commit is contained in:
38
quote.php
38
quote.php
@@ -331,6 +331,42 @@ $canonical_url = "https://ukdataservices.co.uk/quote.php";
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Event Schema for Consultation Booking -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Event",
|
||||
"name": "Free Data Solutions Consultation",
|
||||
"description": "Complimentary consultation session to discuss your web scraping and data analytics requirements with UK Data Services experts.",
|
||||
"eventStatus": "https://schema.org/EventScheduled",
|
||||
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
|
||||
"location": {
|
||||
"@type": "VirtualLocation",
|
||||
"url": "https://ukdataservices.co.uk/consultation"
|
||||
},
|
||||
"organizer": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"url": "https://ukdataservices.co.uk"
|
||||
},
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"price": "0",
|
||||
"priceCurrency": "GBP",
|
||||
"availability": "https://schema.org/InStock",
|
||||
"url": "https://ukdataservices.co.uk/quote.php"
|
||||
},
|
||||
"performer": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services Expert Team"
|
||||
},
|
||||
"startDate": "2025-01-09T09:00:00+00:00",
|
||||
"endDate": "2025-12-31T17:00:00+00:00",
|
||||
"duration": "PT30M",
|
||||
"isAccessibleForFree": true
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Skip to content link for accessibility -->
|
||||
@@ -364,7 +400,7 @@ $canonical_url = "https://ukdataservices.co.uk/quote.php";
|
||||
<main id="main-content">
|
||||
<section class="quote-hero">
|
||||
<div class="container">
|
||||
<h1>Get Your Free Data Solutions Quote</h1>
|
||||
<h1>Free Web Scraping & Data Analytics Quote - UK Data Services</h1>
|
||||
<p>Tell us about your project and we'll provide a detailed proposal within 24 hours</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user