Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
The node integrates with the Yourtext.Guru SEO content optimization platform, specifically providing functionality to retrieve a "Topical Mesh Wordcloud" for a group within a project. This operation fetches a word cloud visualization representing the topical mesh of guides grouped together, which helps users understand the main themes and keyword clusters in their content groups.
This node is beneficial for SEO specialists, content marketers, and writers who want to analyze the semantic structure and keyword distribution of grouped content guides. For example, after grouping related SEO guides in a project, a user can generate a topical mesh wordcloud to visually identify dominant topics and optimize content strategy accordingly.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project containing the group. |
| Group ID | The unique identifier of the group for which the topical mesh wordcloud will be fetched. |
Output
The node outputs JSON data representing the topical mesh wordcloud for the specified group. This typically includes keywords or phrases along with their relevance or frequency metrics that form the wordcloud visualization. The exact structure depends on the API response but generally contains an array of words with associated weights or counts.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the Yourtext.Guru API v2.
- Requires an API key credential for authentication with Yourtext.Guru.
- The base URL for API requests is
https://yourtext.guru/api/v2. - Proper configuration of the API key credential in n8n is necessary.
Troubleshooting
Common Issues:
- Invalid or missing Project ID or Group ID parameters will cause request failures.
- Authentication errors if the API key credential is not set or invalid.
- Network connectivity issues may prevent reaching the Yourtext.Guru API endpoint.
Error Messages:
- Unauthorized or 401 errors indicate problems with API credentials; verify and update the API key.
- 404 Not Found errors may occur if the specified project or group does not exist; double-check IDs.
- 400 Bad Request errors suggest malformed input parameters; ensure required fields are correctly provided.
Links and References
- Yourtext.Guru Official Website
- Yourtext.Guru API Documentation (assumed based on typical API usage)