✨ NEW Content Intelligence is here! Make your content unmissable to AI search

The AI Reckoning: Navigating DX in 2026

After years of AI experimentation, 2026 marks the transition of AI from emerging technology to operational reality. But while 66% of organisations now report significant AI productivity gains, success isn't universal. In this 45-minute webinar, we dive into four interconnected trends reshaping digital experience.

Video: Rethinking Digital Experience, Accessibility, and Security. Captions and transcript available on playback.

Rethinking Digital Experience, Accessibility, and Security

Explore how AI is reshaping digital experiences in 2026, from content discoverability and accessibility to productivity and security, and learn how strong foundations drive success across both human and AI audiences.

Get the full DX Trends report

Dig deeper into practical frameworks, implementation checklists, and insights from digital leaders navigating the AI reckoning.

Poll 2: What stage is your organisation at with digital accessibility compliance?

Fully compliant with WCAG standards – 24%

Actively working toward compliance – 61%

Aware of requirements, but no formal plan – 7%

Not sure of our current status – 7%

A donut chart showing responses to the poll question “What stage is your organisation at with digital accessibility compliance?”The largest segment, 61%, selected “Actively working toward compliance”.  Other responses include “Fully compliant with WCAG standards” at 24%, “Aware of requirements but no formal plan” at 7%, and “Not sure of our current status” at 7%.

Poll 3: What best describes your organisation's current AI implementation status?

AI in production with measured ROI – 8%

Running pilots or experimenting – 67%

Planning to implement, but haven't started – 21%

No current AI implementation plans – 5%

A donut chart showing responses to the poll question “What best describes your organisation’s current AI implementation status?”The largest segment, 67%, selected “Running pilots or experimenting”. Other responses include“Planning to implement but haven’t started” at 21%, “AI in production with measured ROI” at 8%, and “No current AI implementation plans” at 5%.

Poll 4: Is your organisation using AI to speed up development work?

Yes, with comprehensive security measures in place – 15%

Yes, but more ad hoc without concrete guardrails – 28%

No, we are worried about security risks – 15%

Not sure – 41%

A donut chart showing responses to the poll question “Is your organisation using AI for development work?” The largest segment, 41%, selected “Not sure”. Other responses include “Yes, but more ad hoc without concrete guardrails” at 28%, “No, we are worried about security risks” at 15%, and “Yes, with comprehensive security measures in place” at 15%.

Webinar Q&A

Full question: 

"I'm reading, hearing, seeing a lot that following established website and web content best practice for conventional SEO, accessibility, and writing 'good' content for humans will get us in good shape for AI and GEO. But I'm also reading about some things we're not currently doing - e.g. schema markups. Do you have any view on the benefits of investing time in adding schema markups?"

Answer:

Schema markup is worth investing in – just make sure your content foundations come first.

Schema markup sits in your page code, invisible to human visitors, and acts as labels for conversation-based search – telling them whether a page is an FAQ, a service page, a how-to guide, and so on. While conversation-based search can infer this from well-written content, schema reduces ambiguity and reinforces those signals.

That said, schema amplifies content that's already clear, accurate, and well-structured. It won't rescue content that's outdated, buried in PDFs, or written in language no citizen would search for. Get those foundations right first – then schema markup becomes a valuable layer to add.

If your content is already written in plain English, organised around what users need, and published as web pages rather than documents, you're well-positioned to benefit from schema markup.

Webinar Q&A

Content and Generative Engine Optimisation (GEO)

The goal is the same - create clear, accurate, well-structured content - but AI introduces a second audience with specific technical requirements that your pages need to account for. A few things to focus on:

  • Audit your content for accuracy and clarity. Make sure it directly answers the questions your audience is likely to ask, is up-to-date, and accurately represents your organisation. This is the foundation - if AI comes to your site and can't find a clear answer, it goes elsewhere.
  • Review your page structure. The technical work that makes your content accessible to humans overlaps with the work that makes it readable by AI. For example:
    • Heading hierarchy (H1 → H2 → H3 in logical order) helps screen readers navigate, and helps AI understand topic structure and identify main points vs. supporting detail.
    • Alt text on images enables screen readers to describe visuals - and is also what AI uses to understand image content.
  • Add HTML schema markup. This sits in your code (invisible to human users) and acts as signposts for bots - telling them whether a page is an FAQ, a blog post, a how-to, etc. This makes it much easier for AI to understand and cite your content correctly.

Security

AI systems don't give you the exact same output every time, which creates a different kind of security challenge compared to traditional software. There are a few layers to how you address this.

First, control what the AI has access to. If sensitive information never enters the AI's context, it can't leak it. You need clear data boundaries - what content is the AI allowed to draw from, what's off limits, and how is that enforced? Scope matters too - a conversational search tool answering questions about your public website is a very different risk profile from an internal AI with access to customer data.

Second, layer your defences against prompt injection. That's where someone tries to manipulate an AI system into ignoring its instructions or revealing information it shouldn't. The defence has to be layered - input validation, system-level instructions that are harder to override, output filtering, and monitoring to flag unusual patterns. No single layer is perfect, but together they create a robust defence. Anthropic (the company behind Claude) recently published research showing they've reduced successful prompt injection attacks to around 1% through reinforcement learning and classifier-based scanning - though they're transparent this remains an active area of research.

Third, test, red-team, and monitor continuously. AI security isn't set-and-forget. Regular red-teaming and ongoing monitoring are essential. OWASP ranks prompt injection as the #1 risk in their Top 10 for LLM Applications.

The short answer: you can absolutely use AI with sensitive information, but you need to be intentional about the architecture, the access controls, and the testing.

Other

The number is less daunting than it looks. A single image missing alt text can trigger violations across many pages, so 8,000 issues is rarely 8,000 distinct problems - it's more likely a handful of recurring patterns replicated at scale. The priority is not to fix every item in sequence, but to address the highest-impact issues first.

A few principles:

  • Prioritise by traffic. Start with your homepage and the pages directly beneath it.
  • Focus on blocked user journeys. Issues that prevent a user from completing a task - submitting a form, navigating to key content - should take precedence over lower friction issues.
  • Look for high-leverage fixes. Shared components like headers, footers, and navigation templates are prime candidates: fix them once and the improvement applies across your entire site. Similarly, if addressing something in one place resolves the issue across multiple pages, do that first.
  • Work by issue type. Fix all missing alt text as a group, for example, rather than going page by page.

If the number is genuinely that high, it's also worth asking whether your CMS or platform is contributing to the problem at a structural level. Fixing platform-level issues at the source will clear far more ground than manual page-by-page remediation.

The right tools can make this significantly more manageable - by surfacing which issues to prioritise, where the quick wins are, and how to work through the list efficiently.