Resubmit Sitemap
🔵 POST - Resubmit Sitemap
Resubmit Sitemap
Resubmit sitemap to Google Search Console after new content is deployed
POST
Resubmit Sitemap
Overview
This endpoint resubmits the sitemap to Google Search Console to notify Google that new pages have been added. Called by the cron service after deploying new boosted pages.Path Parameters
The organization identifier. Can be either:
- Clerk organization ID (e.g.,
org_xxx) - Organization slug / business_id (e.g.,
acme-corp)
Response
success, skipped, or errorWhether the sitemap was successfully submitted
Success, skip reason, or error message
Example Responses
Success
Skipped (Not Verified)
Prerequisites
The domain must already be verified with Google Search Console (google_verification_status = 'VERIFIED').
If the domain is not verified, the endpoint returns status: "skipped" (non-blocking for cron).
Database Updates
On success:google_sitemap_submitted_at: Updated to current timestamp