Fix SEO issues found via GSC audit

- Fix broken PHP syntax in real-time data extraction article
- Fix truncated meta description on homepage
- Fix truncated titles on competitive intelligence and price monitoring pages
- Update Selenium vs Playwright article year from 2024 to 2026
- Replace no-store cache headers on homepage with private revalidation
- 301 redirect thin duplicate real-time streaming article to canonical
- Add HSTS header to data-cleaning service page
- Replace SVG og:images with PNG social card across 24 blog articles
- Add Services breadcrumb level to London, Manchester, Birmingham pages
This commit is contained in:
Peter Foster
2026-03-10 04:37:15 +00:00
parent 4121a20e40
commit 34ddbe3fdd
33 changed files with 95 additions and 266 deletions

View File

@@ -9,7 +9,7 @@ $meta_description = "Discover proven data automation strategies that UK business
$canonical_url = "https://ukdataservices.co.uk/blog/articles/data-automation-strategies-uk-businesses";
$keywords = "data automation UK, business process automation, automation strategies, UK business automation, ROI automation";
$author = "UK Data Services";
$og_image = "https://ukdataservices.co.uk/assets/images/icon-automation.svg";
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
?>
<!DOCTYPE html>
<html lang="en">
@@ -226,11 +226,11 @@ $og_image = "https://ukdataservices.co.uk/assets/images/icon-automation.svg";
<p>Our automation specialists offer free consultations to help you identify high-impact automation opportunities.</p>
<div class="contact-info">
<div class="contact-item">
<img loading="lazy" src="/assets/images/icon-phone.svg" alt="Phone" width="16" height="16">
<img loading="lazy" src="/assets/images/ukds-social-card.png" alt="Phone" width="16" height="16">
<span>+44 20 1234 5678</span>
</div>
<div class="contact-item">
<img loading="lazy" src="/assets/images/icon-email.svg" alt="Email" width="16" height="16">
<img loading="lazy" src="/assets/images/ukds-social-card.png" alt="Email" width="16" height="16">
<span>automation@ukdataservices.co.uk</span>
</div>
</div>
@@ -253,11 +253,11 @@ $og_image = "https://ukdataservices.co.uk/assets/images/icon-automation.svg";
<h3>Share This Article</h3>
<div class="share-buttons">
<a href="https://twitter.com/intent/tweet?text=Data%20Automation%20Strategies%20for%20UK%20Businesses&url=https://ukdataservices.co.uk/blog/articles/data-automation-strategies-uk-businesses" class="share-btn twitter" target="_blank">
<img loading="lazy" src="/assets/images/icon-twitter.svg" alt="Twitter" width="16" height="16">
<img loading="lazy" src="/assets/images/ukds-social-card.png" alt="Twitter" width="16" height="16">
Share on Twitter
</a>
<a href="https://www.linkedin.com/sharing/share-offsite/?url=https://ukdataservices.co.uk/blog/articles/data-automation-strategies-uk-businesses" class="share-btn linkedin" target="_blank">
<img loading="lazy" src="/assets/images/icon-linkedin.svg" alt="LinkedIn" width="16" height="16">
<img loading="lazy" src="/assets/images/ukds-social-card.png" alt="LinkedIn" width="16" height="16">
Share on LinkedIn
</a>
</div>
@@ -300,15 +300,15 @@ $og_image = "https://ukdataservices.co.uk/assets/images/icon-automation.svg";
<h3>Contact</h3>
<ul>
<li>
<img loading="lazy" src="/assets/images/icon-email.svg" alt="Email" width="16" height="16">
<img loading="lazy" src="/assets/images/ukds-social-card.png" alt="Email" width="16" height="16">
hello@ukdataservices.co.uk
</li>
<li>
<img loading="lazy" src="/assets/images/icon-phone.svg" alt="Phone" width="16" height="16">
<img loading="lazy" src="/assets/images/ukds-social-card.png" alt="Phone" width="16" height="16">
+44 20 1234 5678
</li>
<li>
<img loading="lazy" src="/assets/images/icon-location.svg" alt="Location" width="16" height="16">
<img loading="lazy" src="/assets/images/ukds-social-card.png" alt="Location" width="16" height="16">
London, United Kingdom
</li>
</ul>