Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.59 KB

File metadata and controls

20 lines (15 loc) · 1.59 KB

Add keywords to your commerce content through a provider.

By Jeroen Stemerdink

Build status GitHub version Platform Platform Platform NuGet GitHub license

About

Analyze content on your commerce content (marked Searchable), including used blocks, and add them to your SeoInformation.Keywords property

NOTE

The service you want to use needs to be injected. You can use either the Azure provider I created in EPi.Libraries.Keywords.Azure. Or write your own for the service you would like to use. In that case you will need to implement IExtractionService and add the following attribute to your class [ServiceConfiguration(typeof(IExtractionService))]