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 10 and 11 (and Umbraco 9, Umbraco 8 and Umbraco 7) |
Target Framework: | .NET 6 (and .NET 5, .NET 4.7.2, and .NET 4.5) |
The Umbraco 10 version of this package is only available via NuGet. To install the package, you can use either .NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.6
or the older NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.6
Umbraco 9
For the Umbraco 9 version of this package, see the v3/main branch instead.
Umbraco 8
For the Umbraco 8 version of this package, see the v2/main branch instead.
Umbraco 7
For the Umbraco 7 version of this package, see the v1/main branch instead.
-
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 - eg. added manually by an editor. The package will let Umbraco 7.5+ handle redirects for renamed pages
-
Includes a
RedirectsService
for managing the redirects from your own code