Forum Moderators: open

Message Too Old, No Replies

Trouble loading resourses from CDN

         

andreicomoti

1:49 pm on Aug 21, 2019 (gmt 0)

5+ Year Member Top Contributors Of The Month



Hello,

Hope I am posting this in the right topic.

I recently redesign my website and was testing a couple of new pages in search console to see how Google sees my new design and code.

What I found out from the new GSC is that many resources (especially images) are not loaded from CDN and they do not show up in the printscreen that Google takes on my tested pages. Again, most of the resources that don't load properly are images. The technology used in creating the frontend is react.js.

Has anyone experienced the same problem? I'm assuming that it is not okay to launch the website if Google cannot load all resources on my pages.

Thanks in advance for your help!

Ron_Peters

11:37 am on Aug 22, 2019 (gmt 0)

5+ Year Member



Have you checked your dev console to see the status code that is returned when your CSS files aren’t loaded properly? Is it a 404 error, mixed-content error, etc. Also, when this happens are you able to access the asset directly using the CDN URL (e.g. cdn.yourwebsite.com/path/to/css/file.css).

You may also want to try another plugin dedicated specifically to integrating your CDN with your website such as CDN Enabler. That is if the integration method is what is breaking your site.