From 5337fafc69690f42c4699266d3c51360bf09fe3f Mon Sep 17 00:00:00 2001 From: Peter Foster Date: Sun, 22 Mar 2026 03:23:35 +0000 Subject: [PATCH] SEO: internal blog links from service sections, fix Cache-Control header - Cache-Control: public, max-age=3600 (was private no-cache) for better CDN caching - Document & Data Extraction card: links to PDF extraction and due diligence articles - Research Automation card: links to research automation and cost of manual work articles - Custom AI Agents card: links to what-is-an-ai-agent and build-vs-buy articles - Use case cards: Legal Due Diligence, Consultancy Research, Document Review each now link to corresponding blog article instead of /quote --- index.php | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index a95c930..f3e9c96 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ ini_set('session.cookie_secure', '1'); session_start(); // Allow private caching with revalidation (CSRF token requires session) -header("Cache-Control: private, no-cache, must-revalidate"); +header("Cache-Control: public, max-age=3600, stale-while-revalidate=86400"); if (!isset($_SESSION['csrf_token'])) { $_SESSION['csrf_token'] = bin2hex(random_bytes(32)); } @@ -567,6 +567,10 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
  • Bulk PDF processing pipelines
  • GDPR-compliant handling throughout
  • +

    + PDF to database extraction → + Due diligence automation → +

    @@ -582,6 +586,10 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
  • Automated research reports
  • Custom alert systems
  • +

    + Research automation for consultancies → + Cost of manual data work → +

    @@ -612,6 +620,10 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation
  • Workflow automation with human-in-the-loop oversight
  • Integration with your existing tools and systems
  • +

    + What is an AI agent? → + Build vs buy guide → +

    @@ -656,17 +668,17 @@ $twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukaiautomation

    ⚖️ Legal Due Diligence

    Automate the extraction and summarisation of data from contracts, filings, and company documents during due diligence.

    - Get a Quote → + How it works →

    📊 Consultancy Research

    Replace manual research hours with automated monitoring of markets, competitors, and regulatory changes.

    - Get a Quote → + How it works →

    📋 Document Review

    AI-powered extraction and summarisation of contracts, NDAs, and legal documents — replacing the first pass of manual review.

    - Get a Quote → + How it works →

    📈 Client Reporting