[Solved] SEO using routerWithQueryClient()
Considerations:
- I'm using
routerWithQueryClient() in the project- I can currently go to a dynamic route page with skeleton loader and then data loads
Requirement:
For SEO purposes I wish to add tags in the
head part of createFileRoute. The problem is when I do any async work in the head the application will wait for data load before the page is shown (basically app doesn't feel snappy, nor does any loader skeleton shows).Summarizing above: Is it possible to add seo tags in the
createFileRoute while still allowing deferred data loading?Thanks!
[code example attatched]
