What this tool is & how to use it
The free brand.json
generator from ShareBuilders lets you fill out one form and instantly output a clean, machine‑readable JSON file that describes a brand. The aim of this project is to generate what is needed to give AI powered search tools like Google, LLMs, and other crawlers a single, structured source of truth—so they quote you correctly, keep details fresh, and actually link back.
Read the related blog article for more information.
Free Custom GPT
In a hurry, or find this to be too complicated? Let ChatGPT do this for you with our custom GPT availible for free in the OpenAI GPT Store. This custom GTP can help check your website for AI Search readiness, coach you through the required content, generate the custom files, and walk you through getting everything in place. Start chatting with our AI Search Readiness GPT
What it does
- Captures core entity facts: descriptors, location, contact, products/services, FAQs, etc.
- Builds normalized JSON and automatically drops any empty sections.
- Lets users copy or download the result for hosting at
/brand.json
(or similar). - Bakes in best practices: consistent phrasing, FAQ/HowTo friendly text, a machine‑readable license, and fast endpoints.
Implementation guide
- Review the form & gather data: Collect the brand facts you’ll need (name, 7‑word descriptor, canonical URL, products/services, FAQs, etc.).
- Complete the form & download: Fill everything you can, then hit Download to grab your
brand.json
. - Upload
brand.json
to your root: Place the file in the same directory as yourrobots.txt
(usually the site root:/
). - Add a reference in
robots.txt
: Point crawlers/LLMs at the file. Example:# Structured brand data for crawlers/LLMs Brand-JSON: https://example.com/brand.json User-agent: * Allow: /brand.json
Preview
{}