Yourtext.Guru icon

Yourtext.Guru

Yourtext.Guru is an advanced SEO content optimization tool designed to help writers and marketers create high-performing content.

Overview

The "SEO Txl - Generate Text From a Guide" operation in this node allows users to generate SEO-optimized text content based on a specific guide. This is particularly useful for content creators, marketers, and SEO specialists who want to produce high-quality, relevant text that aligns with predefined SEO guidelines or briefs.

Typical use cases include:

  • Automatically generating article drafts or sections based on an SEO guide.
  • Creating content that adheres to keyword strategies and semantic recommendations defined in the guide.
  • Speeding up content production while maintaining SEO best practices.

For example, a user can input a guide ID representing a topic brief and provide some initial text context. The node then generates a text output limited by a maximum word count and influenced by a temperature setting to control creativity or randomness.

Properties

Name Meaning
Guide ID The unique identifier of the SEO guide to base the text generation on.
Text The input text (UTF-8 encoded) providing context or seed content for generation.
Maximum Words The maximum number of words to generate in the output text.
Temperature Controls the randomness or creativity of the generated text; higher values increase variety.

Output

The node outputs JSON data containing the generated text content based on the provided guide and input parameters. The main output field json will typically include the generated SEO-optimized text as a string.

There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authenticating with the Yourtext.Guru service.
  • The node makes HTTP POST requests to the Yourtext.Guru API endpoint /guides/{guideId}/seotxl/create.
  • Proper configuration of the API key credential within n8n is necessary for successful operation.

Troubleshooting

  • Common Issues:

    • Invalid or missing Guide ID: Ensure the Guide ID is correct and exists in the Yourtext.Guru account.
    • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
    • Exceeding maximum allowed words or invalid temperature values may cause API errors.
  • Error Messages:

    • Unauthorized or 401 errors indicate issues with API credentials.
    • 404 errors suggest the specified guide does not exist.
    • Validation errors may occur if required properties like text, maxWords, or temperature are missing or out of range.
  • Resolutions:

    • Double-check all input parameters for correctness.
    • Confirm API key validity and permissions.
    • Adjust maxWords and temperature to acceptable ranges as per API documentation.

Links and References

Discussion