Create Consumer Probe

Configure how the probe responds to crawlers

Page Request

When a crawler requests the page, it will receive these Open Graph meta tags. The crawler uses these to generate a link preview.

<meta property="og:title" content="Feature Guides  How to Build Common System Features">
<meta property="og:description" content="Learn how to build common system design features like custom domains, multi-tenancy, real-time events, rate limiting, and more. Practical architectural guides with diagrams and tradeoffs.">
<meta property="og:url" content="https://sysdesign.wiki/guides">
<meta property="og:type" content="article">
<meta property="og:site_name" content="SysDesignWiki">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://sysdesign.wiki/og/default.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Feature Guides  How to Build Common System Features">
<meta property="twitter:card" content="summary_large_image">

Image Request

After parsing the meta tags, the crawler will request the image URL. This is what will be displayed in the link preview.

Preview image

Probe Lifetime

Probes automatically expire after a set time. Once expired, the probe URL will no longer capture requests.