# robots

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/app/robots.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/robots.ts#L10)

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 <link rel="alternate"> hints in each site's <head>.

## Signature

```ts
function robots(): MetadataRoute.Robots
```

**Returns:** `MetadataRoute.Robots`
