Forum Moderators: Robert Charlton & goodroi
A while back, I asked my programmer to implement the "gallery" functionality by giving the users "previous/next" buttons. What he did was this: he created SEVERAL PAGES for each "instance" of a photo in each gallery: thus, PHOTO1 may appear as PHOTO1_GALLERYA, PHOTO1_GALLERYB, and so on... This allows us to have next/previous buttons as we now know which gallery the user is browsing and can jump to the right photo in the same gallery.
My question: does this run against Google's policies in any way? Technically, I do have several instances of each photo page (with the same content, but different links to "previous" and "next" photos). But I'm doing it to help the user, not my search rankings. Am I guilty of the "duplicate content" violation?
Any thoughts?
Anyway, what do you think about this workaround - what if I made my photos look like CGI calls:
/photo_123.html?gallery=a
/photo_123.html?gallery=b
/photo_123.html?gallery=b
(in this case photo "123" is placed in three different galleries). Obviously the three pages would be the same except for the "next photo/previous photo" navigation links.
Would Google then "forgive" me for using the same photo with three-four different CGI parameters?