London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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