> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baselayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Improved Website Status for JavaScript-Rendered Sites

> Jul 22, 2026

Website Analysis now correctly evaluates sites that render their content with JavaScript - single-page apps and hosted site builders that serve a near-empty HTML document before scripts run. Previously these sites were found to report a `website_build_status` of `inactive` and an empty `website_summary` even when the site was live, and contact/address extraction was starved of content.

The result is a more accurate `website_build_status` (`active` / `inactive` / `coming_soon`) plus richer email, phone, address, and summary extraction on `GET /website_analysis_requests/{id}`. Normal server-rendered sites are unaffected.

No integration changes required.
