Skybrud.Umbraco.Redirects is a redirects manager for Umbraco. The package features a dashboard and property editor that let's users manage inbound redirects from within the Umbraco backoffice.
URLs can be added to redirect to either a content item, media item or a custom URL.
| License: | MIT License |
| Umbraco: | Umbraco 17 |
| Target Framework: | .NET 10 |
Version 16 of this package supports Umbraco version 16. The package is only available via NuGet. To install the package, you can use either the .NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 17.0.4
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 17.0.4
v16/mainUmbraco 16(EOL)v15/mainUmbraco 15(EOL)v14/mainUmbraco 14v13/mainUmbraco 13(EOL)v4/mainUmbraco 10, 11 and 12(EOL)v3/mainUmbraco 9(EOL)v2/mainUmbraco 8(EOL)v1/mainUmbraco 7
-
Global dashboard for listing all redirects. Supports filtering and searching
-
Package only handles custom redirects - e.g. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
-
Includes a
RedirectsServicefor managing the redirects from your own code
- Skybrud.Umbraco.Redirects.Import
Add-on for handling imports and exports of redirects supporting formats like CSV, XLSX and JSON.