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 13 |
| Target Framework: | .NET 8 |
v13.x of the package targets Umbraco 13 and is available via NuGet. To install the package, you can use either the .NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.8
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.8
v16/mainUmbraco 16v15/mainUmbraco 15(EOL)v14/mainUmbraco 14(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
-
Property editor that can be added to either a content item or media item to show inbound redirects
-
Package only handles custom redirecs - e.g. added manually by an editor. The package will let Umbraco 7.5+ 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.