Developer Tools & Extensions

Free, open-source tools that help developers build SEO-optimized sites. These tools provide pre-publish validation and complement Rampify's live site intelligence.

Free & Open Source

All tools on this page are free to use and open-source. They're designed to work independently or alongside Rampify.

Tools Overview#

ToolTypeUse CasePlatform
MDX SEO ValidatorVS Code ExtensionPre-publish validation while writingVS Code, Cursor
Daily SEO Monitorn8n WorkflowAutomated daily monitoring with issue trackingn8n Cloud, Self-hosted

MDX SEO Validator (VS Code Extension)#

Real-time SEO validation for MDX/Markdown files with live Google search preview.

What It Does#

The MDX SEO Validator is a VS Code extension that validates your MDX and Markdown files as you write. It provides:

  • Live Google Search Preview - See exactly how your page will appear in search results
  • Real-Time Validation - Color-coded progress bars for title length, meta descriptions, heading hierarchy, and more
  • Framework Support - Works with Next.js, Astro, and Remix
  • Rendered HTML Validation - Fetches from your dev server to validate actual output, not just source files

When to Use It#

  • Writing blog posts or documentation in MDX/Markdown
  • Building content-driven sites with Next.js, Astro, or Remix
  • You want instant feedback during the writing process
  • You need to catch SEO issues before publishing

Installation#

From VS Code Marketplace:

  1. Open VS Code or Cursor
  2. Go to Extensions (Cmd/Ctrl + Shift + X)
  3. Search for "MDX SEO Validator"
  4. Click Install

From Command Line:

code --install-extension rampify.mdx-seo-validator

Alternative: Install from VS Code Marketplace

Features#

Validation Checks:

  • Title length (30-60 characters)
  • Meta description length (150-160 characters)
  • Heading hierarchy (H1, H2, H3)
  • Word count
  • Image alt text
  • Internal and external links
  • Canonical URLs
  • Open Graph tags

Framework Support:

  • Next.js App Router with metadata exports
  • Astro with frontmatter
  • Remix with meta exports
  • Any framework using MDX with frontmatter

Performance:

  • Vanilla HTML/CSS/JS webview for fast load times
  • Real-time updates as you type
  • No external API calls required

Configuration#

The extension works out of the box with sensible defaults. Optional configuration:

{
  "mdxSeoValidator.devServerPort": 3000,
  "mdxSeoValidator.framework": "nextjs",
  "mdxSeoValidator.contentDirectory": "app/blog"
}

Screenshots#

Live Google Search Preview - See exactly how your page will appear in Google search results with real-time updates.

Google Search Preview

Learn More#

Daily SEO Monitor (n8n Workflow)#

Automated SEO monitoring workflow that runs daily, detects critical issues, and creates GitHub issues with fix instructions.

n8n Workflow Overview

What It Does#

The Daily SEO Monitor is a no-code workflow for n8n that automates your SEO monitoring:

  • Daily Automated Analysis - Runs on schedule (default: 10 AM daily)
  • Individual GitHub Issues - Creates one issue per critical problem with fix instructions
  • Flexible Notifications - Works with GitHub, Slack, Email, Discord, Teams, and more
  • Callback Method - Efficient execution with instant resume when analysis completes

When to Use It#

  • You want automated daily site monitoring without manual checks
  • Your team uses GitHub for issue tracking
  • You need flexible notifications (Slack, Email, Discord, Teams, etc.)
  • You prefer no-code workflow automation
  • You want to integrate SEO monitoring into your existing dev workflow

Installation#

Prerequisites:

Quick Setup:

  1. Download the workflow from GitHub
  2. Import into n8n (Click "+" → "Import from File")
  3. Configure Rampify API credentials (Header Auth with Authorization: Bearer <key>)
  4. Update client ID in "Set Configuration" node
  5. Optional: Configure GitHub OAuth for automated issue creation
  6. Test and activate

Features#

What You Get:

FeatureDescription
Scheduled ExecutionDaily at 10 AM (customizable via cron)
Site AnalysisComprehensive crawl via Rampify API
Issue DetectionCritical problems requiring immediate attention
GitHub IntegrationOne issue per problem with full details
Affected URLsList of all URLs impacted by each issue
Fix InstructionsStep-by-step guidance for resolution
Priority & EffortEstimated impact and time to fix

Example GitHub Issue:

## 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)

**Impact:**
Broken links create poor user experience and signal low quality to search engines

**Affected URLs:**
- [https://example.com/page1](https://example.com/page1) (HTTP 404)
- [https://example.com/page2](https://example.com/page2) (HTTP 404)

**How to Fix:**
Either restore the missing pages or add 301 redirects to relevant alternatives

Customization#

Change Schedule:

0 10 * * *    # 10 AM daily (default)
0 9 * * 1     # 9 AM every Monday
0 */6 * * *   # Every 6 hours

Replace Notifications:

The GitHub issue node can be replaced with any n8n integration:

IntegrationUse Case
SlackTeam channel notifications
EmailSMTP alerts to team inbox
DiscordDeveloper community alerts
Microsoft TeamsEnterprise team notifications
NotionDatabase tracking
Custom WebhookAny tool with webhook support

Learn More#

How Tools Complement Rampify#

StageToolPurpose
Before PublishingMDX SEO ValidatorReal-time validation while writing
After PublishingDaily SEO MonitorAutomated monitoring with issue tracking
OngoingRampify PlatformComprehensive site intelligence & GSC integration

Before You Publish#

MDX SEO Validator provides real-time feedback:

  • Validate content as you write
  • Catch SEO issues before they go live
  • See Google search preview while editing
  • Ensure proper heading structure and meta tags

Automate Daily Monitoring#

Daily SEO Monitor workflow automates your SEO checks:

  • Runs daily analysis via Rampify API
  • Creates individual GitHub issues for critical problems
  • Includes fix instructions and affected URLs
  • Integrates with your existing workflow (GitHub, Slack, Email, etc.)

Comprehensive Intelligence#

Rampify Platform provides deep site insights:

  • Complete site crawls and issue detection
  • Google Search Console integration (indexing, queries, performance)
  • Content recommendations from actual search data
  • MCP tools for IDE integration
  • Historical tracking and trends

Example Workflow#

  1. Write - Use MDX SEO Validator to validate content while writing
  2. Publish - Deploy your site to production
  3. Automate - Daily SEO Monitor creates GitHub issues for critical problems
  4. Monitor - Rampify platform tracks indexing status and search performance
  5. Optimize - Use Rampify's MCP tools to generate fixes in your IDE
  6. Repeat - Continue writing with real-time validation

Coming Soon#

We're building more free, open-source tools for developers:

ToolTypeStatus
Link CheckerCLIPlanned
Sitemap ValidatorCLIPlanned
Performance Monitorn8n WorkflowPlanned

Have an idea for a tool? Let us know!

Note: Schema generation and meta tag generation are already available via Rampify's MCP Server.