I read the standard proposal how dynamic webapps should be made crawler friendly, but what if there is no server to generate snapshots?!
I built a simple multi-view webpage using MVP pattern and event handling. Unfortunately, the Google Webmaster Tool, as well as Google Analytics, do not see any structure and assumes it is just one page. Hence, the "visitors flow" view shows only one page (technically not wrong - but semantically). I tried to submit the sitemap but again, only one URL was recognized. As mentioned here<https://support.google.com/webmasters/bin/answer.py?hl=en&answer=47334>, my assumption is that without <A> elements, it is not possible for a crawler to understand the structure. Unfortunately, the Anchor and Hyperlink widgets do not accept widget children (I need Image widget to dynamically reflect a state change), so I can't use them. Please share your experiences and best practices in making simple (no-server) GWT webapps understood by Google Web Crawler, Analytics and Webmaster Tool. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/tlJW2y5N5tAJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.