Detect Next.js Page Router SSG
PluginView detects Next.js Page Router SSG, a Static site generator, by evaluating javascript globals on publicly reachable pages. Illustrative public indicators associated with Next.js Page Router SSG include .__NEXT_DATA__.autoExport: true, .__NEXT_DATA__.gsp: true, .__NEXT_DATA__.nextExport: true. Full fingerprint rules remain proprietary; this page summarizes the signal classes and example indicators used for identification.
Detection looks at javascript globals across 3 fingerprint rules among the site's public responses.
Websites using Next.js Page Router SSG
Loading website list…
Signal classes
PluginView evaluates public page signals in these classes when identifying Next.js Page Router SSG. Individual fingerprint rule bodies are proprietary and are not published.
- JavaScript globals
Example public indicators for Next.js Page Router SSG
Illustrative indicators derived from public catalog metadata for Next.js Page Router SSG. A live scan may match additional proprietary rules beyond these examples.
- .__NEXT_DATA__.autoExport: true
- .__NEXT_DATA__.gsp: true
- .__NEXT_DATA__.nextExport: true
What a detection means
- Establishes
- One or more public signals on the scanned page matched a known Next.js Page Router SSG signature (3 rules) at the time of the scan.
- Does not establish
- A sitewide install of Next.js Page Router SSG, an active vendor contract, exclusive use, or that Next.js Page Router SSG is still in place today.
How to check a site for Next.js Page Router SSG
- 1. Enter the website URL in the scan form — homepage, pricing, checkout, or login pages usually expose the strongest Next.js Page Router SSG signals.
- 2. PluginView reads only public responses (javascript globals) and scores them against the Next.js Page Router SSG signature set (3 rules).
- 3. Review the confidence score and text explanation for Next.js Page Router SSG on the results page.
Commonly implies
A confirmed Next.js Page Router SSG match also implies these technologies are present.
FAQ: detecting Next.js Page Router SSG
- Can PluginView detect Next.js Page Router SSG without logging in?
- Yes. PluginView only reads publicly accessible responses when checking for Next.js Page Router SSG — typically javascript globals. It does not bypass authentication or paywalls.
- What category is Next.js Page Router SSG?
- Next.js Page Router SSG is classified under Static site generator in the PluginView directory.
- How many fingerprint rules cover Next.js Page Router SSG?
- This reference currently tracks 3 fingerprint rules across javascript globals. Individual rule bodies are proprietary and are not published.
- What public signals suggest a site uses Next.js Page Router SSG?
- Illustrative public indicators for Next.js Page Router SSG include .__NEXT_DATA__.autoExport: true; .__NEXT_DATA__.gsp: true; .__NEXT_DATA__.nextExport: true. A live scan may match additional proprietary rules beyond these examples.