Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/40fingers/DNN-SEORedirect
This 40FINGERS module will allow you to monitor and manage the 404's your DNN site is receiving and redirect (301) them.
https://github.com/40fingers/DNN-SEORedirect
dnn dnncms dnnplatform dotnetnuke
Last synced: about 1 month ago
JSON representation
This 40FINGERS module will allow you to monitor and manage the 404's your DNN site is receiving and redirect (301) them.
- Host: GitHub
- URL: https://github.com/40fingers/DNN-SEORedirect
- Owner: 40fingers
- License: mit
- Created: 2018-06-02T10:05:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:18:46.000Z (8 months ago)
- Last Synced: 2024-07-29T03:31:58.835Z (5 months ago)
- Topics: dnn, dnncms, dnnplatform, dotnetnuke
- Language: C#
- Homepage: https://www.40fingers.net/Products/DNN-SEO-Redirect
- Size: 1.83 MB
- Stars: 8
- Watchers: 6
- Forks: 5
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - 40fingers DNN-SEORedirect
README
# DNN-SEORedirect
The SEO redirect module was first created by us in 2012 when we “converted” a client website from PHP to DNN. Because the existing website ranked quite well in google we needed a way to add mapping for redirects from the old pages to the new ones.
Over the years we have add more functionality to the module and its interface and we now use it on most of our websites.## 404 and 30x
For SEO, it’s useful to redirect renamed or moved pages or files to their new location.
Although DNN has built in functionality for renamed pages, it does not for all other situations.
The SEO redirect allows you to see the incoming 404’s and add a redirect them to a new location if needed.As of version 2.6 you can configure each mapping to use a different http status than (the default) 301.
For the latest DNN installer and documentation visit [our](https://www.40fingers.net/) [project page](https://www.40fingers.net/Products/DNN-SEO-Redirect) for this module.