I have a Nuxt project and for the SEO purpose, I need to reload the pages every time I do visit any page.
Is there any way I can do it on Routers?
Currently, my app is with the default behavior of NUXT " renders only the required components on visit". But I need to completely reload the pages.