What detecting Google Cloud tells you about a site
Google Cloud Platform is infrastructure, so you detect it from delivery rather than markup: assets on storage.googleapis.com or *.appspot.com, a Server header naming the Google Frontend (gws/GFE), or origin IPs in Google's ranges. Finding GCP says the team is on Google's cloud — a smaller share than AWS, often chosen for data, ML and BigQuery strengths or because the org already lives in Google's ecosystem. It is a weaker identity signal than a niche host but points toward data- and analytics-heavy products more than the AWS default does.
Google Cloud in a real-world stack
When you find Google Cloud, it rarely travels alone. Commonly paired with Firebase, BigQuery and Cloud Run/App Engine, and naturally with Google Analytics and Tag Manager on the front end.
About
Google Cloud is a suite of cloud computing services.
Categories: IaaS
Quick facts
FAQ
How do I check if a website is using Google Cloud?
Open the page in Chrome, click the Sourcemap Explorer toolbar icon, and read the Stack tab. Google Cloud's fingerprints span response headers, asset URL prefixes, runtime globals and sourcemap paths, and the popup flags Google Cloud whenever any combination of them is found. The same checks can be reproduced manually in DevTools — see the "How we detect" section above.
What Google Cloud version can Sourcemap Explorer detect?
Google Cloud ships as a hosted iaas rather than a bundled npm package, so version-specific detection isn't always possible. Where the platform leaks a version in response headers (`X-Powered-By`, `Server`, generator meta tags) we surface it; otherwise we report presence only.
Where can I read more about Google Cloud?
Official site: https://cloud.google.com. For Sourcemap Explorer's detection guide, see the deep-dive link below or the related guides in the cross-link section.
Detected by Sourcemap Explorer
Open the popup on any page running Google Cloudand you'll see the exact version pulled from the bundled package.json when sourcemaps are exposed.