fix: update webmcp blog post metadata image URL (#7967)

Signed-off-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
Rizel Scarlett
2026-03-17 14:23:40 -04:00
committed by GitHub
parent 827175619a
commit 5cc7411c9a
@@ -179,10 +179,10 @@ Right now, WebMCP only works on sites that choose to implement it, which limits
<meta property="og:type" content="article" />
<meta property="og:url" content="https://block.github.io/goose/blog/2026/03/17/webmcp-for-beginners" />
<meta property="og:description" content="WebMCP lets websites expose structured actions that AI agents can call directly. This guide explains how it works, how it differs from MCP and browser automation, and how to build your own WebMCP-enabled site." />
<meta property="og:image" content="https://block.github.io/goose/assets/images/webmcp-for-beginners.png" />
<meta property="og:image" content="https://block.github.io/goose/assets/images/webmcp-for-beginners-f12da638fe0f49acf924c720a7d1243a.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="block.github.io/goose" />
<meta name="twitter:title" content="WebMCP for Beginners" />
<meta name="twitter:description" content="WebMCP lets websites expose structured actions that AI agents can call directly. This guide explains how it works, how it differs from MCP and browser automation, and how to build your own WebMCP-enabled site." />
<meta name="twitter:image" content="https://block.github.io/goose/assets/images/webmcp-for-beginners.png" />
<meta name="twitter:image" content="https://block.github.io/goose/assets/images/webmcp-for-beginners-f12da638fe0f49acf924c720a7d1243a.png" />
</head>