Hallam Internet TSVP AI Search Visibility | OpenKit
Digital Marketing · 2026 · 6 months
Hallam Internet

Total Search Visibility Platform

Innovate UK grant build of a Total Search Visibility platform that unifies AI-search citations with traditional search and social metrics.

Hallam Total Search Visibility Platform dashboard
4 engines
AI citations tracked end-to-end
4
AI engines tracked
Multi-tenant access
AI citation system
Hallam-owned
IP and codebase
Client
Hallam InternetDigital Marketing
Engagement
Innovate UK build partner
Timeline
6 months 2026
Capabilities
AI · SEO · GEO · Innovate UK · Marketing
01The challenge

Buyers are getting answers from AI surfaces GA4 cannot count.

Hallam Internet is a Nottingham digital agency whose clients spend real money on search visibility. The team had been watching the same shift their clients were starting to feel: buyers were getting answers from ChatGPT, Perplexity, and Google's AI Overviews, then never landing on a page that GA4 could count. Zero-click search has broken the agency reporting model on exactly the surface the brand most needs to defend.

Traditional rank-tracking cannot describe an AI Overview. The agency reporting model has no shared unit for comparing a footnote in ChatGPT against a position-three Google result. Hallam's CEO wanted an analytics product that could put those moments on the same dashboard as Google rankings, not a thought-leadership post about why it mattered.

  • One scoring index across AI citations, traditional search, and social, not three reports stapled together.
  • Multi-tenant from day one, with the boundary enforced at the database layer.
  • Calibration belongs to the agency: weights live in a table, not in code.
  • Innovate UK rules: grant funds the novel R&D, not the commodity SaaS plumbing.
  • Hallam owns the IP at the end: citation monitor, scoring engine, codebase.
02In the product

Inside the Total Search Visibility Platform.

TSVP dashboard showing Share of Visibility headline across every tracked surface
Tenant dashboard

One Share of Visibility headline across every tracked surface

The dashboard a beta-tier client opens. Headline index, trend chart, per-channel breakdown across traditional search, website analytics, social media, and AI visibility. Same number, same date range, every surface.

AI Visibility view with citation rate, per-LLM citation counts, and trend chart
AI Visibility

Citation rate across OpenAI, Perplexity, and Gemini

Per-engine citation counts and a twelve-month trend chart that GA4 cannot produce. The view that puts a number on a buyer journey that never reached the site.

Prompt Performance view with per-prompt citation rate, sentiment, and per-run history table
Prompt Performance

Every citation pinned to a date, a model, and a source URL

Per-prompt citation rate, average position, sentiment, and platform breakdown. The per-run history table shows exactly when each AI engine cited the brand and which URL it linked to.

YouTube connector showing video views, likes, comments, and subscriber growth
Social connector

Social engagement ingested into the same scoring pipeline

YouTube views, likes, comments, and subscribers in the same normalised pipeline as search and AI. Engagement breakdown and subscriber growth feed the Share of Visibility weighting alongside everything else.

Scoring Weights configuration showing per-metric weights for organic visits, engaged sessions, and social
Scoring Weights

The per-metric controls that make the index the agency's own

The weights table behind the Share of Visibility formula. Hallam Insights staff calibrate organic visits, engaged sessions, and social signals on their own schedule. A weighting change is a row update the next dashboard read picks up.

03What we built

Database-first scoring, a citation monitor, and a tenant boundary that lives in the data.

Foundations sit on a UK-hosted Supabase project in the AWS London region. Row-Level Security pins every read to a tenant, and a CI pipeline puts a preview environment behind every pull request. The boundary between Hallam Insights staff and beta-tier clients lives in Row-Level Security rather than in front-end code that could be skipped.

On that foundation the ingestion pipeline runs as serverless edge functions per data source. Each function owns one connector, one validation pass, and one normalised insert. Failures stop ingestion rather than poisoning it; a schema change raises an alert rather than producing a quiet bad dashboard the next morning.

The LLM Citation Monitor sits beside it as a scheduled function. It reads target prompts from a table Hallam controls, queries each generative engine through its API, parses the unstructured response for brand-domain citations, and writes hits into a dedicated citations table. Rate limits, retries, and cost ceilings are built into the agent so one bad day on a third-party API does not become a bad week on the platform.

The scoring engine is database-first. Weights live in a table the agency owns, a SQL view computes the Share of Visibility index from the latest weights on every read, and the dashboard reads from that view. Calibration is a row update, not a deployment.

  • Row-Level Security per tenant at the PostgreSQL layer; admin tier with cross-tenant visibility for Hallam Insights staff.
  • LLM Citation Monitor: scheduled agent against ChatGPT, Perplexity, AI Overviews, and Gemini.
  • Connector functions per source: GA4, Search Console, YouTube, with the same validation and insert path.
  • Database-first Share of Visibility view, computed from a weights table the agency edits.
  • Admin UI for managing weights without a deployment; CSV export from every dashboard.
  • API keys held as encrypted secrets, never exposed to the browser. ISO 27001-aligned controls.
Design process

