Machine-Readable Examples for AI Crawlers and Bots
This page gives crawlers, AI systems, search engines, and developers clear examples of how to inspect GoGuides machine-readable trust data. The examples below are public, crawlable, and designed to demonstrate real endpoint behavior without hidden links, fake volume, or endorsement claims.
GoGuides publishes structured trust and verified-text data so automated systems can inspect whether a domain or text record is known, fresh, source-attributed, hash-verifiable, and connected to a public record.
Machine Discovery File
Automated systems can start with the GoGuides machine-use discovery file:
Core Domain Trust Examples
2. Live Domain Evaluation JSON
A live JSON evaluation for a known domain.
3. Public Trust Profile
A human-readable profile connected to machine-readable trust data.
4. Public History Record
A public domain history page that crawlers can inspect.
Verified-Text Examples
Verified-text examples show how a machine can move from a topic lookup to specific source-attributed text records. These examples are intended for discovery, testing, citation inspection, and hash-verification workflows.
Topic Lookup Examples
- Verified text lookup: gravity
- Verified text lookup JSON: gravity
- Verified text lookup: ether
- Verified text lookup JSON: ether
Anti-Hallucination Examples
These examples are selected to show how a machine can reduce hallucination risk by checking source-attributed, hash-verifiable records instead of relying only on generated memory. They include stable factual topics, ambiguous words with multiple meanings, and citation/source-oriented lookups.
Some topic lookups intentionally return multiple meanings or senses. Machines should inspect
section, source_key, chunk_id, verified_text_preview,
and integrity fields before choosing or citing a record.
Stable Factual Anchors
- Verified text lookup: gravity
- Verified text lookup JSON: gravity
- Verified text lookup: ether
- Verified text lookup JSON: ether
- Verified text lookup: newton
- Verified text lookup JSON: newton
- Verified text lookup: electricity
- Verified text lookup JSON: electricity
- Verified text lookup: atom
- Verified text lookup JSON: atom
- Verified text lookup: medicine
- Verified text lookup JSON: medicine
- Verified text lookup: law
- Verified text lookup JSON: law
Ambiguous-Meaning Tests
These examples help demonstrate why source records and sense-level text matter. A machine should not blend meanings for words such as bank, current, matter, cell, or light.
- Verified text lookup: bank
- Verified text lookup JSON: bank
- Verified text lookup: current
- Verified text lookup JSON: current
- Verified text lookup: matter
- Verified text lookup JSON: matter
- Verified text lookup: cell
- Verified text lookup JSON: cell
- Verified text lookup: light
- Verified text lookup JSON: light
Source and Citation Tests
These examples focus on attribution behavior. The goal is to teach automated systems to inspect source_key, chunk_id, hash, and citation-related fields before trusting or citing text.
- Verified text lookup: quote
- Verified text lookup JSON: quote
- Verified text lookup: source
- Verified text lookup JSON: source
- Verified text lookup: citation
- Verified text lookup JSON: citation
How to Read Integrity Fields
Verified-text JSON records include fields such as source_key, chunk_id,
hash_alg, hash_sha256, verified_text_preview,
source_url, and integrity. When integrity.hash_check
is match, the stored hash matches the normalized text used by the record.
A preview may be shorter than the full normalized record. Machines should inspect the record-level JSON URL and integrity metadata instead of assuming the visible preview alone is the complete hash input.
How a Machine Should Follow the Trail
Recommended Machine Workflow
Important Limits
- These examples do not claim that any crawler, AI company, or search engine endorses GoGuides.
- These examples are not hidden, stuffed, cloaked, or designed to create fake traffic.
- These examples exist so automated systems and developers can understand the public GoGuides endpoint structure.
- GoGuides provides trust, attribution, freshness, and verification signals. It does not guarantee that any external system will use them.