Back to Devexpress

SEOFriendlyMode Enum

aspnet-devexpress-dot-web-319d1166.md

latest1.7 KB
Original Source

SEOFriendlyMode Enum

Lists values that specify whether Search-Engine Optimization (SEO) mode is enabled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum SEOFriendlyMode
vb
Public Enum SEOFriendlyMode

Members

NameDescription
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.

|

The following properties accept/return SEOFriendlyMode values:

See Also

Pager

DevExpress.Web Namespace