Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
* @param string|null $itemUrl URL of the item being reviewed
|
||||
* @return string JSON-LD script tag
|
||||
*/
|
||||
function generateReviewSchema($reviews, $itemName = 'UK Data Services', $itemType = 'Organization', $itemUrl = null) {
|
||||
function generateReviewSchema($reviews, $itemName = 'UK AI Automation', $itemType = 'Organization', $itemUrl = null) {
|
||||
if (empty($reviews)) {
|
||||
return '';
|
||||
}
|
||||
|
||||
$baseUrl = 'https://ukdataservices.co.uk';
|
||||
$baseUrl = 'https://ukaiautomation.co.uk';
|
||||
|
||||
// Calculate aggregate rating
|
||||
$totalRating = 0;
|
||||
@@ -86,7 +86,7 @@ function generateReviewSchema($reviews, $itemName = 'UK Data Services', $itemTyp
|
||||
* Generate standalone AggregateRating schema (without individual reviews)
|
||||
*/
|
||||
function generateAggregateRatingSchema($itemName, $itemType, $ratingValue, $reviewCount, $itemUrl = null) {
|
||||
$baseUrl = 'https://ukdataservices.co.uk';
|
||||
$baseUrl = 'https://ukaiautomation.co.uk';
|
||||
|
||||
$schema = [
|
||||
'@context' => 'https://schema.org',
|
||||
@@ -114,7 +114,7 @@ $siteTestimonials = [
|
||||
[
|
||||
'author' => 'James Mitchell',
|
||||
'authorRole' => 'Retail Director, London Fashion Group',
|
||||
'reviewBody' => 'UK Data Services transformed our competitor analysis process. Their web scraping accuracy and speed helped us make better pricing decisions. We\'ve seen a 23% improvement in our market positioning since working with them.',
|
||||
'reviewBody' => 'UK AI Automation transformed our competitor analysis process. Their web scraping accuracy and speed helped us make better pricing decisions. We\'ve seen a 23% improvement in our market positioning since working with them.',
|
||||
'ratingValue' => 5,
|
||||
'datePublished' => '2024-09-15'
|
||||
],
|
||||
@@ -142,7 +142,7 @@ $siteTestimonials = [
|
||||
[
|
||||
'author' => 'David Brown',
|
||||
'authorRole' => 'Director of Analytics, Birmingham Manufacturing Co',
|
||||
'reviewBody' => 'We needed complex automotive parts pricing data across multiple European suppliers. UK Data Services delivered beyond expectations with excellent accuracy and compliance documentation.',
|
||||
'reviewBody' => 'We needed complex automotive parts pricing data across multiple European suppliers. UK AI Automation delivered beyond expectations with excellent accuracy and compliance documentation.',
|
||||
'ratingValue' => 5,
|
||||
'datePublished' => '2024-05-15'
|
||||
],
|
||||
@@ -189,7 +189,7 @@ $serviceTestimonials = [
|
||||
if (isset($reviews) && is_array($reviews)) {
|
||||
echo generateReviewSchema(
|
||||
$reviews,
|
||||
$reviewItemName ?? 'UK Data Services',
|
||||
$reviewItemName ?? 'UK AI Automation',
|
||||
$reviewItemType ?? 'Organization',
|
||||
$reviewItemUrl ?? null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user