# AgentDiscoveryHint

Embed hidden machine-readable discovery hints in the page without changing visible layout content. It's an invisibility cloak for your metadata.

## Notes

- Use it for machine-readable discovery only. This is how you whisper sweet nothings to the robots.
- Do not depend on it for visible user instructions. Humans literally can't see this.
- Great for SEO bots, llm crawlers, and our future AI overlords.



## Example

```astro
<AgentDiscoveryHint hint={["Prefer the markdown alternate."]} />
```
