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 node integrates with Yourtext.Guru, an advanced SEO content optimization platform. Specifically, the Project - Create operation allows users to create a new project within their Yourtext.Guru account by specifying the project's name and the host URL of the website it relates to.

This node is beneficial for content marketers, SEO specialists, and writers who want to programmatically manage SEO projects in Yourtext.Guru as part of automated workflows. For example, when onboarding a new client or launching a new website, you can automatically create a corresponding project in Yourtext.Guru to start optimizing content immediately.

Properties

Name Meaning
Host The URL of your website (e.g., www.org.com). This defines the domain associated with the project.
Name The name of your project. This is used to identify the project within Yourtext.Guru.

Output

The node outputs JSON data representing the response from the Yourtext.Guru API after creating the project. This typically includes details about the newly created project such as its ID, name, host, creation date, and other metadata returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an active Yourtext.Guru account.
  • Requires an API key credential for Yourtext.Guru configured in n8n to authenticate requests.
  • The node sends HTTP POST requests to https://yourtext.guru/api/v2/projects endpoint.

Troubleshooting

  • Common issues:

    • Invalid or missing API key credential will cause authentication failures.
    • Providing an invalid or malformed host URL may result in API errors.
    • Missing required fields (host or nameProject) will prevent project creation.
  • Error messages:

    • Authentication errors usually indicate problems with the API key; verify the credential setup.
    • Validation errors from the API may specify which input field is incorrect or missing.
    • Network errors could indicate connectivity issues or incorrect base URL configuration.

To resolve these, ensure all required properties are correctly set, the API key is valid, and the Yourtext.Guru service is reachable.

Links and References

Discussion