ASP.NET Core Webmaster (Alpha Development)
ASP.NET Core Search Engine Optimization for Webmaster lets you improve the art, craft, and science of driving web traffic to enabling you with easy and efficiency native tool build in the asp.net core library.
Please give some love by clicking on the star!
Installation
Installation of Wangkanai Webmaster
PM> install-package Wangkanai.WebmasterImplementation of the library into your web application is done by configuring the startup.cs by adding the Webmaster service in the ConfigureServices method.
public void ConfigureServices(IServiceCollection services)
{
services.AddWebmaster();
services.AddControllersWithViews();
}Adding the Webmaster middleware to the pipeline. The Webmaster middleware is enabled in the Configure method of Startup.cs file.
public void Configure(IApplicationBuilder app)
{
app.UseWebmaster();
app.UseEndpoints(endpoints => endpoints.MapDefaultControllerRoute());
}Directory Structure
src- The code of this project lives heretest- The unit test of this project lives heresample- The sample web app of this project lives here
Contributing
All contribution are welcome, please contact the author.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
