← Back to Issue

Cloudflare Tracks AI Brand Visibility

From MyClaw Newsletter · subscribed via aiste.ulozaite@gmail.com · original ↗ · unsubscribe

Cloudflare is launching its AEO Visibility Dashboard to show brands whether AI assistants such as ChatGPT and Gemini cite, mention, or recommend them. Unlike its Agent Readiness tool, which checks crawler access, the new dashboard measures what happens after content is read.


SUBSCRIPTION ONLY

if (!window.Zephr) window.Zephr = {}; if (!window.Zephr.outcomes) window.Zephr.outcomes = {}; window.Zephr.outcomes[‘subscriber-only-lock-on-articles’] = { featureLabel: ‘Subscriber Only Lock on Articles’, outcomeId: ‘transformation/2’, outcomeLabel: ‘Lock Before Article Heading’ };

Artificial Intelligence

Cloudflare Wants to Tell Brands Whether AI Is Actually Recommending Them

The AEO Visibility Dashboard will use first-party data to reveal how answer engines are using their content

Getty Images

[

Mark_Stenberg

](https://www.adweek.com/contributor/mark-stenberg/)

By Mark Stenberg

/* ========================= Base container ========================= */ .article-body-promo-ad { border: 1px dotted #f53c60; background-color: rgba(245, 60, 96, 0.05); border-radius: 8px; margin-top: 2em; position: relative; padding: 30px 16px 16px 60px; } @media (min-width: 768px){ .article-body-promo-ad{ margin: 1em max(13%, 26px); } } .ad-bookmark-icon::before { content: “”; background-image: url(“https://static-www.adweek.com/wp-content/uploads/2026/02/bookmark.svg”); background-size: contain; background-repeat: no-repeat; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; } /* Floating label */ .article-body-promo-ad::after { content: “Register Now”; position: absolute; top: -14px; background: #fdebed; color: #f53c60; font-family: “Source Serif 4”, “Helvetica Neue”, Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 600; padding: 4px 12px; border-radius: 999px; letter-spacing: 0.04em; white-space: nowrap; } [data-bs-theme=”dark”] .article-body-promo-ad::before { filter: invert(1) brightness(1); } /* Typography */ .article-body-promo-ad p { font-family: “Source Serif 4”, “Helvetica Neue”, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 28px; letter-spacing: 0.03em; margin: 0; } /* Links */ .article-body-promo-ad a { font-weight: 700; text-decoration: none; color: inherit; } .article-body-promo-ad a:hover { color: #F6486A; } /* Dark mode */ [data-bs-theme=”dark”] .article-body-promo-ad { background-color: rgba(245, 60, 96, 0.12); } [data-bs-theme=”dark”] .article-body-promo-ad::after { background: #2a0f14; } @media (max-width: 576px) { .article-body-promo-ad::after { transform: translateX(-50%); top: -10%; left: 50%; font-size: 12px; } } @media (max-width: 576px) { .article-body-promo-ad { display: flex; align-items: center; gap: 10px; padding: 14px; margin: 2em 0; } } @media (max-width: 576px) { .article-body-promo-ad::before { display: none; } } .article-body-promo-ad::before { width: 28px; height: 28px; background-size: 28px 28px; } }

The future of brands gets decided here. Join the industry’s top marketers at Brandweek for the ideas, insights, and connections shaping what’s next. Get your ticket.

if (!window.Zephr) window.Zephr = {}; if (!window.Zephr.outcomes) window.Zephr.outcomes = {}; window.Zephr.outcomes[‘nativead’] = { featureLabel: ‘nativead’, outcomeId: ‘transformation/118’, outcomeLabel: ‘EVENTS: Brandweek_042226’ };

The content distribution network Cloudflare is rolling out a new tool that shows brands whether AI assistants like ChatGPT and Gemini are citing, mentioning, or recommending them, a layer of visibility marketers have effectively lacked since answer engines began displacing search results almost four years ago.

The AEO Visibility Dashboard, which launches in early access on Thursday, is the second piece of Cloudflare’s Answer Engine Optimization Suite. 

The first element, called Agent Readiness, checks whether AI crawlers can access and read a site at all. The Visibility Dashboard, on the other hand, measures what happens after an agent crawls a website. 

UNLOCK FULL ACCESS

Subscribe and get full access to the news, insights, and expertise that keep industry professionals ahead of the curve.

VIEW ALL SUBSCRIPTION OPTIONS

(() => { const category = ‘Paywall’; const label = ‘TEST A- Magazine Premium Paywall - Anonymous’; window.dataLayer = window.dataLayer   []; window.dataLayer.push({ ‘event’: ‘Zephr’, ‘zeventCategory’: category, ‘zeventLabel’: label }); })(); (() => { const sid = ‘zi2501testaprma’; const storageKey = ‘adw-sid-param’; sessionStorage?.setItem?.(storageKey, sid); })(); document.addEventListener( ‘DOMContentLoaded’, () => { const form = document.querySelector(‘#article.main-content .zephr-form-content’); const popup = document.querySelector(‘#zephr-zone-popup’); const countryFieldId = ‘zephr-form-country’; const gdprCountries = new Set([ ‘AUT’, ‘BEL’, ‘BGR’, ‘CAN’, ‘CYP’, ‘CZE’, ‘DEU’, ‘DNK’, ‘ESP’, ‘EST’, ‘FIN’, ‘FRA’, ‘GBR’, ‘GRC’, ‘HRV’, ‘HUN’, ‘IRL’, ‘ITA’, ‘LTU’, ‘LUX’, ‘LVA’, ‘MLT’, ‘NLD’, ‘POL’, ‘PRT’, ‘ROU’, ‘SVK’, ‘SVN’, ‘ISL’, ‘LI’, ‘NOR’, ‘SWE’ ]); const isCountryNonGdpr = country => !gdprCountries.has(country); const getFields = () => ({ emailSolicitField: document.querySelector(‘label[for^=”zephr-form-gdpr-email-solicit”]’), emailSolicitTextbox: document.querySelector(‘.aw_zephr-form__gdpr-email-solicit-textbox’), emailRentField: document.querySelector(‘label[for^=”zephr-form-gdpr-email-rent”]’), emailRentTextbox: document.querySelector(‘.aw_zephr-form__gdpr-email-rent-textbox’), nonGdprDisclaimer: document.querySelector(‘.aw_zephr-form__non-gdpr-disclaimer’), gdprDisclaimer: document.querySelector(‘.aw_zephr-form__gdpr-disclaimer’), }) const hideTextLabels = field => { const label = field?.querySelector?.(‘label’)?.childNodes?.[2]; if (label?.nodeType === Node.TEXT_NODE) { // label.textContent = ‘’; } } const handleFields = (country = ‘’) => { const isNonGdpr = isCountryNonGdpr(country); const fields = getFields(); // From request from Shauna to hide text labels hideTextLabels(fields.emailRentField); hideTextLabels(fields.emailSolicitField); if (fields.emailSolicitField) { fields.emailSolicitField.hidden = isNonGdpr; } if (fields.emailSolicitTextbox) { fields.emailSolicitTextbox.parentNode.hidden = isNonGdpr; } if (fields.emailRentField) { fields.emailRentField.hidden = isNonGdpr; } if (fields.emailRentTextbox) { fields.emailRentTextbox.parentNode.hidden = isNonGdpr; } if (fields.gdprDisclaimer) { fields.gdprDisclaimer.parentNode.hidden = isNonGdpr; } if (fields.nonGdprDisclaimer) { fields.nonGdprDisclaimer.parentNode.hidden = !isNonGdpr; } } // Initialize if the popup is present if (popup) { handleFields(); } // Listener for the country select field document.addEventListener(‘change’, event => { if (event.target.id?.startsWith(countryFieldId)) { handleFields(event.target.value); } }); if (form) { // When the form is changed const observer = new MutationObserver(() => { const countryField = form.querySelector(`select[id^=”${countryFieldId}”]`); if (countryField) { handleFields(countryField.value); } }); observer.observe(form, {childList: true}); } } ); window.adwArticleWallLabel = ‘TEST A- Magazine Premium Paywall - Anonymous’; if( Zephr && Zephr.accessDetails && Zephr.accessDetails.activeProducts && Zephr.accessDetails.activeProducts.length > 0 ){ if( ‘function’ === typeof awUpdateUserData ){ awUpdateUserData({sub_type: ‘S’}); } } if (!window.Zephr) window.Zephr = {}; if (!window.Zephr.outcomes) window.Zephr.outcomes = {}; window.Zephr.outcomes[‘content-access-management’] = { featureLabel: ‘Content Access Management’, outcomeId: ‘transformation/19’, outcomeLabel: ‘TEST GROUP A- Magazine Premium Anonymous Paywall’ };

[

Mark_Stenberg

](https://www.adweek.com/contributor/mark-stenberg/)

Mark Stenberg

Mark Stenberg is ADWEEK’s senior media reporter.

@markstenberg3 mark.stenberg@adweek.com

Recommended videos

(new Image()).src = ‘https://capi.connatix.com/tr/si?token=4100143d-3fcc-43b6-8ead-20385044b7e7&cid=1ffde736-eb53-11e9-b4d2-06948452ae1a’; cnx.cmd.push(function() { cnx({ playerId: “4100143d-3fcc-43b6-8ead-20385044b7e7” }).render(“b53e13a062834a418c046cb8cf2043ec”); });

[

ADWEEK Branded

](https://www.adweek.com/lineup/adweek-branded/)Read More

post-image

A Remedy for Media Ad Sales Facing Massive Disruption

By Salesforce

{“@context”:”https:\/\/schema.org”,”@type”:”NewsArticle”,”headline”:””,”image”:[“https:\/\/static-www.adweek.com\/wp-content\/uploads\/2026\/07\/Salesforce-EB-072726-HP.jpg?w=640&h=360&crop=1”],”datePublished”:”2026-07-09T14:30:43-04:00”,”author”:[{“@type”:”Person”,”name”:”Salesforce”,”url”:”https:\/\/www.adweek.com\/campaigns\/salesforce”}]}

.teaser_partner_more .section–teaser_partner { overflow: hidden; } .teaser_partner_more .section–teaser_partner img { transition: transform 0.3s ease; } .teaser_partner_more:hover .section–teaser_partner img { transform: scale(1.05); }

post-image

3 Mindset Shifts Marketers Need to Maximize AI Visibility

Gist

{“@context”:”https:\/\/schema.org”,”@type”:”NewsArticle”,”headline”:””,”image”:[“https:\/\/static-www.adweek.com\/wp-content\/uploads\/2026\/07\/Gist-EB-InsightStory-2026-HP.gif?w=640&h=360&crop=1”],”datePublished”:”2026-07-22T11:37:05-04:00”,”author”:[{“@type”:”Person”,”name”:”Gist”,”url”:”https:\/\/www.adweek.com\/contributor\/gist\/”}]}

.teaser_partner_more .section–teaser_partner { overflow: hidden; } .teaser_partner_more .section–teaser_partner img { transition: transform 0.3s ease; } .teaser_partner_more:hover .section–teaser_partner img { transform: scale(1.05); }

post-image

When Culture Says ‘Me,’ Enduring Brands Stand for ‘We’

Texas A&M University

{“@context”:”https:\/\/schema.org”,”@type”:”NewsArticle”,”headline”:””,”image”:[“https:\/\/static-www.adweek.com\/wp-content\/uploads\/2026\/05\/TAMU-Immersive-050726-HP-a.gif?w=640&h=360&crop=1”],”datePublished”:”2026-05-06T14:49:16-04:00”,”author”:[{“@type”:”Person”,”name”:”Texas A&M University”,”url”:”https:\/\/www.adweek.com\/contributor\/texas-am-university\/”}]}

.teaser_partner_more .section–teaser_partner { overflow: hidden; } .teaser_partner_more .section–teaser_partner img { transition: transform 0.3s ease; } .teaser_partner_more:hover .section–teaser_partner img { transform: scale(1.05); }

post-image

The New Playbook for Streaming TV Ads

By Philo

{“@context”:”https:\/\/schema.org”,”@type”:”NewsArticle”,”headline”:””,”image”:[“https:\/\/static-www.adweek.com\/wp-content\/uploads\/2026\/04\/Philo-WP-051426-HP.jpg?w=640&h=360&crop=1”],”datePublished”:”2026-05-13T11:45:16-04:00”,”author”:[{“@type”:”Person”,”name”:”Philo”,”url”:”https:\/\/www.adweek.com\/campaigns\/philo”}]}

.teaser_partner_more .section–teaser_partner { overflow: hidden; } .teaser_partner_more .section–teaser_partner img { transition: transform 0.3s ease; } .teaser_partner_more:hover .section–teaser_partner img { transform: scale(1.05); }

The Latest

Newsletters

Newsletter Subscribe Image

ADWEEK Daily

Your 5-minute morning advantage. ADWEEK Daily delivers the most important headlines in marketing, media, and tech—every weekday.

Newsletter Subscribe Image

AI, Tech & Money

AI, commerce, M&A—this is where media and marketing intersect with money. Sign up for Tech & Money and follow the power shifts that matter.

By submitting your email, you agree to our Terms of Use and Privacy Policy . You may opt-out anytime by clicking ‘unsubscribe’ from the newsletter or from your account.

Email

SIGN UP FOR FREE

Loading…

Select ADWEEK as one of your favorite sources and stay up to date on our latest content.