nextui-org / nextui

🚀 Beautiful, fast and modern React UI library.
https://nextui.org
MIT License
21.98k stars 1.54k forks source link

[BUG] - Accordion contents not available in initial html for SEO indexing #3874

Open ybwai opened 1 month ago

ybwai commented 1 month ago

NextUI Version

*

Describe the bug

The initial HTML from the server only contains the AccordionItem buttons, it does not include the content. This is not ideal for SEO.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

  1. Render page without JS enabled or inspect the initial html in network tab
  2. Locate the accordion and note that only the buttons are there, all the inner text is not.

Expected behavior

I expect the content to be in the HTML for SEO indexing, and the client to show/hide as needed.

Screenshots or Videos

No response

Operating System Version

*

Browser

Chrome

linear[bot] commented 1 month ago

ENG-1450 [BUG] - Accordion contents not available in initial html for SEO indexing

Aokoooooo commented 1 day ago

any update?