> For the complete documentation index, see [llms.txt](https://suigar.gitbook.io/suigar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suigar.gitbook.io/suigar-docs/seo/subprojects/admin-panel.md).

# Admin panel

Last reviewed: 2026-05-17

Applies to `admin-panel/`.

## Role

The admin panel is an operational surface, not an acquisition surface.

## Rules

* Admin pages should not be indexed.
* Do not expose private operational data, admin route names, alerts, stack traces, config, or backend internals in public metadata.
* Any public-facing admin documentation belongs in docs, not in indexable admin routes.
* If admin pages emit metadata, keep it generic and private-safe.
* If admin deploys have robots or headers, verify they block indexing for private surfaces.

## Validation

* Confirm admin URLs are not present in public sitemaps.
* Confirm admin pages require appropriate access.
* Confirm no admin URL is linked from public crawlable acquisition content unless intentionally documented and inaccessible.

## Next Improvements

* Add an admin noindex/header checklist if the admin deployment becomes publicly reachable.
