Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render static pages (no js browsers support) #2

Closed
sashsvamir opened this issue Sep 20, 2018 · 1 comment
Closed

render static pages (no js browsers support) #2

sashsvamir opened this issue Sep 20, 2018 · 1 comment
Labels
question Further information is requested

Comments

@sashsvamir
Copy link

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?

@gulien gulien added the question Further information is requested label Sep 25, 2018
@gulien
Copy link
Contributor

gulien commented Sep 25, 2018

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!

@gulien gulien closed this as completed Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants