- Type:
string
- Default:
"never"
schedule
parameter uses Later.js syntax to specify when to crawl your website.
These specifics apply:
- The interval between two scheduled crawls must be at least 24 hours.
- To crawl daily, use
every 1 day
instead ofeveryday
orevery day
. - If you donβt specify a time, the crawl can happen anytime during the scheduled day.
- Specify times for the UTC (GMT+0) timezone
- Include minutes when specifying a time. For example,
at 3:00 pm
instead ofat 3pm
. - Use
at 12:00 am
to specify midnight, notat 00:00 am
.
Examples
JavaScript