You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to avoid FOUC on custom elements, you need to hide the content with an unresolved and display: none with CSS until custom elements are loaded. I was wondering what is the impact for that in a crawler perspective. Does it impact SEO negatively?
The text was updated successfully, but these errors were encountered:
In order to avoid FOUC on custom elements, you need to hide the content with an
unresolved
anddisplay: none
with CSS until custom elements are loaded. I was wondering what is the impact for that in a crawler perspective. Does it impact SEO negatively?The text was updated successfully, but these errors were encountered: