Next.js Discord

Discord Forum

infinite scroll TanStack Query v5 + seo

Unanswered
Bighead carp posted this in #help-forum
Open in Discord
Bighead carpOP
hi, can you show an example of a working application code with a link to github, with infinite scrolling of posts + TanStack Query v5 and so that there is SEO ?

3 Replies

@Yi Lon Ma you can use an intersection obserever to see when the last element is in viewport and fetch more
Bighead carpOP
I found this example - https://github.com/AnmolSaini16/next-14-infinite-scroll/tree/main , and here the html markup is loaded only for the first few posts and then when scrolling, the following posts are already without markup. If in this case I make another sitemap.xml, will it be normal for SEO? Are there any examples where when scrolling the following posts also load html markup? I could not find anything similar
Bighead carpOP