You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Access to the correct set of indices, based on the crawler's `indexPrefix`.
29
-
For example, if the prefix is `crawler_`, the API key must have access to `crawler_*`)
30
+
For example, if the prefix is `crawler_`, the API key must have access to `crawler_*`.
30
31
31
32
32
-
**You can't use your [Admin API key](https://www.algolia.com/doc/guides/security/api-keys/#predefined-api-keys).**
33
+
**Don't use your [Admin API key](https://www.algolia.com/doc/guides/security/api-keys/#predefined-api-keys).**
33
34
appId:
34
35
$ref: '../parameters.yml#/applicationID'
35
36
exclusionPatterns:
@@ -287,9 +288,9 @@ ignoreCanonicalTo:
287
288
oneOf:
288
289
- type: boolean
289
290
description: |
290
-
Determines if the crawler should extract records from a page with a [canonical URL](https://www.algolia.com/doc/tools/crawler/getting-started/crawler-configuration/#canonical-urls-and-crawler-behaviorr).
291
+
Determines if the crawler should extract records from a page with a [canonical URL](https://www.algolia.com/doc/tools/crawler/getting-started/crawler-configuration/#canonical-urls-and-crawler-behavior).
291
292
292
-
If ignoreCanonicalTo is set to:
293
+
If `ignoreCanonicalTo` is set to:
293
294
294
295
- `true` all canonical URLs are ignored.
295
296
- One or more URL patterns, the crawler will ignore the canonical URL if it matches a pattern.
0 commit comments