I have created a forum in java, which generates a new sitemap everytime
a new topic is posted. For each topic, I dynamically generate a new jsp
page (so each topic has its onw file on my server)
The sitemap contains all my topics and their filenames. I have over 400
topics, but google never indexes more than 135 topics.
also, the number of topics indexed by google seems to be different from
day to day: 85, 87, 110.
I would expect, with the sitemap, the number of pages in google's index
should always be equal to the number of topics on my forum ?
Any advice ?