Open-source n8n workflows for automated SEO monitoring and optimization powered by Rampify.
Platform: Built for n8n (Cloud & Self-Hosted)
- Visual workflow editor - no coding required
- Self-hosted or cloud options
- 350+ integrations
- Active community
Status: Production Ready
File: workflows/daily-seo-monitor/workflow.json
Automatically monitors your website and creates actionable GitHub issues for critical SEO problems.
What it does:
- Triggers daily site analysis via Rampify API
- Uses callback method for instant completion (no polling)
- Creates individual GitHub issues per problem
- Includes detailed fix instructions with affected URLs
- Shows priority, effort, and impact estimates
Best for:
- Development teams using GitHub
- Agencies managing multiple sites
- Developers who want automated SEO monitoring
Status: In Development
Automatically fixes missing meta descriptions and titles using AI.
Status: Planned
Generates comprehensive weekly reports with trends and recommendations.
Prerequisites:
Install:
- Download the workflow JSON file
- Import into n8n (Workflows ’ Import from File)
- Configure credentials (Rampify API key, GitHub)
- Activate the workflow
When the workflow detects critical issues, it creates GitHub issues like this:
## Fix 2 broken links (404 errors)
Pages returning 404 errors harm user experience and SEO.
**Category:** URL HEALTH
**Priority:** critical
**Effort:** quick
**Affected Count:** 2 page(s)
**Affected URLs:**
- https://example.com/page1 (HTTP 404)
- https://example.com/page2 (HTTP 404)
**How to Fix:**
Either restore the missing pages or add 301 redirects to relevant alternativesEach issue can be assigned, tracked, and linked to pull requests.
We welcome bug reports, feature requests, documentation improvements, and new workflows.
To contribute:
- Fork this repository
- Create a feature branch
- Submit a pull request
- Documentation: rampify.dev/docs
- Issues: GitHub Issues
- Twitter: @rampifydev
MIT License - Free to use and modify.
See LICENSE for details.
- Rampify - SEO intelligence for developers
- Rampify MCP Server - Claude integration
- Rampify Agents (coming soon) - Python/TypeScript SEO agents