Comments in slider using display: none
-
What is the best way to get comments indexed that are hidden in a slider using display: none?
For example:
http://www.coupondudes.com/stores/kmart.com
- Click on "Add comment"
Is there a way to do this without changing the design? If not, should we create a page per coupon with the comments shown. Will that pose duplicate content issues?
-
You could display the comments and make the add a comment boxes a lightbox. It's those fields that take up a lot of real estate and are unnecessary in regards to indexing.
-
You could try other CSS methods to hide the content, like setting the height to 0 or positioning the element off screen.