I have an app that I need search engine crawlers to be able to index.
I don't need that the whole app to be indexed just specific URL (or URL pattern) like http://examplegwtapp.com/xyz
where xyz
is a hash code, similar to those URL shorteners out there.
My app works like this:
When that URL is accessed, the servlet will forward the request to a GWT app passing this fragment: app.html#View?hash=xyz
So the View page is totally dynamic.
The question is what is the correct way to make this specific dynamically generated URL to be indexed or crawled by search engines?