Share via


ContentBySearchWebPart.AddSEOPropertiesFromSearch property

Specifies properties to be used for search engines; these properties will optimize the crawlers and improve SEO.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property AddSEOPropertiesFromSearch As Boolean
    Get
    Set
'Usage
Dim instance As ContentBySearchWebPart
Dim value As Boolean

value = instance.AddSEOPropertiesFromSearch

instance.AddSEOPropertiesFromSearch = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool AddSEOPropertiesFromSearch { get; set; }

Property value

Type: System.Boolean

See also

Reference

ContentBySearchWebPart class

ContentBySearchWebPart members

Microsoft.Office.Server.Search.WebControls namespace