Your Website Isn't a Brochure Anymore.

It's a Knowledge Graph.

(Or, The attention deficit of vapid spectacle)

Steve Keeller
11 Jan 2022
5 min read

For years, we treated websites like digital brochures. Write some copy. Add a few photographs. Build a navigation. Publish. If it looked professional and ranked reasonably well in Google, the job was done. That way of thinking made sense when people were your only audience.

Today, they aren't.

Alongside every visitor arriving on your site is another audience quietly reading everything you publish: AI search engines, language models and knowledge graphs. They aren't interested in your design. They're trying to understand your business. That's an important distinction. A person can admire a beautiful website and still leave without understanding what you actually do. An AI model has the opposite problem. It can read every word on your site in seconds, but unless your information is structured properly, it may never understand how the pieces fit together.

That's where the idea of a knowledge graph becomes useful.

Instead of thinking about your website as a collection of pages, think of it as a network of connected ideas.

Your services connect to industries. Your team connects to projects. Your projects connect to outcomes.

Your articles connect to expertise. Every relationship adds another piece of evidence about who you are and why you're credible.

Humans experience this as a well-organised website. Machines experience it as structured knowledge. This shift is already changing how search works. Traditional SEO focused heavily on matching keywords to search queries. Modern search increasingly tries to understand entities: real organisations, people, products and concepts (and the relationships between them.)

That's why structured data has become so important.

Schema.org isn't really an SEO trick. It's a shared language that helps machines distinguish between a founder and an employee, a case study and a blog post, a service and a product. It turns marketing copy into information that software can interpret with confidence. The businesses that embrace this aren't simply improving rankings. They're making themselves easier for AI systems to understand, reference and recommend. The practical benefits go well beyond search. When your content is built around connected entities instead of isolated pages, it becomes easier to reuse across your site. A case study can appear on service pages, industry pages and author profiles without creating duplicate content.

Internal navigation becomes more intelligent because pages are connected by meaning rather than just menu structures.

As your business grows, your website grows with it instead of becoming increasingly difficult to manage.

In many ways, this is less about technology than it is about clarity.

A brochure tells people what your business looks like.

A knowledge graph explains what your business knows.

As AI becomes another gateway between businesses and customers, that distinction matters more every day.

The websites that succeed over the next few years won't necessarily be the ones with the most animation or the loudest marketing. They'll be the ones that communicate their expertise clearly enough for both people and machines to understand.

That's the future of the web.

And, increasingly, it's the present.

The Invisible Failure of the Modern Webflow Site

Steve Keeller
11 Jan 2022
5 min read

To most clients, a newly launched Webflow site looks like a triumph. It features smooth interactions, pixel-perfect typography, and responsive micro-animations.

To AI search crawlers, LLM agents, and semantic web scrapers, however, it is often completely broken.The core failure of most Webflow builds stems from a critical blind spot: treating the web as a visual canvas rather than a machine-readable entity graph.

Webflow’s visual-first interface encourages designers to style elements based on appearance rather than semantic architecture, leaving search engines to blindly guess how concepts, people, and services actually relate to one another.Here is where the typical Webflow site structurally breaks down beneath the surface.

Webflow’s CMS is remarkably flexible for flat content, but real-world domain knowledge is hierarchical and relational.

Out of the box, Webflow lacks native support for deep parent-child taxonomies. Designers frequently resort to flat, single-level Reference or Multi-Reference fields.

This flattens complex relationships into disconnected lists, failing to express explicit sub-categories, parent concepts, or nested entities.

Without explicit relational nesting, crawlers cannot map the broader context of your knowledge domain.

Structured data (Schema.org) is the primary language machines use to parse your business logic.

In Webflow, it is almost always an afterthought.

Because Webflow offers no native Schema validation layer or built-in entity modeling UI, designers usually resort to one of two broken approaches: Static Copy-Pasting: Injecting static JSON-LD snippets into page heads, which quickly become outdated or misaligned across dynamic template pages.

Fragile CMS Injection: Binding CMS fields manually inside Custom Code blocks. A single missing quotation mark, unescaped character, or broken variable silently invalidates the entire script, leaving page code broken for crawlers without throwing a visual error on the site.

A common byproduct of manual custom-code schema injection in Webflow is a disconnect between machine code and the visible Document Object Model (DOM).

When a designer hardcodes or auto-generates JSON-LD that declares structured data—such as product reviews, FAQs, location metadata, or author credentials—that does not visually exist or match what is rendered on the page, search crawlers flag it as deceptive markup.Rather than gaining rich snippets, the site faces algorithmic demotion or entity misclassification because its machine layer contradicts its human layer.

A well-structured knowledge graph often relies on clear, hierarchical URL paths that reflect topical taxonomy (e.g. /services/web-design/ux-audit).Webflow imposes strict dynamic URL constraints: single-segment CMS collection paths (e.g. /blog/post-title or /services/service-title).

This rigid structure makes deep, programmatic taxonomy scaling difficult. It prevents the URL architecture from echoing the semantic hierarchy built into the underlying graph, forcing designers to rely entirely on workaround scripts or secondary routing layers.

Webflow remains an extraordinary tool for visual and functional deployment, but visual design is only half the web.

To build web platforms that survive and rank in an AI-driven index, designers must shift from visual styling to semantic engineering. A Webflow site shouldn't just look stunning—its CMS schemas, custom code injections, and entity relationships must be engineered as cleanly as its CSS flexboxes.