Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -4,7 +4,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
$page_title = "Real Estate & Property Data Scraping Services UK";
|
||||
$page_description = "Scrape property data from Rightmove, Zoopla & more. Our real estate data scraping service is GDPR-compliant and 99.8% accurate. For agents & investors.";
|
||||
$canonical_url = "https://ukdataservices.co.uk/services/property-data-extraction";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/services/property-data-extraction";
|
||||
$keywords = "property data scraping UK, Rightmove data extraction, Zoopla scraping, property market data UK, property listings data, real estate data extraction, property price data UK";
|
||||
|
||||
// Breadcrumb navigation
|
||||
@@ -69,7 +69,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
<title><?php echo htmlspecialchars($page_title); ?></title>
|
||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="keywords" content="<?php echo htmlspecialchars($keywords); ?>">
|
||||
<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); ?>">
|
||||
|
||||
@@ -78,7 +78,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
<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 -->
|
||||
@@ -86,7 +86,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
<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">
|
||||
@@ -133,13 +133,13 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
|
||||
.service-content h2 {
|
||||
font-size: 2rem;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.service-content h3 {
|
||||
font-size: 1.5rem;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@@ -172,11 +172,11 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
background: #f8f9fa;
|
||||
padding: 30px;
|
||||
border-radius: 12px;
|
||||
border-left: 4px solid #179e83;
|
||||
border-left: 4px solid #6d28d9;
|
||||
}
|
||||
|
||||
.data-source-card h4 {
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
margin-bottom: 15px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
@@ -214,7 +214,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
}
|
||||
|
||||
.use-case-card h3 {
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
margin-top: 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@@ -246,7 +246,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
}
|
||||
|
||||
.pricing-card.featured {
|
||||
background: linear-gradient(135deg, #144784 0%, #1a5a9e 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -265,7 +265,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
}
|
||||
|
||||
.pricing-card.featured .price {
|
||||
color: #179e83;
|
||||
color: #6d28d9;
|
||||
}
|
||||
|
||||
.pricing-card ul {
|
||||
@@ -293,7 +293,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
.faq-question {
|
||||
padding: 20px 25px;
|
||||
font-weight: 600;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -312,7 +312,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
|
||||
.cta-section {
|
||||
padding: 80px 0;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -338,7 +338,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #179e83;
|
||||
background: #6d28d9;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -349,7 +349,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
|
||||
.btn-white {
|
||||
background: white;
|
||||
color: #144784;
|
||||
color: #7c3aed;
|
||||
}
|
||||
|
||||
.btn-white:hover {
|
||||
@@ -376,9 +376,9 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
"@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": "Property Data Extraction", "item": "https://ukdataservices.co.uk/services/property-data-extraction"}
|
||||
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://ukaiautomation.co.uk/"},
|
||||
{"@type": "ListItem", "position": 2, "name": "Services", "item": "https://ukaiautomation.co.uk/#services"},
|
||||
{"@type": "ListItem", "position": 3, "name": "Property Data Extraction", "item": "https://ukaiautomation.co.uk/services/property-data-extraction"}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
@@ -500,7 +500,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
<!-- Use Cases Section -->
|
||||
<section class="use-cases">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center; color: #144784; margin-bottom: 40px;">Who Uses Property Data Extraction?</h2>
|
||||
<h2 style="text-align: center; color: #7c3aed; margin-bottom: 40px;">Who Uses Property Data Extraction?</h2>
|
||||
|
||||
<div class="use-cases-grid">
|
||||
<div class="use-case-card">
|
||||
@@ -539,7 +539,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
<!-- Pricing Section -->
|
||||
<section class="pricing-section">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center; color: #144784; margin-bottom: 40px;">Property Data Packages</h2>
|
||||
<h2 style="text-align: center; color: #7c3aed; margin-bottom: 40px;">Property Data Packages</h2>
|
||||
|
||||
<div class="pricing-grid">
|
||||
<div class="pricing-card">
|
||||
@@ -592,7 +592,7 @@ $faqPageName = 'Property Data Extraction FAQ';
|
||||
<!-- FAQ Section -->
|
||||
<section class="faq-section">
|
||||
<div class="container">
|
||||
<h2 style="text-align: center; color: #144784; margin-bottom: 40px;">Frequently Asked Questions</h2>
|
||||
<h2 style="text-align: center; color: #7c3aed; margin-bottom: 40px;">Frequently Asked Questions</h2>
|
||||
|
||||
<div class="faq-grid">
|
||||
<?php foreach ($faqs as $faq): ?>
|
||||
|
||||
Reference in New Issue
Block a user