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="Newsroom - Search">
<meta property="og:description" content="Apple Newsroom Search Results">
<meta property="og:url" content="https://www.apple.com/newsroom/search/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Apple Newsroom ">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://www.apple.com/newsroom/images/default/apple-logo-og.jpg?202606270934">
<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.