Skip to content

robots

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/web/src/app/robots.ts

robots.txt — allow crawlers (incl. AI crawlers) to index published docs under /p/, keep the authenticated app (/app) and API-ish paths out, and advertise the sitemap. Per-site llms.txt is discovered via the hints in each site's .

Signature

ts
function robots(): MetadataRoute.Robots

Returns: MetadataRoute.Robots

Was this page helpful?

Download as PDF