Problem
When a verified brand owner publishes a valid brand.json at /.well-known/brand.json, the AAO Brand Registry does not automatically promote the record from source: hosted to source: brand_json in a timely way. There is no admin tool to force a re-crawl, leaving verified owners blocked until the crawler picks it up on its own schedule.
Confirmed case
Immediate action needed (Brian)
Manually trigger a registry re-crawl for latinxctv.com to promote the record from source: hosted to source: brand_json.
Systemic fix needed
Add an admin tool (and ideally a self-serve trigger for verified domain owners) to force a brand registry re-crawl for a specific domain. Suggested interface:
force_brand_crawl(domain: string) → { status, previous_source, new_source }
This would unblock verified owners immediately without requiring engineering intervention every time the crawler lags.
Related
Problem
When a verified brand owner publishes a valid
brand.jsonat/.well-known/brand.json, the AAO Brand Registry does not automatically promote the record fromsource: hostedtosource: brand_jsonin a timely way. There is no admin tool to force a re-crawl, leaving verified owners blocked until the crawler picks it up on its own schedule.Confirmed case
brand.jsonlive at https://latinxctv.com/.well-known/brand.json (HTTP/2 200, valid schema,name: LatinX CTV,domain: latinxctv.com)save_brandreturned success (revision 1)resolve_brandstill returnsbrand_name: latinxctv.com,source: hosted— not promotedab771fb9-3186-4345-b820-49773fb05595). Error:Brand latinxctv.com not found in AAO registry.Immediate action needed (Brian)
Manually trigger a registry re-crawl for
latinxctv.comto promote the record fromsource: hostedtosource: brand_json.Systemic fix needed
Add an admin tool (and ideally a self-serve trigger for verified domain owners) to force a brand registry re-crawl for a specific domain. Suggested interface:
This would unblock verified owners immediately without requiring engineering intervention every time the crawler lags.
Related