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 "Create Topical Mesh" operation in the Group resource of the Yourtext.Guru node allows users to generate a thematic mesh (topical mesh) from all the guides within a specified group. This operation is useful for SEO professionals and content marketers who want to analyze or visualize the semantic relationships and topical structure of content grouped under a project. By creating a topical mesh, users can better understand how different guides relate to each other thematically, which can help in optimizing content strategy and improving SEO performance.

Practical example:
If you have a group of SEO guides related to a specific project, running this operation will create a topical mesh that maps out the key topics and their interconnections based on the guides in that group. This can be used to identify content gaps or opportunities for new content creation.

Properties

Name Meaning
Project ID The unique identifier of the project containing the group. Required to specify the context of the group.
Group ID The unique identifier of the group from which the topical mesh will be created.

Output

The output of this operation is a JSON object representing the created topical mesh for the specified group. This typically includes structured data about the thematic connections between guides in the group. The exact structure depends on the API response but generally contains nodes and edges or similar constructs representing topics and their relationships.

No binary data output is involved in this operation.

Dependencies

  • Requires an active API key credential for Yourtext.Guru to authenticate requests.
  • The node makes HTTP POST requests to the Yourtext.Guru API endpoint:
    https://yourtext.guru/api/v2/projects/{projectId}/groups/{groupId}/topicalMesh
  • Proper configuration of the API key credential in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing Project ID or Group ID parameters will cause the API request to fail.
    • Authentication errors if the API key credential is not set up correctly or has expired.
    • Network connectivity issues may prevent reaching the Yourtext.Guru API.
  • Error messages and resolutions:

    • 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.
    • 400 Bad Request: Ensure all required parameters are provided and properly formatted.
    • 500 Internal Server Error: Retry later or contact Yourtext.Guru support if persistent.

Links and References

Discussion