latestOpenAPI 3.0.02026-08-155200395.9 KB

94875d963953

Crawl Settings

Update the team's crawl settings

Changes how SnowSEO crawls and audits this site. Affects future scheduled work for SEO audits, PageSpeed and GEO — turning on auto-crawl or auto-PageSpeed causes recurring credit and quota spend, so confirm with the user first. Only the fields you send are changed. Call crawl_settings first to see the current values.

patch/v3/settings/crawling/

Request body

teamIdstring required

SnowSEO team ID. Call list_teams first to choose a team.

linkstring

Optional site URL. Defaults to the team's configured website.

autoCrawlboolean

Re-crawl and re-audit the site on a schedule.

crawlingFrequencystring nullable

How often auto-crawl runs, e.g. weekly. Null clears it.

autoPageSpeedboolean

Re-run PageSpeed on a schedule. Consumes PageSpeed quota every cycle.

pageSpeedFrequencystring nullable

How often auto-PageSpeed runs. Null clears it. Also controls how long stored results are considered fresh.

autoIndexNowboolean

Automatically submit new and changed URLs to IndexNow.

selectedSitemapsstring[]

Sitemap URLs to crawl from.

selectedSubdomainsstring[]

Subdomains treated as part of this site. Pages on other hosts are flagged out of scope.

excludedUrlsstring[]

URL patterns to exclude from crawling and auditing.

Response

Default Response