I have several categories that are spanned into multiple pages.
The title and description for the original page are unique. But for the remaining pages, I am appending "Page xx" in both title and description. The problem is that since there is not much difference in the Title and Description from that of Page 1, Google seems to be ignoring those pages from appearing in the Index.
I read some articles on the web that says "Use the content from the top content of the page" in title and description. But I can see a problem with that. If the second page contains the title "ABC" and description "DESC", it won't be there forever. I mean as content gets added, pages increase, and the title and description keeps on changing (which isn't good). Google will have to index the pages again and again (with every content change). That might also create content duplication issue (Page 2 and Page 3, might have same title and description, if Page 2 is not indexed and Page 3 has).
Is there a way to deal with this issue? I don't and can't edit these pages manually to put a unique title and desc.
What I was thinking is to read the content (dynamically) and use the word which gets repeated a lot in that page, and use that in the title and description. So that it won't change much. I read somewhere on this forum, to use noindex, nofollow for the rest of the pages. Well, I believe, If I do so, I might lose backlinks and pagerank. Also, because of this pagination, I have Google Sitelinks (the links that appear below in SERPS), that have just Page 2, Page 3, Page 4 etc.
Do you have any solutions on how to deal with this?