Replies: 2 comments
-
As a general rule, no - It won't be seen. But Google Bot does load and execute the page, including JS. So it could in theory detect your element. If it it actual content on your page, consider changing the approach you use to show it. It should always be added to the DOM, but hidden with See triggering animations for an example: |
Beta Was this translation helpful? Give feedback.
-
Yes, I am using the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am curious as to the behavior of this in term of SEO and how google bot, for instance, would see the page.
Let's say I do something simple like:
in my React component.
Will the bot be able to see the element ? Is everything considered "visible" for the bot ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions