The Architecture of Agentic Web_ Decoding WebMCP, UCP, and the New Semantic Substrate

The Architecture of Agentic Web: Decoding WebMCP, UCP, and the New Semantic Substrate

19

min read

The Architecture of Agentic Web_ Decoding WebMCP, UCP, and the New Semantic Substrate

The Architecture of Agentic Web: Decoding WebMCP, UCP, and the New Semantic Substrate

19

min read

The Architecture of Agentic Web_ Decoding WebMCP, UCP, and the New Semantic Substrate

The Architecture of Agentic Web: Decoding WebMCP, UCP, and the New Semantic Substrate

19

min read

What Chrome 146's early preview, Google's Universal Commerce Protocol, and the deepening dependency on Schema.org and internal Knowledge Graphs actually mean for senior SEOs, Heads of Growth, and CMOs.

TL;DR. In February 2026, Chrome 146 shipped an early preview — behind a flag, through an Early Preview Program — of WebMCP, a proposed browser-native API that lets a web page register its own functions as structured, callable "tools" for AI agents to invoke directly. 

A month before, at the National Retail Federation conference in January 2026, Google — with Shopify, Etsy, Wayfair, Target, Walmart, and twenty-plus payment and retail partners — announced the Universal Commerce Protocol (UCP), an open standard for the commerce transaction layer of agentic shopping. 

Neither replaces Schema.org. They depend on it. And they depend, more quietly, on something most vendor marketing does not talk about: your internal Knowledge Graph.

The interesting question is what changes when the web grows a second addressability surface: one where your pages are not only readable by a crawler but callable by an agent.

As I argued in a recent piece on ILoveSEO.net, decoding Sundar Pichai's April 2026 Cheeky Pint conversation with John Collison and Elad Gil, Pichai's framing of Search as an "agent manager""a lot of what are just information-seeking queries will be agentic in Search. You'll be completing tasks. You'll have many threads running" — is an architectural declaration, not a product announcement. 

If Search becomes a manager of agents, then the pipes those agents use to actually do things on websites — the verbs of the web — become strategically important:

  • WebMCP is a proposed standard for those verbs. 

  • UCP is a parallel standard for one specific verb: buy

  • Schema.org remains the vocabulary of nouns. 

The three fit together, but not in the way vendor marketing currently describes them.

In what follows, I have tried to hold the line between honest technical detail and strategic translation.

What WebMCP actually is — and what it isn't

WebMCP is a proposed browser-native JavaScript interface that lets a web page register "tools" — named functions with natural-language descriptions and JSON-Schema-typed parameters — that AI agents can discover and invoke directly, instead of screen-scraping the page or simulating clicks. 

The interface is exposed on the browser's Navigator object as navigator.modelContext, and the formal draft lives in the W3C Web Machine Learning Community Group (W3C draft; GitHub explainer).

The authorship matters. The spec is co-authored by engineers at Microsoft and Google. Kyle Pflug, Group Product Manager for the Microsoft Edge web platform, has confirmed on record in The New Stack that Microsoft's earlier "WebModelContext" proposal and Google's parallel "Script Tools" proposal were merged into a single unified W3C effort (The New Stack). 

The last time two major browser vendors aligned this early on a new machine-readable layer for the web was Schema.org in 2011, and that precedent is part of why the comparison keeps coming up.

WebMCP ships two APIs:

  1. The Declarative API annotates an existing HTML form with attributes like toolname and tooldescription, and the browser translates the form into a structured tool schema agents can call — pre-filling fields and, by default, waiting for the user to click Submit. 

  2. The Imperative API is programmatic: navigator.modelContext.registerTool() accepts a tool object with a name, a natural-language description, a JSON Schema for parameters, and an execute callback. 

The most useful way to hold WebMCP in your head is Chrome's own analogy. 

If MCP — Anthropic's server-side Model Context Protocol — is a 24/7 call center, always reachable from anywhere, then WebMCP is the in-store expert: only available when you have walked into the store (opened the tab), but with the user's live session, cookies, and authentication state (Chrome for Developers — WebMCP vs MCP). 

Tools are ephemeral: they exist only while the page is open.

A few things WebMCP is deliberately not:

  • Not a replacement for MCP — the explainer states plainly that "WebMCP works with existing protocols like MCP and is not a replacement of existing protocols." 

  • Not designed for headless, fully autonomous agents; instead, the model is collaborative, with the user in the tab. 

  • Not yet a W3C Standard, because the draft is a Community Group deliverable, which is specification-writer language for "early, subject to change."

