Skip to main content

DelayRangeString

A string-based time range with start and end values for delay scheduling.

crawler/webDelayRangeString

Notes

Defines a time-of-day range using string values (e.g., 08:00 to 17:00) to apply crawl delay rules during specific hours. The start and end values specify the beginning and end of the time window, inclusive.

Usage

end: string
start: string

Properties

PropertyTypeRequiredDefault
endstringNo-
startstringNo-

Property Details

end

The end boundary of the range.

start

The start boundary of the range.