Hi,
i don’t get it - still after hours of reading the docs: http://code.google.com/intl/de/web/ajaxcrawling/
Here is what my problem is.
I have two templates - one for javascript and one normal. The javascript one gets shown in a lightbox/overlay
example.com/java/foo
example.com/no-java/foo
So no problem that google see’s the content of “/no-java/foo” and the user gets the overlay onclick “/java/foo”.
But how do i do it now that google lists the “/java/foo” as the link?
I need the links to “/java/foo” cause i want to open the overlay if the visitor comes to the site. The can be done with “window.location.hash”.