What is verifiable today (I’m writing this post at the end of April 2026): Chrome 146 in the Canary/Dev channel ships the DevTrial behind the "WebMCP for testing" flag, with Chrome's Early Preview Program as the documentation and feedback channel (Chrome for Developers — WebMCP EPP). 

No other major browser has publicly shipped an implementation. In fact, despite Microsoft's co-authorship of the spec, WebMCP is not listed among the new web platform features in the Edge 147 April 2026 release notes (Microsoft Learn). 

Firefox and Safari participate in the working group but have made no implementation commitments.

My take: well-authored, early, flag-gated, Chrome-only in production. Serious enough to plan around; not finished enough to depend on.

The protocol landscape is expanding. Visibility remains the objective.

Whether the underlying technology is MCP, WebMCP, UCP, A2A, or something still emerging, organizations ultimately need to answer the same question:

Are we becoming easier or harder to discover?

Advanced Web Ranking gives teams a consistent visibility framework regardless of how the underlying infrastructure evolves.

Start a free AWR account and monitor discoverability across a rapidly changing search ecosystem.

Universal Commerce Protocol (UCP)

The Universal Commerce Protocol (UCP): the parallel standard for "buy"

UCP is an open, transport-flexible standard for the programmatic exchange between AI agents and merchants across the full commerce lifecycle — discovery, cart, checkout, fulfilment, order management, post-purchase. 

Google announced it at the National Retail Federation conference in January 2026, and co-developed it with Shopify, Etsy, Wayfair, Target, and Walmart. The launch list of endorsing partners ran to over twenty names, including Adyen, American Express, Best Buy, Flipkart, Macy's, Mastercard, Stripe, The Home Depot, Visa, and Zalando (Google for Developers — UCP; Google Developers Blog).

H3 What UCP actually solves

