In 2009 google issued the ajax crawling proposal https://developers.google.com/webmasters/ajax-crawling/docs/getting-started?hl=en The proposal basically says that for every url of the form http://www.foo.com/page#!var=value where the URL fragment (staff after #) are not visible to the server side and therefore are used by client side technologies such as GWT and JS to render dynamically the page the google bot wil visit your site with this URL http://www.foo.com/page?_escaped_fragment_=var=value which is server side visible and therefore can serve static content (pre-rendererd pages).
In the summer of the 2015 there were people talking about deprecation of the above scheme.- you don't serve static content
- you create the DOM dynamically with JS and googlebot knows how to run JS and create the DOM
- don't know what takes precedence?
- how to handle duplication?
- how to handle parameters in webmaster's console?.
On Fri, Oct 23, 2015 at 11:25 PM, Ed <post2edbras@gmail.com> wrote:
How did you make your GWT site Crawlable by Google ?--Please share your experience?According to the Goolge info (link): To make it crawlable you should generate the static content and make it accessible through specified url's.I am currently thinking of generating the static content myself during the compilation by using something like htmlUnit, or using a tool like prerender.io.I am not sure which approach to take, please your feedback.- Ed
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
--
Vassilis Virvilis
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment