Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
42
faq.php
42
faq.php
@@ -2,9 +2,9 @@
|
||||
// Enhanced security headers
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
$page_title = "FAQ | UK Data Services - Web Scraping & Data Help";
|
||||
$page_description = "Get answers about our web scraping, data extraction, and BI services. Pricing, security, turnaround times, and expert guidance for UK businesses.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/faq";
|
||||
$page_title = "FAQ | UK AI Automation - AI Automation";
|
||||
$page_description = "Frequently asked questions about our AI automation consulting services for UK legal and consultancy firms.";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/faq";
|
||||
|
||||
// Breadcrumb navigation
|
||||
$breadcrumbs = [
|
||||
@@ -20,7 +20,7 @@ $breadcrumbs = [
|
||||
<title><?php echo htmlspecialchars($page_title); ?></title>
|
||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="keywords" content="web scraping FAQ, data extraction questions, business intelligence help, UK data services support">
|
||||
<meta name="author" content="UK Data Services">
|
||||
<meta name="author" content="UK AI Automation">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
|
||||
@@ -29,7 +29,7 @@ $breadcrumbs = [
|
||||
<meta property="og:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
<meta property="og:title" content="<?php echo htmlspecialchars($page_title); ?>">
|
||||
<meta property="og:description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta property="og:image" content="https://ukdataservices.co.uk/assets/images/ukds-main-logo.png">
|
||||
<meta property="og:image" content="https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png">
|
||||
<meta property="og:locale" content="en_GB">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
@@ -37,7 +37,7 @@ $breadcrumbs = [
|
||||
<meta name="twitter:url" content="<?php echo htmlspecialchars($canonical_url); ?>">
|
||||
<meta name="twitter:title" content="<?php echo htmlspecialchars($page_title); ?>">
|
||||
<meta name="twitter:description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="twitter:image" content="https://ukdataservices.co.uk/assets/images/ukds-main-logo.png">
|
||||
<meta name="twitter:image" content="https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">
|
||||
@@ -51,15 +51,15 @@ $breadcrumbs = [
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"@id": "https://ukdataservices.co.uk/faq#faqpage",
|
||||
"name": "UK Data Services FAQ - Web Scraping & Data Analytics",
|
||||
"@id": "https://ukaiautomation.co.uk/faq#faqpage",
|
||||
"name": "UK AI Automation FAQ - Web Scraping & Data Analytics",
|
||||
"description": "Comprehensive answers to frequently asked questions about web scraping, data extraction, pricing, legal compliance, and our services."}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.faq-hero {
|
||||
padding: 120px 0 60px;
|
||||
background: linear-gradient(135deg, #252d3b 0%, #144784 100%);
|
||||
background: linear-gradient(135deg, #1e1b4b 0%, #7c3aed 100%);
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
@@ -75,10 +75,10 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.faq-category h2 {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-bottom: 30px;
|
||||
font-size: 1.8rem;
|
||||
border-bottom: 3px solid #179e83;
|
||||
border-bottom: 3px solid #6d28d9;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ $breadcrumbs = [
|
||||
text-align: left;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 600;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@@ -111,7 +111,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.faq-question.active {
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@ $breadcrumbs = [
|
||||
}
|
||||
|
||||
.contact-cta {
|
||||
background: linear-gradient(135deg, #179e83 0%, #144784 100%);
|
||||
background: linear-gradient(135deg, #6d28d9 0%, #7c3aed 100%);
|
||||
color: white;
|
||||
padding: 40px;
|
||||
border-radius: 12px;
|
||||
@@ -424,7 +424,7 @@ $breadcrumbs = [
|
||||
|
||||
<div class="faq-item">
|
||||
<button class="faq-question">
|
||||
How do I start a project with UK Data Services?
|
||||
How do I start a project with UK AI Automation?
|
||||
<span class="faq-icon">▼</span>
|
||||
</button>
|
||||
<div class="faq-answer">
|
||||
@@ -495,9 +495,9 @@ $breadcrumbs = [
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<div class="footer-logo">
|
||||
<img src="assets/images/logo-white.svg" alt="UK Data Services">
|
||||
<img src="assets/images/logo-white.svg" alt="UK AI Automation">
|
||||
</div>
|
||||
<p>Enterprise data intelligence solutions for modern British business. Transform your operations with accurate, actionable insights and regulatory-compliant data services.</p>
|
||||
<p>Enterprise AI automation services for legal and consultancy firms. Transform your operations with accurate, actionable insights and regulatory-compliant data services.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
@@ -524,7 +524,7 @@ $breadcrumbs = [
|
||||
<ul>
|
||||
<li><a href="/blog/">Data Intelligence Blog</a></li>
|
||||
<li><a href="/case-studies/">Case Studies</a></li>
|
||||
<li><a href="/about">About UK Data Services</a></li>
|
||||
<li><a href="/about">About UK AI Automation</a></li>
|
||||
<li><a href="/project-types">Project Types</a></li>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/quote">Request Consultation</a></li>
|
||||
@@ -543,10 +543,10 @@ $breadcrumbs = [
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
|
||||
<p>© <?php echo date('Y'); ?> UK AI Automation. All rights reserved.</p>
|
||||
<div class="social-links">
|
||||
<a href="https://linkedin.com/company/uk-data-services" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><img src="assets/images/icon-linkedin.svg" alt="LinkedIn"></a>
|
||||
<a href="https://twitter.com/ukdataservices" aria-label="Twitter" target="_blank" rel="noopener noreferrer"><img src="assets/images/icon-twitter.svg" alt="Twitter"></a>
|
||||
<a href="https://linkedin.com/company/ukaiautomation" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><img src="assets/images/icon-linkedin.svg" alt="LinkedIn"></a>
|
||||
<a href="https://twitter.com/ukaiautomation" aria-label="Twitter" target="_blank" rel="noopener noreferrer"><img src="assets/images/icon-twitter.svg" alt="Twitter"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user