Class SeoInformation
Represents SEO information for a catalog entry or node.
Inheritance
System.Object
SeoInformation
Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class SeoInformation : BlockData
Constructors
SeoInformation()
Declaration
public SeoInformation()
Properties
Description
Gets or sets the SEO description.
Declaration
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Keywords
Gets or sets the SEO keywords.
Declaration
public virtual string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Gets or sets the title.
Declaration
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |