Remove Python as selling point throughout site
- about.php: title, subtitle, bio, technical background - quote.php: title, meta, badge (10+ Years Python → 10+ Years Experience) - case-studies/index.php: pipeline descriptions - author-bio.php: fake author roles and bios - article-footer.php: replace Python article links with actual AI articles - blog/search.php: replace Python article, remove Python topic tag
This commit is contained in:
@@ -8,8 +8,8 @@ session_start();
|
||||
// Enhanced security headers
|
||||
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
|
||||
|
||||
$page_title = "Get a Free Quote | UK AI Automation - AI & Python Automation";
|
||||
$page_description = "Book a free 20-minute discovery call call. We'll look at one of your manual workflows and show you how it could be automated using Python and AI. No commitment.";
|
||||
$page_title = "Get a Free Quote | UK AI Automation - AI Automation";
|
||||
$page_description = "Get in touch and we'll scope your project. We'll look at one of your manual workflows and show you how it could be automated using AI. No commitment.";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/quote";
|
||||
|
||||
// Breadcrumb navigation
|
||||
@@ -517,7 +517,7 @@ $breadcrumbs = [
|
||||
</div>
|
||||
<div style="text-align:center;">
|
||||
<div style="font-size:2em;">🐍</div>
|
||||
<div style="font-size:0.85em;color:#666;">10+ Years Python</div>
|
||||
<div style="font-size:0.85em;color:#666;">10+ Years Experience</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user