Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* echo $urlMap['services']['web-scraping'];
|
||||
*/
|
||||
|
||||
$baseUrl = 'https://ukdataservices.co.uk';
|
||||
$baseUrl = 'https://ukaiautomation.co.uk';
|
||||
|
||||
/**
|
||||
* Complete URL map for the site
|
||||
@@ -70,62 +70,34 @@ $urlMap = [
|
||||
* Service metadata for internal linking and SEO
|
||||
*/
|
||||
$serviceData = [
|
||||
'web-scraping' => [
|
||||
'url' => '/services/web-scraping',
|
||||
'title' => 'Web Scraping Services',
|
||||
'shortTitle' => 'Web Scraping',
|
||||
'description' => 'Professional web scraping and data extraction services',
|
||||
'icon' => 'icon-web-scraping-v2.svg'
|
||||
],
|
||||
'competitive-intelligence' => [
|
||||
'url' => '/services/competitive-intelligence',
|
||||
'title' => 'Competitive Intelligence',
|
||||
'shortTitle' => 'Competitive Intelligence',
|
||||
'description' => 'Market analysis and competitor monitoring services',
|
||||
'icon' => 'icon-analytics.svg'
|
||||
],
|
||||
'price-monitoring' => [
|
||||
'url' => '/services/price-monitoring',
|
||||
'title' => 'Price Monitoring',
|
||||
'shortTitle' => 'Price Monitoring',
|
||||
'description' => 'Real-time price tracking and competitor pricing alerts',
|
||||
'icon' => 'icon-price-monitoring.svg'
|
||||
],
|
||||
'data-cleaning' => [
|
||||
'url' => '/services/data-cleaning',
|
||||
'title' => 'Data Cleaning & Validation',
|
||||
'shortTitle' => 'Data Cleaning',
|
||||
'description' => 'Professional data cleaning and quality assurance',
|
||||
'document-extraction' => [
|
||||
'url' => '/#services',
|
||||
'title' => 'Document Extraction',
|
||||
'shortTitle' => 'Document Extraction',
|
||||
'description' => 'Automated extraction from PDFs, Word docs, contracts and reports',
|
||||
'icon' => 'icon-data-processing.svg'
|
||||
],
|
||||
'data-analytics' => [
|
||||
'url' => '/services/data-analysis-services',
|
||||
'title' => 'Data Analytics',
|
||||
'shortTitle' => 'Analytics',
|
||||
'description' => 'Business intelligence and data analytics solutions',
|
||||
'research-automation' => [
|
||||
'url' => '/#services',
|
||||
'title' => 'Research Automation',
|
||||
'shortTitle' => 'Research Automation',
|
||||
'description' => 'Automated market research, due diligence and competitor monitoring',
|
||||
'icon' => 'icon-analytics.svg'
|
||||
],
|
||||
'api-development' => [
|
||||
'url' => '/services/api-development',
|
||||
'title' => 'API Development',
|
||||
'shortTitle' => 'API Development',
|
||||
'description' => 'Custom API development and system integration',
|
||||
'data-pipelines' => [
|
||||
'url' => '/#services',
|
||||
'title' => 'Data Pipeline Build-Outs',
|
||||
'shortTitle' => 'Data Pipelines',
|
||||
'description' => 'End-to-end data pipelines from messy sources to clean structured outputs',
|
||||
'icon' => 'icon-automation.svg'
|
||||
],
|
||||
'property-data-extraction' => [
|
||||
'url' => '/services/property-data-extraction',
|
||||
'title' => 'Property Data Extraction',
|
||||
'shortTitle' => 'Property Data',
|
||||
'description' => 'UK property market data from Rightmove, Zoopla, OnTheMarket',
|
||||
'icon' => 'icon-property.svg'
|
||||
'custom-ai-agents' => [
|
||||
'url' => '/#services',
|
||||
'title' => 'Custom AI Agents',
|
||||
'shortTitle' => 'AI Agents',
|
||||
'description' => 'Bespoke AI agents that handle repetitive workflows autonomously',
|
||||
'icon' => 'icon-web-scraping-v2.svg'
|
||||
],
|
||||
'financial-data-services' => [
|
||||
'url' => '/services/financial-data-services',
|
||||
'title' => 'Financial Data Services',
|
||||
'shortTitle' => 'Financial Data',
|
||||
'description' => 'FCA-compliant financial and market data extraction',
|
||||
'icon' => 'icon-financial.svg'
|
||||
]
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user