Nuxt3 - Laravel REST API
Hi!
I'm using Nuxt3 with
ssr: true
and nuxt generate
. I want what I do to be SEO-friendly. I plan to use a Laravel REST API for the backend. Is this good for SEO? I need to create a CMS where the client can add, for example, articles. I will display them in Nuxt via the REST API.9 Replies
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Thanks. But I want to separate cms in laravel and rest api nuxt. So laravel 10 will be only cms admin panel. Nuxt will be responsible for talking with rest api and displaying information.
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
I have one more question. To good SEO friendly website, dynamic articles should be pre-rendered on server site. So maybe better options will be not target static but build option with server engine?
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Thanks 🙂
How you handle authentication Sir @DamianId ?
I use laravel for authentication
I mean in the frontend Sir @DamianId ?