Tabs display the content of Tabs.Panel for SEO #740
florianfranconi
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
Hey! That should already be possible by passing an |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I use Tabs and everything works fine. But I noticed that only the selected Panel is displayed in the DOM, which is a problem for SEO. It would be nice to have a props to display all the Panels in the DOM and to
display: none;
of those that are not selected. This would allow Google's indexing robots to properly crawl all the content of the Tabs.Uber uses a props
renderAll
on these Tabs to counter this problem: https://baseweb.design/components/tabs-motion#rendering-and-seoThanks
Beta Was this translation helpful? Give feedback.
All reactions