Skip to main content

Documentation Index

Fetch the complete documentation index at: https://algolia.com/llms.txt

Use this file to discover all available pages before exploring further.

  • Type: boolean | string[]
  • Default: false
If true, all canonical URLs are ignored. If you specify an array of patterns, only canonical URLs that match at least one pattern are ignored.

Examples

JavaScript
{
  ignoreCanonicalTo: true,
}
JavaScript
{
  ignoreCanonicalTo: [
    "http://www.mysite.com/my-path/**",
  ],
}
Last modified on March 23, 2026