Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
The node interacts with the Yourtext.Guru SEO content optimization platform, specifically focusing on managing groups within projects. The "Get Topical Mesh Paa" operation retrieves a topical mesh related to "People Also Ask" (PAA) data for a specified group in a project. This is useful for SEO professionals and content marketers who want to analyze related questions and topics that users commonly search for, helping them optimize content around relevant queries.
Practical examples include:
- Fetching PAA topical meshes to identify common user questions for a niche.
- Enhancing content briefs by incorporating frequently asked questions.
- Improving SEO strategy by understanding semantic relationships within a group of guides.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project containing the group. Required to specify which project the group belongs to. |
| Group ID | The unique identifier of the group from which to retrieve the topical mesh PAA data. |
Output
The output JSON contains the topical mesh PAA data for the specified group. This typically includes structured information about related questions and topics derived from the group's guides, useful for SEO analysis and content planning.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for Yourtext.Guru to authenticate requests.
- The node makes HTTP GET requests to the Yourtext.Guru API endpoint:
https://yourtext.guru/api/v2/projects/{projectId}/groups/{groupId}/topicalMesh/paa - Proper configuration of the API key credential in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Project ID or Group ID will cause request failures.
- Expired or incorrect API key credentials will result in authentication errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- 401 Unauthorized: Check that the API key credential is correctly configured and valid.
- 404 Not Found: Verify that the provided Project ID and Group ID exist and are correct.
- 500 Internal Server Error: Temporary server issue; retry after some time or contact support.
Links and References
- Yourtext.Guru Official Website
- Yourtext.Guru API Documentation (for detailed API endpoints and parameters)