# Random Page

The random page lets readers discover a random article, giving older posts a chance to be seen again. Visiting this page picks a random page from the site and redirects the visitor to it, showing the chosen page's title with a typing animation before redirecting.

This feature works exactly like [content-type](../../160-configuration/40-content-type/index.md): a markdown page under `random`, or any page with `type: random` set in its front matter, is rendered with this layout.

[Try it](../../../random.md)

## Excluding Pages

Set `pageNoList` in a page's front matter to exclude it from being picked.

```yaml {title="content/posts/example-article.md"}
---
title: "Example Article"
pageNoList: true
---
```




## Ancestors of This Page (Auto Generated)



- https://yore.zsl0621.cc/zh-cn/docs/features/index.md

- https://yore.zsl0621.cc/zh-cn/docs/index.md
