Forum Moderators: open
Recently I put some Java script code on these pop-up pages, which disables right-clicking AND IE picture toolbar (I put too many efforts in making these photos, and I hate to meet them on another sites..).
Maybe it's a silly question, but could it affect crawling? i.e. if right click is disabled, one can't view the source code...can robots see it in spite of this?
Thank you.
If someone clicks on the thumbnail, wich are placed on the property page, a pop-up window comes up with the big photo and description.
<a href="page_with_big_photo.html" onclick=".. JS code to open popup .."><img ... /></a>
Hi Span,
Is it a Javascript link that opens the popup? If so, make sure robots can follow it.
Is this really a good to have robots indexing your popup window? I hate getting content from popup window from search engine (no header, sometime no links, etc). Yaelede, try not to use popup windows if you can.
Actually I DO want to have robots indexing these popups, since they have unique headers and links as well. I think it depends on the content of popups.
Thank you