Words used in CiteFleet
Acronyms and terms
Read this once before the test. Every lesson assumes these definitions.
- Origin / property
- The public website you are trying to get indexed, e.g. https://resonanse.app. A property is that origin inside CiteFleet.
- Grok Dispatcher
- The in-app assigner. It creates playbook tasks and pins each one to a specialist bot. Not an xAI subscription and not a ChatGPT plugin.
- Bot / callsign
- A named agent with one job (Aether, Helios, Nimbus…). The callsign is the short name on badges (AETHER).
- Playbook
- The fixed runbook of jobs copied from the Resonance campaign. Campaign tasks are live instances of playbook steps. Includes the BotCentral listing door.
- SPASingle-Page Application
- A site that serves one HTML shell and routes in JavaScript. Crawlers that do not send Accept: text/html may get a JSON 404 unless a fallback serves HTML for every public URL.
- V109 / SPA fallback
- The Resonance bug: /premium and /guidelines returned JSON 404 without Accept: text/html. Aether owns this check.
- Accept header
- An HTTP header saying what format the client wants. Googlebot and many preview crawlers often omit Accept: text/html. The auditor fetches both ways.
- robots.txt
- File at /robots.txt that tells crawlers what they may fetch. Must allow AI bots and declare the sitemap.
- sitemap.xml
- List of public URLs you want indexed. Helios submits it to Google; Nimbus submits it to Bing.
- GSCGoogle Search Console
- Google’s webmaster door. Verify the domain, submit the sitemap, request indexing. Feeds Gemini and AI Overviews.
- URL Inspection
- GSC tool that fetches one URL as Googlebot. Used to confirm a 404 is gone after an SPA fallback fix.
- AI Overviews
- Google’s AI answer boxes on search results. They read the Google index, so GSC + crawlable HTML matter.
- IndexNow
- A ping protocol. You host a public key file and POST changed URLs to api.indexnow.org so Bing (and Yandex, Naver, Seznam, Yep) recrawl quickly.
- Bing Webmaster Tools
- Bing’s webmaster door. Feeds ChatGPT search and Copilot. Can be imported from GSC via OAuth.
- OAI-SearchBotOpenAI Search Bot
- ChatGPT’s search crawler. Allow it in robots.txt. Discovery still depends on Bing plus public links.
- GPTBot
- OpenAI crawler used more for training/collection than for the live ChatGPT search box. Still allow it unless you have a reason not to.
- PerplexityBot
- Perplexity’s crawler. No submit form. Allow in robots.txt and earn inbound links.
- ClaudeBot
- Anthropic crawler. Claude answers also lean on Brave Search. No webmaster portal — links matter.
- Googlebot / Bingbot
- Official Google and Bing crawlers. If they cannot fetch HTML 200s, nothing downstream (Gemini, ChatGPT-via-Bing) works.
- Cite vs index
- Indexed = the URL exists in Google/Bing. Cited = an AI answer names or links you. Mentions and press drive citations.
- KPIKey Performance Indicator
- The four Command tiles: workspace, properties, bots assigned, open tasks.
- llms.txt
- Optional public file that explains the product in plain text for AI assistants. Helpful, not a substitute for GSC/Bing.
- BotCentral
- The public catalog at botcentral.org. Assistants read GET /v1/search and GET /v1/site/{domain}. CiteFleet is the only publisher. The Card Inspector is the human page; the machine card is the JSON bots fetch.
- Machine card
- The BotCentral 1.0 JSON at /v1/site/{domain}. Not a website. Use the inspector at /site/{domain} to read it as a page.