UrlTracker 3.7.0
dotnet add package UrlTracker --version 3.7.0
NuGet\Install-Package UrlTracker -Version 3.7.0
<PackageReference Include="UrlTracker" Version="3.7.0" />
paket add UrlTracker --version 3.7.0
#r "nuget: UrlTracker, 3.7.0"
// Install UrlTracker as a Cake Addin #addin nuget:?package=UrlTracker&version=3.7.0 // Install UrlTracker as a Cake Tool #tool nuget:?package=UrlTracker&version=3.7.0
The Url Tracker is used to manage URLs within umbraco. It automatically tracks URL changes, for instance when a node is renamed, and makes sure the old URL will redirect to the new location. This is great for SEO and great for people visiting your website via this old URL. Search engines will update the indexed URL and people won't visit the old, broken URL.
You can also create your own redirects, based on a simple URL or using a Regex pattern. You can redirect to an existing node or a manually entered URL. This is great for migrating existing indexed URLs to your new website!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
[BugFix] Exception on install ([#70](https://github.com/kipusoep/UrlTracker/issues/70))