Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
The node integrates with Yourtext.Guru, an advanced SEO content optimization platform. Specifically, the "SEO Txl" resource with the "Rephrase Text Based on Guide Words" operation allows users to submit a piece of text and receive a rephrased version that aligns with SEO guide words defined in a specific guide. This is useful for content creators and marketers who want to improve or diversify their existing content while maintaining SEO relevance according to a predefined guide.
Practical scenarios include:
- Rewriting paragraphs or sections of web content to better match SEO guidelines without losing original meaning.
- Generating alternative versions of marketing copy that comply with SEO best practices.
- Enhancing blog posts or product descriptions by rephrasing them based on targeted keywords or semantic guides.
Properties
| Name | Meaning |
|---|---|
| Guide ID | The unique identifier of the SEO guide that contains the guide words for rephrasing. |
| Text | The long UTF-8 encoded text string that you want to be rephrased based on the guide. |
Output
The node outputs JSON data containing the rephrased text as returned by the Yourtext.Guru API. The exact structure depends on the API response but typically includes fields such as the rephrased content and possibly metadata about the operation.
No binary data output is involved in 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
/guides/{guideId}/seotxl/rephrase. - Network access to
https://yourtext.guru/api/v2must be available.
Troubleshooting
- Missing or invalid Guide ID: The operation requires a valid guide ID. Ensure the guide exists and the ID is correctly provided.
- Empty or invalid Text input: The text to rephrase must be non-empty and properly encoded in UTF-8.
- API authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network issues: Check connectivity to the Yourtext.Guru API endpoint.
- API rate limits or quota exceeded: If the API returns errors related to usage limits, consider upgrading your plan or reducing request frequency.
Common error messages will generally come from the API and may indicate invalid parameters, authentication failure, or server errors. Reviewing the API response message will help identify the cause.
Links and References
- Yourtext.Guru Official Website
- Yourtext.Guru API Documentation (for detailed API endpoints and parameters)