Machine Endpoints · For Researchers, Devs, AI Agents
§ VI Machine Endpoints For Researchers · Devs · AI Agents

Every machine-readable surface, in one index.

noon.bio is a public-interest research library. Every page exposes structured data. Every article has a citation export. The whole corpus is one file. Below is the canonical index — for researchers, developers, AI agents, citation tools, and open-data archivists.

§ VI.iSyndication Feeds

Subscribe by feed reader, RSS aggregator, or AI ingestion pipeline.

https://www.noon.bio/source/feed.xml
Atom 1.0application/atom+xml26 entriesCC BY-NC-SA 4.0

Atom feed of every article published in The Noon Source. Categories preserved. Per-entry author, published, updated.

https://www.noon.bio/source/feed.xml
RSS 2.0-aliasedapplication/rss+xml

Same Atom file is served with RSS link alternation for legacy RSS readers. Modern readers should prefer Atom or JSON Feed.

https://www.noon.bio/source/feed.json
JSON Feed 1.1application/feed+json26 items

Modern JSON-native feed — preferred by AI ingestion pipelines and contemporary feed clients.

§ VI.iiFull Corpus

The entire library in one document.

https://www.noon.bio/llms-full.txt
Markdowntext/markdown26 articles~330 KBCC BY-NC-SA 4.0

All 26 Source articles concatenated as clean Markdown, with per-article canonical URLs, byline, and citation export links. Intended for AI training corpora operating under CC BY-NC-SA, retrieval-augmented generation systems, and full-text academic search engines. Loads in one read.

curl https://www.noon.bio/llms-full.txt
https://www.noon.bio/llms.txt
llms.txt spectext/plain~7 KB

Canonical AI-agent index: what noon.bio is, the three operating layers, machine indices, citation guidance for language-model agents. Read this first.

§ VI.iiiStructured Data

schema.org JSON-LD graphs on every page.

https://www.noon.bio/
@graphOrganization · Person · WebSite · Collection

Homepage @graph declares Noon Systems Corporation (Texas PBC), Dorian Dégagé as founder Person, the website root with SearchAction, and The Noon Source as Collection. Cross-document @id references resolve from every article.

https://www.noon.bio/source/{article-slug}.html
×26 articlesScholarlyArticle · TechArticle · HowToArticle · BreadcrumbList · FAQPage

Every Source article carries ScholarlyArticle markup with Person author (Dorian), Organization publisher (Noon), license, citation array, spatialCoverage, and audience. 7 methodology articles also carry HowTo with step-by-step structured data.

https://www.noon.bio/sourcing/
@graphWebPage · Service · ItemList · Dataset

Materials Network as Service (haul-away), ItemList (categories), and Dataset (the community inventory itself as citable open data resource).

https://www.noon.bio/partners/
@graphWebPage · Service · ItemList · GovernmentService

Federal and state grant programs Noon is built to partner on — surfaced as a structured ItemList of 9 GovernmentService entities (NRCS EQIP/CSP/RCPP, USDA FS U&CF, EPA 319(h), TWDB, TPWD LIP, SARA, SAWS).

https://www.noon.bio/press/
@graphAboutPage · CollectionPage · ContactPage · Quotation×6 · DigitalDocument

Press kit with structured Quotation entities for each citable quote, downloadable assets as DigitalDocument, and full Organization re-reference.

§ VI.ivCitation Exports

BibTeX, RIS, EndNote — for every article.

/source/citation/{article-slug}.bib
BibTeXapplication/x-bibtex26 files

BibTeX entry for every article. Auto-discovered by Zotero, Mendeley, JabRef via the article HTML's <link rel="cite-as"> tag.

curl https://www.noon.bio/source/citation/reading-the-land.bib
/source/citation/{article-slug}.ris
RISapplication/x-research-info-systems26 files

RIS format for academic reference managers and citation tools that prefer it over BibTeX.

/source/citation/{article-slug}.enw
EndNoteapplication/x-endnote-refer26 files

EndNote import format. Pair with the article HTML's auto-discovery <link rel="cite-as"> header.

§ VI.vSitemaps & Crawl Control

Index every page, signal every standard.

https://www.noon.bio/sitemap-index.xml
Sitemap Indexapplication/xml3 sub-sitemaps

Master index pointing to per-section sitemaps. Recommended entry point for crawlers and Search Console.

https://www.noon.bio/sitemap-pages.xml
SitemapPillar & landing pages

Homepage, /source/, /partners/, /sourcing/, /press/, /partners/capacity-statement.html, /partners/grants/.

https://www.noon.bio/sitemap-source.xml
Sitemap26 articles

All Source library articles in canonical reading order.

https://www.noon.bio/sitemap.xml
Sitemap (legacy flat)

Flat sitemap kept for compatibility with the original Google Search Console submission. New work uses the index above.

https://www.noon.bio/robots.txt
Crawl policy

Allows all well-behaved crawlers including AI training agents operating under CC BY-NC-SA 4.0. Points to sitemap-index, llms.txt, llms-full.txt, IndexNow key, security.txt, humans.txt.

§ VI.viReal-Time Push

Notify search engines of changes immediately.

https://www.noon.bio/1d400c65653a229b1d9e01e7af201838.txt
IndexNow Keytext/plain

IndexNow protocol key file. Verifies ownership for IndexNow URL submissions to Bing, Yandex, DuckDuckGo, ChatGPT search, Microsoft Copilot, You.com.

POST https://www.noon.bio/.netlify/functions/indexnow
EndpointPOST · application/json

Submit URL list to IndexNow endpoints. Body: {"urls": ["..."]}. Filtered to www.noon.bio host. Fans out to api.indexnow.org + www.bing.com/indexnow simultaneously.

curl -X POST https://www.noon.bio/.netlify/functions/indexnow \
  -H "Content-Type: application/json" \
  -d '{"urls":["https://www.noon.bio/source/reading-the-land.html"]}'
§ VI.viiStandards Files

Civic hygiene for the open web.

https://www.noon.bio/.well-known/security.txt
RFC 9116

Security contact, scope, and responsible-disclosure policy.

https://www.noon.bio/humans.txt
humans.txt

Human credits — team, thanks, stack, philosophy.

License: CC BY-NC-SA 4.0

All Source library articles, citation exports, and Quotation entities are licensed Creative Commons Attribution-NonCommercial-ShareAlike 4.0. For commercial use, contact design@noon.bio.