Hey,
So I am looking for solutions how and where should I store images for my Middleman site. I am mostly referring to blog images beside some other graphics that will be shared across multiple pages (like logos etc.).
I need something that:
- is SEO friendly (so that users can discover me by images in Google Image serach for example and land on my website if they follow the link)
- does let me serve the assets quickly
- does not hurt my bandwitch
Should I store images on my server or is perfectly fine to store them somewhere else (Dropbox etc.)? Do you have CDN in place or some other solution?
Would love to hear how do you solve it on your own Middleman site!