thecodingmachine/symfony-vuejs

render static pages (no js browsers support)

sashsvamir opened this issue · 1 comments

Thanks for great Symfony/Vuejs example!
But what if i want be sure to my app was indexed by google?
Can this app render static pages?

It is possible to improve the SEO of your website using various tips (https://snipcart.com/blog/vue-js-seo-prerender-example).

You may also render static pages by making your Vue.js app accessible for instance only on the URL starting with /app. Everything else (/api/* excluded) will be handled by Symfony in a more traditional way!