Skip to main content
A newer version of this page is available. .
Tab

ASPxGridPagerSettings.SEOFriendly Property

Gets or sets whether Search-Engine Optimization (SEO) mode is enabled for the control pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override SEOFriendlyMode SEOFriendly { get; set; }

Property Value

Type Description
SEOFriendlyMode

A SEOFriendlyMode enumeration value that specifies whether SEO mode is enabled.

Available values:

Name Description
Disabled

Disables SEO mode and automatic web-crawler detection. Standard pager links are generated.

Enabled

Enables SEO mode and disables automatic web-crawler detection. The pager renders its links as SEO-friendly hyperlinks.

CrawlerOnly

Hyperlinks are rendered in the pager only when a web-crawler is detected. In this instance, web-crawlers will iterate through all pages of a paged control. As a result, all data within the control will be indexed, page by page. For other visitors, standard pager links are generated.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to SEOFriendly
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsPager.SEOFriendly
ASPxGridView
.SettingsPager.SEOFriendly
ASPxVerticalGrid
.SettingsPager.SEOFriendly
GridViewProperties
.SettingsPager.SEOFriendly
CardViewSettings
.SettingsPager.SEOFriendly
CardViewSettings<CardType>
.SettingsPager.SEOFriendly
GridViewSettings
.SettingsPager.SEOFriendly
GridViewSettings<RowType>
.SettingsPager.SEOFriendly
MVCxCardView
.SettingsPager.SEOFriendly
MVCxGridView
.SettingsPager.SEOFriendly
MVCxGridViewProperties
.SettingsPager.SEOFriendly
MVCxVerticalGrid
.SettingsPager.SEOFriendly
VerticalGridSettings
.SettingsPager.SEOFriendly
VerticalGridSettings<ColumnType>
.SettingsPager.SEOFriendly
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPager.SEOFriendly
BootstrapGridView
.SettingsPager.SEOFriendly

Remarks

Refer to SEO Paging to learn more.

See Also