createRedirect
Create 301 redirect rules for Brilliant Directories websites to manage URL changes and maintain SEO value when content moves.
Instructions
Create a redirect — Create a new 301 redirect rule. type, old_filename, and new_filename are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Category of the redirect source (profile, post, category, custom, etc.) | |
| old_filename | Yes | The old URL path being redirected from, relative to the domain root (e.g. old-slug, not the full URL) | |
| new_filename | Yes | The new destination URL path | |
| db_id | No | Database record ID of the source content object this redirect was generated from (0 if not tied to a record) | |
| id | No | Legacy secondary identifier; typically 0 for system-generated redirects |