Until now, an agent completing a purchase had three options:

  1. Screen-scrape the checkout (fragile, expensive).

  2. Integrate per-merchant (doesn't scale).

  3. Use an emerging payment framework like Google's AP2 or Stripe's Agentic Commerce Protocol without a shared vocabulary for the commerce itself

UCP is the shared vocabulary layer: it sits above the payment rails and below the agent, and it standardizes the conversation so the same agent can talk to Walmart, Shopify, Etsy, and Home Depot without bespoke code for each.

Technically, UCP is transport-flexible by design. The same set of commerce actions can be exposed over REST, over MCP, over A2A, or embedded directly. 

Merchants publish a profile at /.well-known/ucp declaring which transports and which capabilities they support:

  • A ucp_version.

  • An ecosystem.

  • Supported extensions.

  • The endpoints themselves. 

Think of it as the robots.txt equivalent for agentic commerce: a single, discoverable file that tells every compliant agent what this merchant can do and how to talk to it. 

The merchant-of-record question deserves to be addressed head-on, because it is where most CMO-level anxiety sits. 

Under UCP, the merchant remains the Merchant of Record. 

The agent orchestrates. 

The merchant still owns the transaction, the customer relationship, the fulfilment, the returns, and — crucially — the margin. 

Google’s documentation is explicit on this point, and Shopify’s engineering blog reinforces it (Shopify Engineering — Building UCP). 

Payments flow through the merchant's existing processors. Customer data lands in the merchant's own systems. The agent is the buyer's representative; it is not a reseller.

How UCP plugs into Google's stack matters for the subset of readers who will be asked to implement it. 

Google's implementation sits on top of Merchant Center. 

Merchants need valid product feeds and the native_commerce product attribute to be eligible for the "Buy" experience inside AI Mode and Gemini's agentic shopping flows.

This is the onboarding path for most retailers in 2026; you don't stand up a bespoke UCP server to start; you get your Merchant Center house in order. 

Over time, deeper capabilities (dynamic pricing, loyalty, live inventory) will move from the Merchant Center data layer to direct UCP endpoints exposed by the merchant's own stack.

One clarification I want to make, because I have seen it blurred in recent posts. UCP and WebMCP are not architectural dependencies of each other. 

A merchant can participate in UCP without ever shipping a WebMCP tool; in other words,  Google onboards via Merchant Center and REST/MCP endpoints on the merchant's backend, not in the user's browser tab. 

Conversely, WebMCP is not a commerce spec. Its demos span creative design, code review, restaurant reservations, internal dashboards. 

The "trinity" framing circulating in community writing — structured data as nouns, WebMCP as on-page verbs, UCP as back-office commerce — is a useful organizing metaphor, and I will use it later in this guide, but it is not an official Google architectural narrative. 

The standards do not cross-reference each other as dependencies. They are complementary, not coupled.

Why does UCP matter commercially, even if your site never implements WebMCP? 

Because it formalizes a channel that is already carrying transactions. 

Google cites a Shopping Graph containing over 50 billion listings, with more than two billion updates an hour, as the data substrate behind AI Mode's shopping experience (Google Blog — Shopping AI Mode). 

The merchants who show up well in agentic commerce will be the ones whose product data is structurally complete — accurate GTINs, current prices, shippingDetails, hasMerchantReturnPolicy, size and variant information, native_commerce attributes where required — before the agent ever reaches the checkout step. 

The ones who show up badly will show up badly for structural reasons, not tactical ones. 

This hands over to the next section, because structural completeness is a Schema.org and Knowledge-Graph problem before it is a protocol problem.

The protocol landscape is expanding. Visibility remains the objective.

Whether the underlying technology is MCP, WebMCP, UCP, A2A, or something still emerging, organizations ultimately need to answer the same question:

Are we becoming easier or harder to discover?

Advanced Web Ranking gives teams a consistent visibility framework regardless of how the underlying infrastructure evolves.

Start a free AWR account and monitor discoverability across a rapidly changing search ecosystem.

How WebMCP and UCP fit together

The agentic web in 2026 is not one protocol; it is a small constellation of complementary standards, each operating at a different layer. 

Practitioners — and vendor blog posts more often — collapse them into "AI agent stuff," which obscures the architectural decisions that actually matter.

Briefly: 

  • MCP (Anthropic, November 2024, now adopted by OpenAI, Google, Microsoft, AWS) is server-side and persistent; it exposes tools, resources, and prompts over JSON-RPC from a host that sits on the network (Anthropic — Introducing MCP). 

  • WebMCP is the in-tab, ephemeral, browser-native counterpart — it shares the user's session and runs only while the tab is open. 

  • A2A is Google's agent-to-agent specification — capability advertisement and multi-agent orchestration. 

  • NLWeb is Microsoft's natural-language-over-Schema.org pattern — it ingests JSON-LD as its semantic layer and, by construction, exposes an MCP server automatically. Every NLWeb instance is an MCP server. 

  • UCP is the commerce-specific protocol layer — transport-flexible, sitting on REST, MCP, or A2A bindings.

In synthesis: none of these standards subsumes the others. 

A serious agentic implementation in 2026 is likely to use several simultaneously:

  • MCP for durable backend services.

  • WebMCP for in-tab interactions.

  • UCP for commerce.

  • NLWeb for the conversational front door.

  • Schema.org as the substrate underneath all of it. 

If the vendor pitch you are hearing claims one of these will replace the others, that is a hint to read more carefully.

Why Schema.org and internal Knowledge Graphs matter more, not less

The introduction of WebMCP and UCP does not diminish the importance of structured data. It increases it. 

The "nouns versus verbs" framing is useful — Schema.org describes what things are, WebMCP and UCP describe what an agent can do with them — but it is incomplete.

Three layers get conflated in practice, and the conflation matters.

JSON Schema is operational and contractual: it describes the valid shape of a message. WebMCP uses it for inputSchema. 

JSON-LD, RDF, and Schema.org are semantic and interoperable: they describe meaning, entity identity, and relationships between things. They are not competitors. One validates that a payload has the right shape; the other establishes that the payload is about a particular entity in a way other systems can understand.

In practice: an agent that lands on a product page and is asked to "filter to my size, then add to cart" needs to know what the product is before it can confidently invoke a filter_by_size or add_to_cart tool. If the page's Schema.org coverage is thin — no Product, no Offer, no shippingDetails, no hasMerchantReturnPolicy, no GTIN — the agent has to infer the entity from the rendered DOM, which is exactly the screen-scraping cost WebMCP was designed to eliminate. 

The verbs only work when the nouns are already legible. Microsoft's NLWeb makes this dependency architecturally explicit: it ingests site JSON-LD as its primary input layer. No JSON-LD, no NLWeb-grounded answers.

There is a deeper layer that vendor marketing rarely addresses, and that I have been arguing about for a long time now: the internal Knowledge Graph

A site-level KG is the internal map that structured data merely labels

When an agent calls getProductDetails(productId), it does not want rendered HTML, but the structured object the page was rendered from. 

If you maintain an internal graph, that object is cheap to return and internally consistent across surfaces (web, app, agent). If you do not, your tool responses will drift from your page contents, and the agent will eventually catch you out.

The practical implication for senior practitioners is straightforward: the discipline of modelling entities as semantic triples — subject, predicate, object — is the same discipline as designing tool responses. 

A well-formed tool output { "id": "...", "name": "...", "brand": {...}, "offers": [...] } is a serialized subgraph. 

The teams that already think in entities will adapt naturally. The teams that still think in keywords and pages will struggle. As I have argued in my Architecture of Authority work, the underlying competency is unchanged: ontology, taxonomy, context. The interface to that competency is what is shifting.

The protocol landscape is expanding. Visibility remains the objective.

Whether the underlying technology is MCP, WebMCP, UCP, A2A, or something still emerging, organizations ultimately need to answer the same question:

Are we becoming easier or harder to discover?

Advanced Web Ranking gives teams a consistent visibility framework regardless of how the underlying infrastructure evolves.

Start a free AWR account and monitor discoverability across a rapidly changing search ecosystem.

Performance, security, and the open questions

The headline efficiency claim around WebMCP — the "89% token reduction" number circulating in community coverage — is real but narrower than the way it is usually quoted. 

It comes from the Chrome DevTools MCP + WebMCP quickstart: a "set counter to 42" task that consumed 3,801 tokens via screenshot-based interaction and 433 via a WebMCP tool call (WebMCP-org quickstart). 

The same repository reports a more complex multi-step task at roughly 77% reduction. Task accuracy sits around 98%. 

These are useful directional numbers from a single test harness; they are not a universal "WebMCP is 89% cheaper" claim.

The broader cost framing matters more than the headline number. 

Screenshot-based agentic interactions cost roughly 2,000 tokens per turn at standard resolution; structured tool responses cost 20–100. 

For any organization paying by the token at scale, "agent-readiness" partly becomes a cost-of-goods question.

The security surface is the more honest concern

The W3C draft's own "Open topics" section names model poisoning, cross-origin isolation, and permissions as unresolved. 

Concrete threats include prompt injection via tool descriptions (malicious copy in a tool's description steering the agent), output injection (tool returns containing instructions that hijack the agent's next move), and tool description deception (an add_to_cart tool that quietly completes the purchase). 

Simon Willison's "lethal trifecta" framing captures the systemic risk: an agent with simultaneous access to private data, untrusted content, and external communication channels operates at maximum exposure (Simon Willison). 

One often-cited industry figure — roughly 48% of cybersecurity professionals identifying agentic AI as the top attack vector for 2026, attributed to a Dark Reading survey — circulates widely in secondary coverage; I have not been able to independently verify the primary survey, so treat it as directional rather than definitive. 

My advice at this moment: prototype on read-only canonical tools — price lookups, specifications, shipping estimates, and FAQ retrieval. 

Avoid WebMCP on transactional or sensitive flows until the security model matures. Chrome's declarative default — the form does not auto-submit unless toolautosubmit is set — is the first mitigation, not the last word.

What this actually means for SEO, growth, and commerce leaders

WebMCP is not a ranking factor. Similarweb's framing is the right one: there is no announced connection to Google Search ranking, and Google representatives have been careful to distinguish the Chrome Early Preview Program from anything Search-team-operated. 

The implication is indirect; sites that expose well-designed tools will be preferred by agents for task completion, which affects action-oriented outcomes in agent-mediated flows. That is a meaningful effect, but it is not a ranking lever.

The discipline this calls for is also not "GEO" or "AEO" — and I want to be measured here. Some of the noise circulating those acronyms — unsourced claims of "85% visibility reduction" or "70% of digital transactions agent-initiated by 2026" — should be treated with the same skepticism any senior practitioner would apply to any unsourced number. 

The substantive shift is the introduction of a second addressability surface alongside HTML-for-humans and HTML-for-crawlers. Aleyda Solis has made the same point: the discipline remains optimizing for whatever platform the audience uses; the label matters less than the craft.

What is genuinely new is a craft layer. Tool names, descriptions, and parameter names will materially affect whether an agent selects your tool over a competitor's. 

Dan Petrovic’s framing — that tool descriptions are the new meta descriptions, and tool taxonomy design is the next iteration of structured data design — captures something real.

I would extend it: this is the same craft, applied to a different surface. 

As said before, the teams that already think in entities will adapt naturally. The teams that still think in keywords and pages will need to retrain.

Who should do what, and when:

  • E-commerce, travel, SaaS self-serve, hospitality, booking engines: start now. These are the workflows agents are already attempting. The Declarative API on existing forms is the lowest-lift, highest-value experiment. Pair it with a Schema.org audit and, if applicable, Merchant Center / UCP onboarding.

  • B2B services, lead-gen, and content publishers: prepare, do not ship. Audit your forms, plan your tool taxonomy, improve Schema.org coverage, and monitor the W3C draft.

  • Pure content sites: monitor. Confirm JSON-LD is canonical, the entity graph carries sameAs links to Wikipedia and Wikidata, and content is renderable in HTML without client-side JavaScript. Agents still need to read the page they arrived on.

There is a trade-off no one in vendor marketing wants to name. An agent that completes a task via your tool may do so without the user ever seeing your brand website, navigating to your next page, or encountering an upsell. 

You are exchanging UI-mediated attention for programmatic transaction reliability. 

For commodity transactions — flights, hotel stays, replenishment — that is probably a good trade. 

For brand-led, comparison-heavy, or ad-supported properties, it is a trade that needs careful structuring. 

This connects to the broader question Pichai conspicuously did not answer in the Cheeky Pint conversation: in a Search that becomes an agent manager, what is the economic settlement between the platforms running the agents and the publishers and merchants whose content and inventory the agents are acting on?

The $180 billion in 2026 capital expenditure Alphabet has committed to AI infrastructure tells you what Google is betting on; it does not tell you how the value will be distributed.

Measurement, finally, is underinstrumented. 

For WebMCP specifically, start tracking:

  • Tool invocation rate per unique page view.

  • Task completion rate as a share of invocations.

  • Tool failure rate by error code.

  • Retry count.

  • Latency. 

For commerce:

  • Agent-originated transaction share via UCP session metadata and user-agent logging. 

Neither Search Console nor GA4 yet provides a clean way to segment agentic traffic; that is the weak part of current practice, and the gap most senior practitioners will need to close themselves.

The protocol landscape is expanding. Visibility remains the objective.

Whether the underlying technology is MCP, WebMCP, UCP, A2A, or something still emerging, organizations ultimately need to answer the same question:

Are we becoming easier or harder to discover?

Advanced Web Ranking gives teams a consistent visibility framework regardless of how the underlying infrastructure evolves.

Start a free AWR account and monitor discoverability across a rapidly changing search ecosystem.

A lightweight readiness audit

A senior audience does not need a tactical checklist. 

It needs the right ordering of priorities, so the team beneath them can build the checklist with confidence. 

Three priorities, in sequence.

Priority 1 — Get the semantic substrate right (do this regardless of WebMCP). 

  • Full JSON-LD coverage on every primary entity: Organization, Product, Article, Person, Event, LocalBusiness. 

  • Stable @id values. 

  • sameAs links to Wikipedia, Wikidata, Crunchbase, LinkedIn, aka wherever the canonical reference for your entities lives. 

  • Validate against the Rich Results Test and the Schema.org Validator. 

  • Confirm content is in the HTML response, not only after client-side rendering, because agents still need to read the page they arrived on. 

  • Review robots.txt.

  • Review meta directives.

  • Review CDN bot controls separately for AI user agents and traditional search bots; these are now distinct populations with distinct economics.

Priority 2 — Design the tool taxonomy before writing any code.

  • Inventory every form, filter, search endpoint, and calculator on the site. 

  • These are your Declarative API candidates. 

  • Inventory every scripted client-side flow that performs a discrete user task. These are your Imperative API candidates. 

  • Then draft the tool contracts the way you would draft a public REST API: snake_case action-verb names, one-sentence descriptions written for an LLM rather than a SERP, tight JSON Schema for inputs, and an explicit return shape. 

  • Never annotate sensitive forms — passwords, payment fields, anything that submits PII without an explicit confirmation step.

Priority 3 — Prototype, do not ship. 

  • Join the Chrome Early Preview Program. 

  • Pick one engineer and one specific flow. 

  • Start with a non-sensitive declarative form: contact, newsletter, search filter.

  • Feature-detect aggressively ('modelContext' in navigator). 

  • Return structured objects, not strings. 

  • Keep toolautosubmit off for anything that modifies state. 

  • Version your tool contracts the way you version any public API. 

  • And start segmenting agent-originated traffic in your logs now — Google-Agent, Microsoft Clarity Bot Activity, Cloudflare bot identification — because the analytics gap will not close itself.

A note on sequencing. 

These are deliberately ordered. Priority 1 produces value whether or not WebMCP ever leaves preview; Priority 2 is intellectual work that costs almost nothing and produces a design artifact your team can revisit; Priority 3 is the only one that requires real engineering investment, and it should not start until the first two are honest. 

The teams that get this sequence backwards — chasing the prototype before fixing the substrate — are the ones who will report disappointing results and conclude the technology is overhyped, when in fact what was overhyped was their own readiness.

What is genuinely unknown at this moment

A reference guide should name its unknowns. 

The current ones, briefly:

  • The discovery mechanism. There is no ratified .well-known/webmcp specification. The community is converging on a pattern, but the W3C group has not merged it into the draft.

  • The cross-browser timeline. Microsoft co-authored the spec, which is the strongest possible signal for Edge. Yet WebMCP is not listed among the new web platform features in the Edge 147 April 2026 release notes (Microsoft Learn). The honest reading: Chrome has shipped the DevTrial; Edge has not, despite authorship; Firefox and Safari participate in the working group with no implementation commitments.

  • Whether Google Search will use WebMCP presence as an eligibility signal. No public documentation. Google representatives have been careful to keep the Chrome EPP architecturally separate from Search team operations.

  • Attribution and analytics for agent-originated traffic. Neither Search Console nor GA4 yet provides a clean way to segment agent traffic from human traffic. Vendor tooling will fill the gap eventually; in the meantime, log-level segmentation is the practical workaround.

  • The security model under the lethal trifecta in browser contexts. Mitigations exist. A complete solution does not.

  • The commercial settlement. Pichai's April 2026 Cheeky Pint conversation made no binding commitment on publisher economics, content-creator attribution, or ads monetization within agentic surfaces. As I argued in my analysis of that interview, the silences are as strategic as the statements. This is the single largest open question for any organization considering serious WebMCP investment at scale: not whether the technology works, but whether the economic settlement around it will be one your business can operate within.

The protocol landscape is expanding. Visibility remains the objective.

Whether the underlying technology is MCP, WebMCP, UCP, A2A, or something still emerging, organizations ultimately need to answer the same question:

Are we becoming easier or harder to discover?

Advanced Web Ranking gives teams a consistent visibility framework regardless of how the underlying infrastructure evolves.

Start a free AWR account and monitor discoverability across a rapidly changing search ecosystem.

Conclusion

The web is growing a second addressability layer. 

WebMCP is a credible, well-authored, early-stage proposal for that layer. 

UCP, paired with it conceptually but architecturally independent of it, makes the commerce conversation portable across merchants and agents. 

Schema.org and a disciplined internal Knowledge Graph remain the semantic substrate that gives both their meaning. 

None of these standards subsumes the others. None replaces the SEO discipline; they extend it.

For senior practitioners, the pragmatic stance has not changed even as the surface has multiplied. Invest in entity and structured-data fundamentals. Prototype WebMCP on non-sensitive flows through the Chrome Early Preview Program. 

If you operate in commerce, watch UCP onboarding through Merchant Center carefully. Measure rigorously, and segment agent traffic in your logs before the volume becomes interesting. Be skeptical of unsourced numbers, especially when they arrive packaged with a new acronym.

Every time the web has added a new machine-readable layer — robots.txt, XML sitemaps, microformats, Schema.org, hreflang — the sites that understood the architecture early and implemented carefully have compounded a decade of advantage. 

WebMCP and UCP are the next iteration of that pattern. The window is open now. It will not stay open as long as the equivalent windows did in 2011 or 2013 — the pace of agentic infrastructure deployment is faster than anything the search ecosystem has seen before — but it is open. The next move is yours.

Gianluca Fiorelli

Article by

Gianluca Fiorelli

With almost 20 years of experience in web marketing, Gianluca Fiorelli is a Strategic and International SEO Consultant who helps businesses improve their visibility and performance on organic search. Gianluca collaborated with clients from various industries and regions, such as Glassdoor, Idealista, Rastreator.com, Outsystems, Chess.com, SIXT Ride, Vegetables by Bayer, Visit California, Gamepix, James Edition and many others.

A very active member of the SEO community, Gianluca daily shares his insights and best practices on SEO, content, Search marketing strategy and the evolution of Search on social media channels such as X, Bluesky and LinkedIn and through the blog on his website: IloveSEO.net.

Share on social media
Share on social media