redirect_url

Sets a client-side redirect target. Used in the canonical URL and an instant-refresh <meta> tag. Pages with this parameter set are also marked noindex to prevent search engine indexing.

PropertyDetails
Typeurl
Accepted values
  • Absolute path (e.g. /new-location/)
  • Relative path (e.g. ../sibling/)
  • Fully qualified URL (e.g. https://example.org/new-page/)

Example

redirect_url: "/docs/new-location/"

Front Matter