The same query, two visibility realities, and one pipeline that resolves them.

One brand, one query. Google ranks it third on the SERP. The AI Overview answers in-surface and cites it as footnote two. GA4 records neither event the same way, which is exactly the problem the platform exists to solve. The pipeline diagram below is how the citation, search, and social signals resolve to one score.

GOOGLE TRADITIONAL AI OVERVIEW · PERPLEXITY brand visible at SERP position 3 brand cited as footnote [2] "best ai consultancy uk" competitor-a.co.uk > ai Competitor A - AI Consultancy competitor-b.co.uk Competitor B - UK AI Partners YOUR-BRAND.co.uk > about Your Brand - AI Consultancy POS 3 competitor-c.co.uk Competitor C - AI Build Studio "best ai consultancy uk" ASK AI ANSWER [1] [2] [3] SOURCES [1] competitor-a.co.uk [2] YOUR-BRAND.co.uk [3] industry-report.org NO ONWARD CLICK answer rendered in-surface GA4 records zero session for this query GSC records zero impression for this query brand presence: citation [2] only
Two visibility realities: Google SERP vs AI Overview citation.
CHATGPT / PERPLEXITY GOOGLE GEMINI GA4 / GSC SOCIAL SURFACES INGESTION connectors normalisers tenant routing LLM CITATION monitor parsing algorithms TRADITIONAL search + social aggregator SHARE OF VISIBILITY score MULTI-TENANT DASHBOARD admin tier beta client tier (read-only) Innovate UK grant build. IP owned by Hallam Internet. Multi-tenant beta with isolated client data.
Citation, search, and social signals resolving to one score.
04Outcomes

A live multi-tenant platform with the citation monitor running in production.

4 engines
AI citations tracked end-to-end
4
AI engines tracked
Multi-tenant access
AI citation system
Hallam-owned
IP and codebase

For Hallam Insights

Client questions about ChatGPT, Perplexity, AI Overviews, and Gemini answered in the same review they used to spend on Search Console.

Calibration without releases

Scoring weights live in a table the agency owns. A weighting change is a row update the next dashboard read picks up. No deployment, no engineering ticket.

Onboarding as configuration

Tenant isolation enforced in the database. Adding a paying brand is a row of configuration, not a new build.

Innovate UK IP

The citation monitor, the parsing logic, and the scoring model belong to Hallam. The codebase is theirs to host, extend, and license.

Findings that shaped the build

Three observations that did most of the design work.

  1. 01

    Zero-click search has broken GA4 visibility

    The session never starts, so the agency reporting model goes quiet on exactly the surface the brand most needs to defend.

  2. 02

    AI Overviews surface differently per platform

    Citations arrive as footnotes, inline links, or paraphrased mentions depending on the engine. One parser is not enough.

  3. 03

    Platform-aware weighting matters

    A footnote in an AI answer that ends the search is worth more than a position-eight result that never gets clicked. The weights belong to the agency, not to the vendor.

How the architecture holds together

Edge functions per source. A scheduled citation monitor. A SQL view computing the index per read.

A GA4 connector is API plumbing; a generative AI connector is a different shape of problem, since the response is prose and two identical queries can return two different answers an hour apart. The ingestion pipeline runs as serverless edge functions per data source: each function owns one connector, one validation pass, and one normalised insert. Failures stop ingestion rather than poisoning it. A schema change raises an alert rather than producing a quiet bad dashboard the next morning.

Approach

How we delivered it.

Stack

Supabase PostgreSQL (AWS London)Vite + React + TypeScriptTailwind + RechartsSupabase Edge FunctionsLLM Citation Monitor (scheduled agent)

Capabilities

AISEOGEOInnovate UKMarketing

Compliance

ISO 27001ISO 9001GDPRUK data residency (AWS London)Row-Level Security per tenant
Engagement

From scoping to live.

  1. Innovate UK scopingGrant focus pinned to the parts of the platform that did not exist in the market: the citation monitor and the cross-surface scoring engine. Weeks 1-3
  2. Foundation and multi-tenancySupabase project in AWS London, Row-Level Security keyed to tenant on every read, role-based routing in the front end, preview environments on every PR. Weeks 4-10
  3. Citation monitor and scoringScheduled agent against ChatGPT, Perplexity, AI Overviews, and Gemini. Database-first Share of Visibility view computed from a weights table the agency owns. Weeks 11-20
  4. Multi-source ingestion and dashboardsGA4, Search Console, and social connectors wired into the same normalised insert path. Admin and tenant dashboards with CSV export and benchmarking views. Weeks 21-26
  5. Beta operationHallam Insights admin tier active, beta-tier client tenants live on read-only dashboards, citation monitor running on Hallam-controlled prompts. Ongoing

Bring your team's next AI project to a 30-minute call.

No deck. We listen, sketch a delivery shape, and tell you honestly whether AI is the right tool for the problem.

Start Your
AI Project

Thank you for your interest! Enter your project details below and our team will get in contact within 24 hours.

About your AI project

About You

By submitting this form, you confirm that you have read and agree to our privacy policy. We will only use your information to respond to your inquiry.