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 
Mary SaveleyVictuailles en stockLyon France
Matti KarttunenWilman KalaHelsinki Finland
Maurizio MoroniReggiani CaseificiReggio Emilia Italy
Michael HolzRichter SupermarktGenève Switzerland
Miguel Angel PaolinoTortuga RestauranteMéxico D.F. Mexico
Palle IbsenVaffeljernetÅrhus Denmark
Paolo AccortiFranchi S.p.A.Torino Italy
Pascale CartrainSuprêmes délicesCharleroi Belgium
Patricia McKennaHungry Owl All-Night GrocersCorkCo. CorkIreland
Patricio SimpsonCactus Comidas para llevarBuenos Aires Argentina
Page 7 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