Forum Moderators: Robert Charlton & goodroi
I have created a forum for my site myself in ASP.
When someone posts an answer to a particular question on the forum, i let other people vote on the helpfulness of that answers.
So, each question page has 2 tabs one for all answers, the other for the answers sorted by the number of votes it got. I am handling the tabs using javascript.
Now, finally, here is my question.... When i look at the page in Lynx (text-only web browser the way Google bot sees the page), it seems that the answers are first presented in the all answers way and then presented in the sort by most votes way.
So, the same content is repeated on the page twice! Do I have to worry about duplicate content problems because of this?
Thanks.