Designing a portable GCS static site
Layout
bucket/
index.html
assets/
main.css
...
blog/
*.html
index.json
sitemap.xml
robots.txt
Caching
Immutable assets with long max-age
; HTML short max-age
with revalidation. Prefer redirect rules in the bucket website config over CDN rules for portability.