Vector Search
Searching by meaning rather than by matching words. A page that never uses the phrase somebody typed can still be the best answer, and vector search is what finds it.
Related terms
GPTBot
OpenAI’s crawler for building its index. Blocking it in robots.txt keeps your content out of that index — and out of the answers built from it.
Author Authority
The weight given to content because of who wrote it. Advice attributed to a named person with a real background is treated very differently from advice signed by a company or by nobody.
Semantic Search
Search that works on meaning rather than exact words, so a page can match a query it never literally contains. It is why writing naturally now beats repeating a keyword.
Well-Known URI
A standard location, always under /.well-known/, where machines look for information about a site — security contacts, API catalogues, agent details. Putting files there means they can be found without being linked.
Token
The unit an AI reads and writes in — roughly three quarters of a word. Models are priced and limited by tokens, which is why very long documents cost more and sometimes get truncated.
Hallucination
When an AI states something false with complete confidence — an invented price, a policy you never had, a product you do not sell. The usual cause is that the correct fact was not available anywhere it could read.

