Skip to main content

Node Inputs

Required Fields

Site Configuration ID:
The unique identifier for your Fasterize site configuration.
Example: "site_12345"
URLs:
A list of URLs to analyze for SEO recommendations.
Example: ["https://example.com/page1", "https://example.com/page2"]

Optional Fields

Analysis Depth:
The depth of SEO analysis to perform.
Available options:
  • basic: Quick SEO check
  • detailed: Comprehensive SEO analysis
    Default: detailed

Node Output

SEO Recommendations:
A comprehensive report with SEO recommendations for each analyzed URL.
Example Output:
{
  "recommendations": [
    {
      "url": "https://example.com/page1",
      "issues": [
        {
          "type": "meta_description",
          "severity": "high",
          "message": "Meta description is missing",
          "recommendation": "Add a meta description between 120-160 characters"
        },
        {
          "type": "title",
          "severity": "medium",
          "message": "Title tag is too long (75 characters)",
          "recommendation": "Reduce title to 50-60 characters"
        }
      ],
      "score": 65
    }
  ]
}

Node Functionality

The Fasterize SEO Recommendations node:
  • Analyzes URLs for common SEO issues and opportunities.
  • Provides actionable recommendations with severity ratings.
  • Checks meta tags, titles, headings, and content structure.
  • Assigns an SEO score to each analyzed URL.
  • Supports bulk analysis for multiple URLs simultaneously.
I