DamianId
Nuxt 3 - generating dynamic sitemap xml for storyblock
Hello!
I installed sitemap module from nuxt modules and I have problem with dynamic generating sitemap for articles. I dont see URL's from dynamic generation on sitemap.xml.
I have 5 static routes, and X dynamic routes.
I added this code into nuxt config but IDE provide me information that routes is not used:
6 replies
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.14 replies