I'm implementing a lightbox script (a type of drop down box) on all my pages. The way the current code is programmed, when you close the box layer, it throws a "#" at the end of the URL and changes the URL from this:
http://www.example.com
to
http://www.example.com#
This dropdown will appear on all pages set with a 30 day cookie. So depending on the entry page, every page in the site could have the # appended to it. How will Google spider this?
Thoughts?