wintoncode / Winton.AspNetCore.Seo

Makes it easy to add search engine metadata to your ASP.NET Core website
Other
73 stars 7 forks source link

Use options pattern to configure RobotsTxt and Sitemap #39

Closed Choc13 closed 4 years ago

Choc13 commented 4 years ago

In order to simplify setup for clients and to provide a more uniform approach to other middleware this library should take call backs for configuring the robots.txt and sitemap options rather than registering services and factories.