|
|
|
A known problem with grid controls is that search engines simply ignore pagers. When indexing a site, they only use the information contained within the first page. The reason for this is that pager's links are usually not represented as hyperlinks to other pages. Instead, they simply respond to click events to raise data update callbacks.
The ASPxGridView allows you to make a SEO-friendly pager. Use the SettingsPager.SEOFriendly property for this purpose.
If this property is set to SEOFriendlyMode.CrawlerOnly, the ASPxGridView renders hyperlinks in the pager when a web-crawler is detected. For other visitors, standard pager links are generated. So, search engines can index the entire grid content, and site visitors experience the same callback functionality.
If the property is set to SEOFriendlyMode.Enabled or SEOFriendlyMode.Disabled, automatic web crawler detection is disabled. The pager renders either SEO-friendly or standard links, respectively.
|
 | Loading… |
|
|
 |
|
 |
|
|
|
|
|
|