Skip to product information

Noindex SEO Smoke Test Webhook for Deploys + Slack Alerts

Noindex SEO Smoke Test Webhook for Deploys + Slack Alerts

 (200+Reviews)
Regular price £6.99
Regular price £6.99 Sale price
SAVE Sold out
Instant Digital Download
Unlimited Downloads
Lifetime Access in Your Account
🔥
128+ Sold
Popular with n8n builders
23 people viewing
High interest right now
9 added today
Fast-moving digital product
Noindex SEO Smoke Test Webhook for Deploys + Slack Alerts

Noindex SEO Smoke Test Webhook for Deploys + Slack Alerts

Regular price £6.99
Regular price £6.99 Sale price
SAVE Sold out

Noindex SEO Smoke Test Webhook for Deploys + Slack Alerts

Block risky releases automatically. This n8n workflow runs a fast SEO smoke test (pages, robots.txt, and sitemap.xml) during your deploy, posts results to Slack, and returns HTTP 500 to stop the deploy when critical indexing issues are detected.

What this workflow does

  • Exposes a POST webhook for your CI/CD pipeline to trigger an SEO smoke test.
  • Accepts an optional JSON payload containing:
    • urls: a list of URLs to test
    • label: a deploy label (e.g., “deploy abc123”)
  • Builds the final URL list (or falls back to the default list) and derives the site origin.
  • Constructs the corresponding robots.txt and sitemap URLs, then:
    • Fetches each page URL without following redirects
    • Checks status codes, X-Robots-Tag headers, robots meta tags, canonical links, and basic HTML quality signals
  • Fetches and parses robots.txt to detect site-wide blocks (e.g., Disallow: /) and path-level disallows that affect the checked pages.
  • Fetches and inspects the sitemap to warn when it’s missing/unreachable, is an index sitemap, or doesn’t include the checked URLs.
  • Aggregates blockers and warnings, then posts to Slack:
    • HTTP 500 if deploy is blocked by critical issues
    • HTTP 200 if deploy proceeds (with warnings where applicable)

Use cases

  • Prevent deployments that accidentally introduce noindex/ blocks or canonical/robots inconsistencies.
  • Catch sitemap outages or misconfigurations that stop search engines from discovering key pages.
  • Ensure SEO-critical behavior stays correct after releases in SaaS and content-heavy apps.

Technical details

  • n8n nodes used: webhook, set, code, merge, switch, slack
  • Requires a Slack credential and a configured slack_channel value in workflow settings.

Ideal for: automation engineers and SaaS operators who want an automated SEO smoke test gate in their deployment pipeline.

View full details