Try our conversational search powered by Generative AI!

Interface ISearchEngineInformation

Marks if a catalog node or entry has SEO information

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0
Syntax
public interface ISearchEngineInformation

Properties

SeoInformation

Gets or sets the seo info.

Declaration
SeoInformation SeoInformation { get; set; }
Property Value
Type Description
SeoInformation

SeoUri

Gets or sets the SEO URI.

Declaration
string SeoUri { get; set; }
Property Value
Type Description
System.String