Your URLs could be further improved if you go through the proposal in 
http://carlosaguayo.posterous.com/html5-history-in-gwt

Was i in your position, i would do the above and then generate a 
sitemap.xml for search engine submittion


Antonios [dot] Chalkiopoulos [at] keepitcloud [dot] com

On Saturday, 27 October 2012 23:17:33 UTC+1, Benjamin Possolo wrote:
>
> I am unable to get my GWT-based site to be indexed by Google no matter 
> what I do.
>
> My URLs all look like this:
>
> http://marketplace.styleguise.net/#!/home
> http://marketplace.styleguise.net/#!/new-listings
> http://marketplace.styleguise.net/#!/item/172001
> http://marketplace.styleguise.net/#!/about
>
> and so on.
>
> I have a URL servlet handler that properly returns static HTML snapshots 
> of my site (using HtmlUnit) when they are requested as:
>
> http://marketplace.styleguise.net/?_escaped_fragment_=/home
> http://marketplace.styleguise.net/?_escaped_fragment_=/new-listings
> http://marketplace.styleguise.net/?_escaped_fragment_=/item/172001
> http://marketplace.styleguise.net/?_escaped_fragment_=/about
>
> My host HTML page has the special meta tag:
>
> <meta name="fragment" content="!">
>
> Finally, I have a sitemap with about 15 URLs. One of them is the host 
> page, the rest are all hash-bang based URLs.
>
> Within the Webmaster Tools, Google is reporting only one page as having 
> been indexed (the home page without a hash-bang). I've tried submitting my 
> URLs individually using the Fetch As Googlebot tool but that seems to 
> disallow one from submitting hash-bang URLs to the index, even if they 
> fetch properly and the preview is correct. I've tried both with and without 
> a robots.txt file as well. Nothing works!
>
> This is driving me mad! Has anyone managed to get Google to index their 
> GWT site? If so, I would REALLY appreciate any advice.
>

-- 
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/-/ubIOIzXlr-IJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to