Skip to main content

What does this node do?

Generates SEO recommendations based on page analysis.

Configuration

url
string
required
URL to analyze.

Output

{
  "recommendations": [
    {
      "category": "Content",
      "priority": "high",
      "issue": "Thin content",
      "suggestion": "Add 500+ words"
    }
  ],
  "overall_score": 72
}