I have a Google Cloud Bucket full of public images. The images are loading not that bad, but in order to improve SEO (and user experience) I would love to speed them up as much as I can.
I thought that adding a CDN would improve it. Who could give me some ideas about how to improve it?
For example:
- Adding a Google Cloud CDN
- Adding an external CDN (like CloudFlare, AWS, etc)
- Whatever.
My project is an app that help travelers and photographers to find the best photo spots, so, photos loading is an important thing
Thanks!
I have a Google Cloud Bucket full of public images. The images are loading not that bad, but in order to improve SEO (and user experience) I would love to speed them up as much as I can.
I thought that adding a CDN would improve it. Who could give me some ideas about how to improve it?
For example:
- Adding a Google Cloud CDN
- Adding an external CDN (like CloudFlare, AWS, etc)
- Whatever.
My project is an app that help travelers and photographers to find the best photo spots, so, photos loading is an important thing
Thanks!
Share Improve this question asked Feb 15 at 20:34 Broda NoelBroda Noel 1,9861 gold badge24 silver badges39 bronze badges1 Answer
Reset to default 0You can follow this guide to use the static content in Google cloud bucket to be distributed via cloud cdn. The origin would be the cloud bucket where you already have your static image content. CDN is not just for an SEO point of view but would deliver static content from Edge locations which are more closer to the end users. And also would reduce cost of directly accessing your storage bucket directly by caching the static content in CDN and serving it to end users from the cache. https://cloud.google/cdn/docs/quickstart-backend-bucket-console