Query Params and SSG strategy
Hi guys,
I have a generated website (SSG) with a blog page and i use the
?query
to manage pagination and category.
Something like this
en/blog?page=1&category1=XXX&category2=XXX
The crawler to generate the pages doesn't work with query.
What's the best thing to do in this scenario?
I need to create an hook
in nuxt.config
to push all combinations of queries and generate the all the page for every page and category and category2 and languages?
Why the crawler does not use queries? What is the reasoning behind it? How can i mange pagination and filtering for a generated website if i don't use the query?0 Replies