Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
This node integrates with Yourtext.Guru, an advanced SEO content optimization platform. Specifically, the "Generate Questions Based on Guide Words" operation under the "SEO Txl" resource allows users to generate relevant questions derived from guide words associated with a specific SEO guide.
This functionality is useful for content creators and SEO specialists who want to enrich their content strategy by automatically generating question prompts that align with SEO guides. For example, it can help in creating FAQ sections or brainstorming content ideas based on targeted keywords or topics defined in a guide.
Properties
| Name | Meaning |
|---|---|
| Guide ID | The unique identifier of the SEO guide from which questions will be generated. Required. |
Output
The node outputs JSON data containing the generated questions based on the guide words. The exact structure depends on the API response but typically includes an array or list of question strings or objects representing the questions.
No binary data output is involved in this operation.
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.
- The node makes HTTP POST requests to the endpoint
/guides/{guideId}/seotxl/questionson the Yourtext.Guru API.
Troubleshooting
Common Issues:
- Invalid or missing Guide ID: Ensure the Guide ID provided exists and is correctly formatted.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network or API downtime: Check connectivity and Yourtext.Guru service status.
Error Messages:
- 401 Unauthorized: Indicates invalid or missing API credentials. Resolve by updating the API key.
- 404 Not Found: The specified Guide ID does not exist. Confirm the Guide ID is correct.
- 400 Bad Request: Possibly due to malformed request parameters. Double-check input values.
- 500 Internal Server Error: An issue on the Yourtext.Guru side; retry later or contact support.
Links and References
- Yourtext.Guru Official Website
- Yourtext.Guru API Documentation (for detailed API endpoints and usage)