Turbo-frame lazy-loaded -> crawling and indexing issue?

Hello,

I would like to know if the content inside a turbo-frame lazy loaded (the content appears only when user scroll down next to the content at the bottom of the page) is correctly indexed by Google bot and other search engines bots ? My fear is that the crawling bot may not see the content inside a turbo frame lazy loaded. Does anyone have some information about that ?

Thank you.

I don’t know if search bots follow the data attribute for the link, but you could see what shows up in the index.

Following that, I would test having a hidden link within the template tags for the bot to follow. In the unlikely event that’s too deep, you could conditionally render the partial based on user agent.