Hi,
I have created a digg.com style pagination for my ASP.Net 2.0 (with C#) website's gridview control using this article: http://kpumuk.info/asp-net/gridview-with-custom-digg-like-pager/
In order to achieve digg.com style, the author of the above mentioned article has customized gridview control and created a C# control named as GridviewWithPager using two derived controls (gridview and link button control), which allowed to add Digg-style pagination to an application.
But this pagination is not SEO friendly as it uses link button control and javascript. I have read somewhere that for SEO pagination hyperlink should be used instead of link button control. While for javascript everyone knows, it makes the pages inaccessible to search engine.
Now I want to make this digg.com style pagination SEO friendly.
The questions I want to ask are:
- Is this true that I should remove the link button control and use hyperlink control for linking the pages in SEO pagination?
- Can I make this digg.com style pagination SEO friendly with some modification and addition?
- If so, then what modifications and additions I will be required?
- Do I have to remove this GridviewWithPager Control from my website and use the default gridview with some customized SEO friendly pagination?
Please feel free to give any other additional information or suggestion on SEO pagination.
Any help will be really appreciated. Thanks in advance.
nzahra.