Skip to content

Rule · SEO

Inline RSC flight payload dominates the HTML

seo/rsc-payload-ratioinfovoid seoupdated

Why it matters

self.__next_f.push scripts duplicate server-rendered text for hydration; when they exceed half of a large document they push content towards the 2 MB crawl cap and slow TTFB.

How to fix it

Pass only the data Client Components need (not whole records), keep large static content in Server Components, and paginate.

References

void seo reports 60 rules in this category. What search engines need from the raw response: status codes, titles and descriptions in <head>, self-referencing canonicals, one h1, crawlable links, Open Graph, icons, robots.txt and a sitemap with real dates.