Hey I have question about the html tag. Let's say I have this page and I don't know the page length like this.
<template>Some Html</template>
<template>Some Html2</template>
<template>Some Html3</template>
...
...
...
<template>Some Html</template>
I render them via js when they will be visible(using Intersection_Observer).
The questions:
How does it affect on SEO ?
Do I need to output the same HTML in the noscript tag for SEO ?