Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -6,14 +6,14 @@ ini_set('session.cookie_httponly', '1');
ini_set('session.cookie_secure', '1');
// SEO and page variables
$page_title = "Top Python Airflow Alternatives (2026 UK Guide) | UK Data Services";
$page_title = "Top Python Airflow Alternatives (2026 UK Guide) | UK AI Automation";
$page_description = "Looking for Airflow alternatives? We review Prefect, Dagster, and Flyte for Python data pipelines. Compare features, use cases, and find the best fit.";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/python-airflow-alternatives.php";
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/python-airflow-alternatives.php";
$keywords = "airflow alternatives python, prefect vs airflow, dagster vs airflow, flyte vs airflow, python data orchestration, data pipeline tools uk";
$author = "Alex Kumar";
$published_date = "2026-07-15"; // New article publication date
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
$twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
$og_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
$twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
// Breadcrumb navigation
$breadcrumbs = [
@@ -66,10 +66,10 @@ $breadcrumbs = [
},
"publisher": {
"@type": "Organization",
"name": "UK Data Services",
"name": "UK AI Automation",
"logo": {
"@type": "ImageObject",
"url": "https://ukdataservices.co.uk/assets/images/logo.svg"
"url": "https://ukaiautomation.co.uk/assets/images/logo.svg"
}
}
}
@@ -131,7 +131,7 @@ $breadcrumbs = [
<li>For <strong>data lineage and governance</strong>, choose <strong>Dagster</strong>.</li>
<li>For <strong>scalability and reproducibility</strong> in a Kubernetes environment, choose <strong>Flyte</strong>.</li>
</ul>
<p>Feeling overwhelmed? Our team at UK Data Services can help you analyse your requirements and implement the perfect data orchestration solution for your business. <a href="/contact">Get in touch for a free consultation</a>.</p>
<p>Feeling overwhelmed? Our team at UK AI Automation can help you analyse your requirements and implement the perfect data orchestration solution for your business. <a href="/contact">Get in touch for a free consultation</a>.</p>
</section>
</div>
</div>