SEO audit fixes: H1 keyword, schema, robots.txt, llms.txt, sitemap, alt texts, logo
- H1: add primary keyword (AI Automation for UK Law Firms & Consultancies) - Hero subtitle: replace old scraping copy with accurate consultancy copy - WebPage schema name aligned with title tag - Organization schema: add telephone, fix sameAs (remove broken social URLs) - robots.txt: add 5 missing AI crawlers (Applebot-Extended, Bytespider, CCBot, FacebookBot, Amazonbot) - llms.txt: add Key Pages section with 7 linked pages - sitemap.xml: add 4 legal pages (privacy, terms, cookie, gdpr) - Icon alt texts: simplify 6 keyword-stuffed verbose alts - Nav logo: add width/height dimensions, switch to loading=eager
This commit is contained in:
@@ -17,7 +17,7 @@ function nav_active($href, $current) {
|
|||||||
<div class="nav-container">
|
<div class="nav-container">
|
||||||
<div class="nav-logo">
|
<div class="nav-logo">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<img src="/assets/images/ukaiautomation-logo.svg" alt="UK AI Automation" class="logo" style="height:56px;width:auto;">
|
<img src="/assets/images/ukaiautomation-logo.svg" alt="UK AI Automation" class="logo" width="200" height="56" loading="eager">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-menu" id="nav-menu">
|
<div class="nav-menu" id="nav-menu">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* Generates Organization structured data for improved SEO
|
* Generates Organization structured data for improved SEO
|
||||||
*
|
*
|
||||||
* Usage: Include this file in the <head> of every page
|
* Usage: Include this file in the <head> of every page
|
||||||
* <?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/schema/organization-schema.php'); ?>
|
* <?php include(['DOCUMENT_ROOT'] . '/includes/schema/organization-schema.php'); ?>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$organizationSchema = [
|
$organizationSchema = [
|
||||||
@@ -21,8 +21,9 @@ $organizationSchema = [
|
|||||||
'height' => 100
|
'height' => 100
|
||||||
],
|
],
|
||||||
'image' => 'https://ukaiautomation.co.uk/assets/images/ukaiautomation-logo.svg',
|
'image' => 'https://ukaiautomation.co.uk/assets/images/ukaiautomation-logo.svg',
|
||||||
'description' => 'Enterprise AI automation and data pipeline services for UK businesses. Specialising in competitive intelligence, price monitoring, and GDPR-compliant data extraction.',
|
'description' => 'UK-based AI automation consultancy. We help legal and consultancy firms automate document extraction, research, and data workflows.',
|
||||||
'email' => 'info@ukaiautomation.co.uk',
|
'email' => 'info@ukaiautomation.co.uk',
|
||||||
|
'telephone' => '+441692689150',
|
||||||
'address' => [
|
'address' => [
|
||||||
'@type' => 'PostalAddress',
|
'@type' => 'PostalAddress',
|
||||||
'streetAddress' => '',
|
'streetAddress' => '',
|
||||||
@@ -34,7 +35,7 @@ $organizationSchema = [
|
|||||||
'geo' => [
|
'geo' => [
|
||||||
'@type' => 'GeoCoordinates',
|
'@type' => 'GeoCoordinates',
|
||||||
'latitude' => 52.8269,
|
'latitude' => 52.8269,
|
||||||
'longitude' => -0.1278
|
'longitude' => 1.3816
|
||||||
],
|
],
|
||||||
'areaServed' => [
|
'areaServed' => [
|
||||||
[
|
[
|
||||||
@@ -62,14 +63,12 @@ $organizationSchema = [
|
|||||||
'name' => 'Cardiff'
|
'name' => 'Cardiff'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'sameAs' => [
|
'sameAs' => [],
|
||||||
'https://www.linkedin.com/company/ukaiautomation',
|
|
||||||
'https://x.com/ukaiautomation'
|
|
||||||
],
|
|
||||||
'contactPoint' => [
|
'contactPoint' => [
|
||||||
[
|
[
|
||||||
'@type' => 'ContactPoint',
|
'@type' => 'ContactPoint',
|
||||||
'contactType' => 'sales',
|
'telephone' => '+441692689150',
|
||||||
|
'contactType' => 'customer service',
|
||||||
'availableLanguage' => 'English',
|
'availableLanguage' => 'English',
|
||||||
'areaServed' => 'GB',
|
'areaServed' => 'GB',
|
||||||
'hoursAvailable' => [
|
'hoursAvailable' => [
|
||||||
@@ -82,7 +81,7 @@ $organizationSchema = [
|
|||||||
[
|
[
|
||||||
'@type' => 'ContactPoint',
|
'@type' => 'ContactPoint',
|
||||||
'email' => 'info@ukaiautomation.co.uk',
|
'email' => 'info@ukaiautomation.co.uk',
|
||||||
'contactType' => 'customer service',
|
'contactType' => 'sales',
|
||||||
'availableLanguage' => 'English',
|
'availableLanguage' => 'English',
|
||||||
'areaServed' => 'GB'
|
'areaServed' => 'GB'
|
||||||
]
|
]
|
||||||
@@ -94,6 +93,6 @@ $organizationSchema = [
|
|||||||
]
|
]
|
||||||
];
|
];
|
||||||
?>
|
?>
|
||||||
<script type="application/ld+json">
|
<script type=application/ld+json>
|
||||||
<?php echo json_encode($organizationSchema, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); ?>
|
<?php echo json_encode($organizationSchema, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); ?>
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
18
index.php
18
index.php
@@ -377,7 +377,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
"@type": "WebPage",
|
"@type": "WebPage",
|
||||||
"@id": "https://ukaiautomation.co.uk/#webpage",
|
"@id": "https://ukaiautomation.co.uk/#webpage",
|
||||||
"url": "https://ukaiautomation.co.uk/",
|
"url": "https://ukaiautomation.co.uk/",
|
||||||
"name": "UK AI Automation | AI Automation & Data Analytics",
|
"name": "AI Automation Consulting UK | Legal & Consultancy",
|
||||||
"description": "Leading UK AI Automation and data analytics provider. Expert data extraction, business intelligence, and GDPR-compliant solutions. Trusted by 50+ businesses.",
|
"description": "Leading UK AI Automation and data analytics provider. Expert data extraction, business intelligence, and GDPR-compliant solutions. Trusted by 50+ businesses.",
|
||||||
"isPartOf": {
|
"isPartOf": {
|
||||||
"@id": "https://ukaiautomation.co.uk#website"
|
"@id": "https://ukaiautomation.co.uk#website"
|
||||||
@@ -419,8 +419,8 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
<div class="hero-container">
|
<div class="hero-container">
|
||||||
<div class="hero-content">
|
<div class="hero-content">
|
||||||
<p class="hero-eyebrow">Your team shouldn't be doing this manually.</p>
|
<p class="hero-eyebrow">Your team shouldn't be doing this manually.</p>
|
||||||
<h1 class="hero-title">Less Admin. More Billable Hours.</h1>
|
<h1 class="hero-title">AI Automation for UK Law Firms & Consultancies</h1>
|
||||||
<p class="hero-subtitle" id="hero-subtitle">We extract real-time pricing, product, and market data from any website — legally, accurately, and on your schedule.</p>
|
<p class="hero-subtitle" id="hero-subtitle">We automate the manual document and research work that costs your team hours every week. Fixed-price projects delivered in 2–4 weeks.</p>
|
||||||
<div class="hero-buttons">
|
<div class="hero-buttons">
|
||||||
<a href="/quote" class="btn btn-primary">Get a Free Quote</a>
|
<a href="/quote" class="btn btn-primary">Get a Free Quote</a>
|
||||||
<a href="/case-studies" class="btn btn-secondary">See Use Cases</a>
|
<a href="/case-studies" class="btn btn-secondary">See Use Cases</a>
|
||||||
@@ -739,7 +739,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
<div class="features-grid">
|
<div class="features-grid">
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<div class="feature-icon">
|
<div class="feature-icon">
|
||||||
<img src="assets/images/icon-accuracy.svg" alt="Data precision target icon showing accuracy metrics, quality validation checkmarks, and statistical accuracy indicators" loading="lazy" width="80" height="80">
|
<img src="assets/images/icon-accuracy.svg" alt="Accuracy icon" loading="lazy" width="80" height="80">
|
||||||
</div>
|
</div>
|
||||||
<h3>Direct Access to the Developer</h3>
|
<h3>Direct Access to the Developer</h3>
|
||||||
<p>No account managers or outsourced teams. You work directly with the consultant who builds and maintains your automation.</p>
|
<p>No account managers or outsourced teams. You work directly with the consultant who builds and maintains your automation.</p>
|
||||||
@@ -747,7 +747,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
|
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<div class="feature-icon">
|
<div class="feature-icon">
|
||||||
<img src="assets/images/icon-speed.svg" alt="High-speed delivery icon featuring performance metrics, acceleration arrows, and rapid deployment timelines" loading="lazy" width="80" height="80">
|
<img src="assets/images/icon-speed.svg" alt="Fast delivery icon" loading="lazy" width="80" height="80">
|
||||||
</div>
|
</div>
|
||||||
<h3>Fast Turnaround</h3>
|
<h3>Fast Turnaround</h3>
|
||||||
<p>Most automation projects are scoped, built, and delivered within 2–4 weeks. No lengthy onboarding or project management overhead.</p>
|
<p>Most automation projects are scoped, built, and delivered within 2–4 weeks. No lengthy onboarding or project management overhead.</p>
|
||||||
@@ -755,7 +755,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
|
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<div class="feature-icon">
|
<div class="feature-icon">
|
||||||
<img src="assets/images/icon-security.svg" alt="Enterprise security shield icon with encryption locks, data protection barriers, and cybersecurity monitoring systems" loading="lazy" width="80" height="80">
|
<img src="assets/images/icon-security.svg" alt="Security icon" loading="lazy" width="80" height="80">
|
||||||
</div>
|
</div>
|
||||||
<h3>GDPR Compliant by Default</h3>
|
<h3>GDPR Compliant by Default</h3>
|
||||||
<p>Every automation is built with UK data protection law in mind from the start. We provide full documentation for your compliance records.</p>
|
<p>Every automation is built with UK data protection law in mind from the start. We provide full documentation for your compliance records.</p>
|
||||||
@@ -763,7 +763,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
|
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<div class="feature-icon">
|
<div class="feature-icon">
|
||||||
<img src="assets/images/icon-scalability.svg" alt="Scalable infrastructure icon showing cloud expansion, distributed systems, and elastic resource allocation capabilities" loading="lazy" width="80" height="80">
|
<img src="assets/images/icon-scalability.svg" alt="Scalability icon" loading="lazy" width="80" height="80">
|
||||||
</div>
|
</div>
|
||||||
<h3>Fixed-Price Projects</h3>
|
<h3>Fixed-Price Projects</h3>
|
||||||
<p>We quote a fixed price up front — no hourly billing surprises. You know exactly what you're getting and what it costs before we start.</p>
|
<p>We quote a fixed price up front — no hourly billing surprises. You know exactly what you're getting and what it costs before we start.</p>
|
||||||
@@ -771,7 +771,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
|
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<div class="feature-icon">
|
<div class="feature-icon">
|
||||||
<img src="assets/images/icon-support.svg" alt="Expert support icon showing customer service representatives, technical assistance, and 24/7 help desk operations" loading="lazy" width="80" height="80">
|
<img src="assets/images/icon-support.svg" alt="Support icon" loading="lazy" width="80" height="80">
|
||||||
</div>
|
</div>
|
||||||
<h3>10+ Years Automation Experience</h3>
|
<h3>10+ Years Automation Experience</h3>
|
||||||
<p>We've been building data automation systems for over a decade — across legal, consultancy, financial services, and more.</p>
|
<p>We've been building data automation systems for over a decade — across legal, consultancy, financial services, and more.</p>
|
||||||
@@ -779,7 +779,7 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
|
|||||||
|
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<div class="feature-icon">
|
<div class="feature-icon">
|
||||||
<img src="assets/images/icon-compliance-check.svg" alt="Regulatory compliance checklist icon with government badges, legal verification marks, and audit approval stamps" loading="lazy" width="80" height="80">
|
<img src="assets/images/icon-compliance-check.svg" alt="Compliance icon" loading="lazy" width="80" height="80">
|
||||||
</div>
|
</div>
|
||||||
<h3>UK-Based, UK-Focused</h3>
|
<h3>UK-Based, UK-Focused</h3>
|
||||||
<p>We're based in Norfolk, serving clients across the UK. No offshore teams, no timezone confusion — just straightforward, professional service.</p>
|
<p>We're based in Norfolk, serving clients across the UK. No offshore teams, no timezone confusion — just straightforward, professional service.</p>
|
||||||
|
|||||||
10
llms.txt
10
llms.txt
@@ -30,3 +30,13 @@ https://ukaiautomation.co.uk/blog/
|
|||||||
## Contact
|
## Contact
|
||||||
https://ukaiautomation.co.uk/quote
|
https://ukaiautomation.co.uk/quote
|
||||||
info@ukaiautomation.co.uk
|
info@ukaiautomation.co.uk
|
||||||
|
|
||||||
|
## Key Pages
|
||||||
|
|
||||||
|
- [AI Automation Services](https://ukaiautomation.co.uk/#services): Document extraction, research automation, data pipelines, and custom AI agents for UK law firms and consultancies
|
||||||
|
- [Case Studies](https://ukaiautomation.co.uk/case-studies/): Client results from legal and management consultancy automation projects
|
||||||
|
- [About](https://ukaiautomation.co.uk/about): Company background, experience, and approach
|
||||||
|
- [FAQ](https://ukaiautomation.co.uk/faq): Pricing, delivery timelines, security, and technical questions answered
|
||||||
|
- [Blog](https://ukaiautomation.co.uk/blog/): Articles on AI automation for professional services firms
|
||||||
|
- [Get a Quote](https://ukaiautomation.co.uk/quote): Free project scoping and pricing consultation
|
||||||
|
- [GDPR Compliance](https://ukaiautomation.co.uk/gdpr-compliance): How we handle data protection and compliance
|
||||||
|
|||||||
15
robots.txt
15
robots.txt
@@ -69,3 +69,18 @@ Allow: /
|
|||||||
|
|
||||||
User-agent: Google-Extended
|
User-agent: Google-Extended
|
||||||
Allow: /
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: Applebot-Extended
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: Bytespider
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: CCBot
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: FacebookBot
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
User-agent: Amazonbot
|
||||||
|
Allow: /
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url><loc>https://ukaiautomation.co.uk/</loc><lastmod>2026-03-21</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url>
|
<url><loc>https://ukaiautomation.co.uk/</loc><lastmod>2026-03-22</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url>
|
||||||
<url><loc>https://ukaiautomation.co.uk/about</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
<url><loc>https://ukaiautomation.co.uk/about</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
||||||
<url><loc>https://ukaiautomation.co.uk/contact</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
<url><loc>https://ukaiautomation.co.uk/contact</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.7</priority></url>
|
||||||
<url><loc>https://ukaiautomation.co.uk/quote</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
<url><loc>https://ukaiautomation.co.uk/quote</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
||||||
@@ -17,4 +17,8 @@
|
|||||||
<url><loc>https://ukaiautomation.co.uk/blog/articles/how-to-brief-ai-automation-consultant</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
<url><loc>https://ukaiautomation.co.uk/blog/articles/how-to-brief-ai-automation-consultant</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
||||||
<url><loc>https://ukaiautomation.co.uk/blog/articles/cost-of-manual-data-work-professional-services</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
<url><loc>https://ukaiautomation.co.uk/blog/articles/cost-of-manual-data-work-professional-services</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
||||||
<url><loc>https://ukaiautomation.co.uk/blog/articles/gdpr-ai-automation-uk-firms</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
<url><loc>https://ukaiautomation.co.uk/blog/articles/gdpr-ai-automation-uk-firms</loc><lastmod>2026-03-21</lastmod><changefreq>monthly</changefreq><priority>0.8</priority></url>
|
||||||
|
<url><loc>https://ukaiautomation.co.uk/privacy-policy</loc><lastmod>2026-03-21</lastmod><changefreq>yearly</changefreq><priority>0.3</priority></url>
|
||||||
|
<url><loc>https://ukaiautomation.co.uk/terms-of-service</loc><lastmod>2026-03-21</lastmod><changefreq>yearly</changefreq><priority>0.3</priority></url>
|
||||||
|
<url><loc>https://ukaiautomation.co.uk/cookie-policy</loc><lastmod>2026-03-21</lastmod><changefreq>yearly</changefreq><priority>0.3</priority></url>
|
||||||
|
<url><loc>https://ukaiautomation.co.uk/gdpr-compliance</loc><lastmod>2026-03-21</lastmod><changefreq>yearly</changefreq><priority>0.3</priority></url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Reference in New Issue
Block a user