=== WordPress Redirect URL Plugin - WP SEO Link Redirection === Contributors: hkharpreetkumar1 Tags: wordpress redirect url, wordpress redirect url plugin, url redirect, redirect seo, wp redirectiton Requires at least: 6.0 Tested up to: 6.7.1 Requires PHP: 7.4 Stable tag: 1.0.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html WordPress Redirect URL Plugin allows you to redirect any page to a specified URL using a shortcode [rurl url="https://example.com" sec="5"] == Description == WordPress Redirect URL Plugin is a lightweight SEO plugin that provides a simple way to redirect users to a specific URL or page using a shortcode. **Features:** - Use the **`[rurl]`** shortcode to define a URL and a delay in seconds. - Smooth redirection with an optional message if the user doesn't want to wait. - Highly customizable and secure with sanitized input and output. This plugin is perfect for landing pages, affiliate links, or any use case where you need an easy redirection solution. == Installation == 1. Download the plugin zip file. 2. Go to your WordPress dashboard, navigate to **Plugins > Add New**, and click **Upload Plugin**. 3. Select the zip file and click **Install Now**. 4. After installation, click **Activate Plugin** to start using Redirect URL. == Usage == To use the plugin, simply add the `[rurl]` shortcode to your posts, pages, or widgets with the following attributes: **Shortcode Example:** `[rurl url="https://example.com" sec="5"]` **Attributes:** - `url` (required): The URL to which you want to redirect users. - `sec` (optional): The delay in seconds before redirection. Defaults to `0` (immediate redirect). **Example Use Case:** `[rurl url="https://example.com" sec="10"]` This will redirect users to URL *https://example.com* after *10 seconds*. If the URL is not specified, an error message will be displayed: `No valid URL specified for redirection.` == Frequently Asked Questions == = Can I use the shortcode in widgets? = Yes, the `[rurl]` shortcode can be used in text widgets if your theme or plugins allow shortcodes in widgets. = What happens if I don't specify a URL? = If no URL is provided, the plugin will display an error message: `No valid URL specified for redirection.` = Can I redirect immediately without delay? = Yes, simply set `sec="0"` or omit the `sec` attribute altogether: ```[rurl url="https://example.com"]``` == Changelog == = 1.0 = * Initial release. * Added support for URL redirection via shortcode. * Optional delay feature for timed redirection. == Upgrade Notice == = 1.0 = No updates yet. This is the initial release. == License == This plugin is licensed under the GPLv2 or later. For details, see [GPLv2 License](https://www.gnu.org/licenses/gpl-2.0.html).