In Xpages, the custom control pages can be used for browsing the views. The scripts on the page take care for the correct post to the Domino server for retrieving the next or previous part of the view. The href of next and previous specifies href=“#”.
Using “#” is not OK for Google search engine optimization. In fact only the first rows of the view are catched by google and the other rows of the view which can be views by previous and next are even not catched by Google.
Are there properties to set for getting something like href=“?RowStart=40&Rows=20”. Are there other custom controls available?