Just thinking out aloud here - don't have a good way to handle this scenario, so looking for ideas.
I have uploaded multiple images - let's call them Hotel1, Hotel2, say they are pictures of hotels. They get URLs like /images/hotels/hotel1, and /images/hotels/hotel2 and search engines index them as such.
I have a book, with multiple child pages that go into length on each hotel.
/books/hotels/hotel1, /books/hotels/hotel2. These are the main entry pages, and the hotel1 book page contains an thumbnail of the hotel1 image, clicking on which can bring up the image. Multiple images may exist in one book page.
So going from the book page to image is fine, and anyone coming first to the book page will find the experience good.
But if someone came here from a search engine, they may enter from the /images/hotels/hotel1 image node link. They will see the image, and no text. That page has no info (unless I manually add a link - "please see /books/hotels/hotel1 for description"). So this is not a good experience.
Anyone else have thoughts on how to handle this? I do not want to add all the text in the image node - since multiple images may be present on a single book page, that would not work out.