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: |
0 replies
|
Yes, I am using the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 !
All reactions