Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

SEO Friendly Paging

Drag a column header here to group by that column
Contact Name Ascending
Company Name 
City 
Region 
Country 
Bernardo BatistaQue DelíciaRio de JaneiroRJBrazil
Carine SchmittFrance restaurationNantes France
Carlos GonzálezLILA-SupermercadoBarquisimetoLaraVenezuela
Carlos HernándezHILARION-AbastosSan CristóbalTáchiraVenezuela
Catherine DeweyMaison DeweyBruxelles Belgium
Christina BerglundBerglunds snabbköpLuleå Sweden
Daniel ToniniLa corne d'abondanceVersailles France
Diego RoelFISSA Fabrica Inter. Salchichas S.A.Madrid Spain
Dominique PerrierSpécialités du mondeParis France
Eduardo SaavedraGalería del gastrónomoBarcelona Spain
Page 2 of 10 (91 items)Prev12345678910Next v

A known issue with grid controls is that search engines simply ignore pagers. When indexing a site, they only use the information contained in the first page. The reason for this is that the pager's links are usually not represented as hyperlinks to other pages. Instead, they respond to click events to raise data update callbacks. The DevExpress ASP.NET Grid View (ASPxGridView) allows you to create an SEO-friendly pager using the SettingsPager.SEOFriendly property.

If this property is set to CrawlerOnly, the ASPxGridView renders hyperlinks in the pager when a web-crawler is detected. For other visitors, standard pager links are generated. Thus, search engines can index the entire content of the grid, and site visitors experience the same paging functionality.

If the property is set to Enabled or Disabled, automatic web crawler detection is disabled. The pager renders either SEO-friendly or standard links, respectively.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxGridViewDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxGridViewDemos