url_forward_add
Configure a URL forwarding rule to redirect or frame a source URL to a destination URL, with options for redirect type and meta tags.
Instructions
Add a URL forwarding rule for a domain. The source URL will redirect or frame to the destination URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The source URL to forward from (e.g. "http://www.example.com") | |
| isFramed | No | Whether to use framing (YES/NO, default YES). If YES, the destination is displayed in a frame. If NO, a redirect is used. | |
| siteTitle | No | Title for the framed page (only applicable when isFramed=YES) | |
| destination | Yes | The destination URL to forward to | |
| redirect301 | No | Whether to use a 301 permanent redirect instead of 302 (YES/NO). Only applicable when isFramed=NO. | |
| metaKeywords | No | Meta keywords for the framed page (only applicable when isFramed=YES) | |
| metaDescription | No | Meta description for the framed page (only applicable when isFramed=YES) |