For UI purposes I want to hide some text, so I deselect the option “this element is visible on page load”. Does google still use the hidden data for the SEO?
Or does the data need to be shown on page load so that it’s taken in count for the SEO?
Ideally, you show the text on page load (check that option) and in a condition, you can hide it (once the page is loaded). In this case, Google generally uses it for the SEO since the element has been a part of your DOM once
Google confirmed that JS pages are loaded for SEO. Now if the element is visible on page load then it should be captured by the search engine, if it is not then usually Bubble does not even add the hidden element to the DOM.
This topic was automatically closed after 70 days. New replies are no longer allowed.