alexanoid
alexanoid

Reputation: 25862

Vaadin 7 make application SEO ready

Google Ajax-crawling instructions say the !# is actually transformed into ?_escaped_fragment_ by the google crawler.

I'd like to prepare my Vaadin 7 application to be SEO ready for Google search engine so could you please tell me if there is any out of the box functionality that will simplify that process by handling a following requests with ?_escaped_fragment_ ?

If there is no out of the box solution - what is the right way in order to implement this ?

Or another idea - is it possible to use Prerender.io together with Vaadin ?

UPDATED

Looks like nowadays Google is able to crawl, render, and index the #! URLs.

Q: My site currently follows your recommendation and supports _escaped_fragment_. Would my site stop getting indexed now that you've deprecated your recommendation?
A: No, the site would still be indexed. In general, however, we recommend you implement industry best practices when you're making the next update for your site. Instead of the _escaped_fragment_ URLs, we'll generally crawl, render, and index the #! URLs.

https://webmasters.googleblog.com/2015/10/deprecating-our-ajax-crawling-scheme.html

Can someone please confirm that Vaadin application can be successfully crawled by Google bot ?

Upvotes: 1

Views: 237

Answers (1)

snorbi
snorbi

Reputation: 2900

Check out the volga addon and the related blog post.

Volga is a Vaadin add-on that helps you to add meta data to your Vaadin applications, which will help social media services and search engines better interpret your application.

Upvotes: 1

Related Questions