Forum Moderators: open
My site has over 1800 'articles' of information, each stored in a mysql database.
In order to display them all, I used a pagination system which lists 25 per page, and then offers links to the previous and next 5 pages.
I used mod_rewrite to make everything look static. Here's the basic setup:
www.mysite.com/articlepage/1
(contains the first 25 links)... page /2 the next etc
each joke on the page is also rewritten to:
www.mysite.com/article/1 ( through /1800 ).
However, google is only managing to index about 300-400 out of the 1800 articles I have. Why is this?
Other comments: Site is PR5. In addition, I have created an index on each jokepage that contains links to EVERY articlepage of 25. ( i figured this way each jokepage link would only be one link deep ).
Ideas? You can sticky me for the site url!
-N