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 operation "Generate Outline Text Based on Guide Words" allows users to generate an outline text based on guide words from a specified SEO guide. This is useful for content creators and marketers who want to create structured outlines that align with SEO best practices defined in their guides.

Typical use cases include:

  • Automatically generating article outlines that follow SEO guidelines.
  • Assisting writers in structuring content around targeted keywords or guide words.
  • Streamlining content planning by leveraging SEO insights directly from Yourtext.Guru.

For example, a user can input a guide ID representing a specific SEO brief and provide some base text; the node will then return an outline text that fits the guide's SEO recommendations.

Properties

Name Meaning
Guide ID The unique identifier of the SEO guide to base the outline generation on. (string)
Text A long UTF-8 encoded text input used as the basis for generating the outline text. (string)

Output

The node outputs JSON data containing the generated outline text based on the provided guide words. The exact structure depends on the API response but typically includes fields such as the generated outline content.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active Yourtext.Guru API key credential configured in n8n.
  • The node makes HTTP POST requests to the Yourtext.Guru API endpoint: https://yourtext.guru/api/v2/guides/{guideId}/seotxl/outline.
  • Proper network connectivity to Yourtext.Guru API is necessary.

Troubleshooting

  • Invalid Guide ID: If the guide ID is incorrect or does not exist, the API may return an error. Verify the guide ID is correct.
  • Empty or Invalid Text Input: Providing empty or improperly encoded text might cause the API to fail or return unexpected results. Ensure the text is valid UTF-8 and non-empty.
  • API Authentication Errors: Missing or invalid API credentials will result in authentication errors. Confirm that the API key credential is correctly set up in n8n.
  • Rate Limits or Quotas: Exceeding API usage limits may cause request failures. Monitor your API usage and adjust accordingly.
  • Network Issues: Connectivity problems can prevent successful API calls. Check network settings and firewall rules.

Links and References

Discussion