How can I resolve the issue of my OG images not being downloaded on my Webflow site, as indicated by the error message from the Facebook Debugger?

TL;DR
  • Ensure the OG image is properly set in Webflow SEO settings, under 5MB, in JPG/PNG format, published, and accessible without redirects or authentication.  
  • Use Facebook's Sharing Debugger to scrape the URL again and refresh the cached metadata.

If your OG (Open Graph) images aren’t being downloaded, and the Facebook Sharing Debugger is reporting an error, it usually points to misconfigurations with image hosting, file size, request headers, or cache issues.

1. Confirm OG Image Setup in Webflow

  • Go to Project Settings > SEO.
  • Ensure the Open Graph image is correctly set under the Open Graph Settings.
  • Use an image with a minimum size of 1200x630 pixels, recommended by Facebook.
  • Ensure only one OG image is declared—check within the page settings too, not just global SEO settings.

2. Check Webflow Hosting & Image Path

  • Webflow hosts images on a CDN (e.g., assets.website-files.com/...), which is usually reliable.
  • Make sure the image is published and accessible. Try opening the OG image URL directly in a browser—if it 404s, it needs to be re-uploaded.

3. Validate Image Format and Size

  • Ensure the image is in JPG or PNG format (avoid WEBP for OG images).
  • Keep the file size under 5MB — Facebook may reject larger files.
  • Image should not require JavaScript to render (this can happen with Lottie or CMS-bound dynamic images).

4. Re-publish and Clear Facebook Cache

  • Re-publish your site in Webflow to make sure metadata and images are live.
  • Go to the Facebook Sharing Debuggerhttps://developers.facebook.com/tools/debug/
  • Paste your site URL and click Debug.
  • Click “Scrape Again” to refresh Facebook’s cache.

5. Watch Content-Type and Headers

  • Facebook may not accept images if the CDN response lacks proper Content-Type (e.g., image/jpeg).
  • Webflow’s CDN normally handles this correctly, but if you’re integrating external hosting or reverse proxies, ensure headers are correctly set.

6. Avoid Redirects & Authentication

  • Your OG image URL must not require authentication or redirect through login screens.
  • Ensure the final image URL responds with a 200 status code directly.

Summary

To fix OG image issues in Webflow: make sure your image is correctly added in your SEO settings, under 5MB, published, and accessible without login or redirects. Then use the Facebook Debugger to clear cached metadata and re-scrape the page.

Rate this answer

Other Webflow Questions