Yourtext.Guru
Yourtext.Guru is an advanced SEO content optimization tool designed to help writers and marketers create high-performing content.
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
The node integrates with the Yourtext.Guru SEO content optimization platform, specifically enabling management of projects within that system. The "Update Project" operation allows users to modify an existing project's details such as its name and host URL. This is useful for keeping project metadata current, for example when a website domain changes or when rebranding a project.
Practical scenarios include:
- Updating the project name to reflect a new campaign or client.
- Changing the host URL if the website address has been updated.
- Maintaining accurate project information to ensure SEO analysis and guides are correctly associated.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project to update. |
| Host | The URL of the website associated with the project (e.g., www.org.com). |
| Name | The new name for the project. |
Output
The node outputs JSON data representing the updated project object returned by the Yourtext.Guru API after the update request. This typically includes the project's ID, name, host, and possibly other metadata confirming the successful update.
No binary data output is involved in this operation.
Dependencies
- Requires an active API key credential for Yourtext.Guru to authenticate requests.
- The node sends HTTP POST requests to the Yourtext.Guru API endpoint
/projects/{projectId}. - The base URL for API requests is
https://yourtext.guru/api/v2. - Proper network connectivity to the Yourtext.Guru service is necessary.
Troubleshooting
- Invalid Project ID: If the provided Project ID does not exist or is incorrect, the API will likely return a 404 error. Verify the Project ID before updating.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is configured correctly.
- Invalid Host URL: Providing an improperly formatted host URL may result in validation errors. Use a valid URL format like
www.example.com. - Empty Required Fields: Omitting required fields such as Project ID, Host, or Name will prevent the update from proceeding. Make sure all required inputs are filled.
- API Rate Limits: Excessive requests might be throttled by the Yourtext.Guru API. Implement retry logic or reduce request frequency if needed.
Links and References
- Yourtext.Guru Official Website
- Yourtext.Guru API Documentation (for detailed API endpoints and payloads)