Skip to content

Commit 59a3151

Browse files
fern-supportKapil Gowru
andauthored
feat: updating custom react SEO docs (#1013)
Co-authored-by: Kapil Gowru <[email protected]>
1 parent 81ed82e commit 59a3151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/docs/pages/component-library/custom-components/custom-react-components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ While you can bundle React components as custom JavaScript, using Fern's built-i
7777
</Accordion>
7878
7979
<Accordion title="Improved SEO">
80-
Components added via custom JavaScript aren't server-side rendered, which means search engines can't index content.
80+
Custom React components are server-side rendered and fully indexable by search engines, while components added via custom JavaScript aren't server-side rendered and can't be indexed.
8181
</Accordion>
8282
</AccordionGroup>

0 commit comments

Comments
 (0)