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 "Analyze Text" operation of the Guide resource in the Yourtext.Guru node allows users to analyze a given text against a specific SEO content guide. This operation helps determine if the text meets the brief and semantic recommendations defined by the guide, making it useful for writers, marketers, and SEO specialists who want to optimize their content according to targeted SEO guidelines.

Practical examples include:

  • Checking if a blog post or article aligns with SEO best practices defined in a guide.
  • Validating marketing copy to ensure it meets keyword density and semantic relevance criteria.
  • Analyzing long-form content before publishing to improve search engine rankings.

Properties

Name Meaning
Guide ID The unique identifier of the SEO guide against which the text will be analyzed.
Text The UTF-8 encoded long text content that you want to analyze against the guide's brief.

Output

The output JSON contains the analysis results returned from the Yourtext.Guru API after evaluating the provided text against the specified guide. This typically includes information about how well the text matches the SEO brief, semantic recommendations, keyword usage, and other optimization metrics.

If the node supports binary data output (not indicated here), it would generally represent files or media related to the analysis, but this operation focuses on JSON textual analysis results.

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}/brief/analyze.
  • Network access to https://yourtext.guru/api/v2 is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Guide ID: Ensure the Guide ID is correct and exists in your Yourtext.Guru account.
    • Empty or improperly formatted text: Provide valid UTF-8 encoded text; empty strings may cause errors.
    • API authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
    • Network connectivity problems: Confirm that your environment can reach the Yourtext.Guru API endpoint.
  • Error messages:

    • Unauthorized or 401 errors indicate invalid API credentials.
    • 404 errors may mean the Guide ID does not exist.
    • 400 errors could result from malformed request bodies, such as missing required parameters like text or guideId.

Resolving these usually involves checking input parameters, credentials, and network settings.

Links and References

Discussion