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 node integrates with Yourtext.Guru, an advanced SEO content optimization platform. Specifically, the "SEO Txl" resource with the "Generate Text Based on Guide Words" operation allows users to generate SEO-optimized text based on predefined guide words from a specific guide.

This node is beneficial for content creators, marketers, and SEO specialists who want to automate the generation of content that aligns with SEO guidelines and semantic recommendations defined in a guide. For example, you can input a base text and a guide ID, and the node will produce enhanced or extended text that follows the SEO strategy embedded in the guide.

Practical examples:

  • Automatically generating blog post drafts that follow SEO best practices.
  • Creating product descriptions optimized for search engines based on keyword guides.
  • Enhancing existing content by rewriting or expanding it according to SEO guidelines.

Properties

Name Meaning
Guide ID The unique identifier of the SEO guide to use for generating text.
Text A long UTF-8 encoded text input that serves as the base or context for text generation.

Output

The node outputs JSON data containing the generated text based on the guide words. The exact structure depends on the API response but typically includes fields such as the generated content text and possibly metadata about the generation process.

If the node supports binary data output (not explicitly shown here), it would represent additional content formats like files or documents related to the generated text.

Dependencies

  • Requires an active Yourtext.Guru account with API access.
  • Needs an API key credential configured in n8n to authenticate requests to Yourtext.Guru's API.
  • Internet connectivity to reach https://yourtext.guru/api/v2.

Troubleshooting

  • Common issues:

    • Invalid or missing Guide ID: Ensure the guide ID provided exists and is accessible.
    • Empty or improperly formatted text input: Provide valid UTF-8 encoded text.
    • Authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
    • API rate limits or quota exceeded: Check your Yourtext.Guru account status and token availability.
  • Error messages:

    • Unauthorized or 401 errors: Usually indicate invalid API credentials; reconfigure the API key.
    • 404 Not Found: The specified guide ID does not exist or is inaccessible.
    • 400 Bad Request: Input parameters are missing or malformed; verify required properties.
    • 429 Too Many Requests: Rate limit exceeded; wait or upgrade your plan.

Links and References

Discussion