skip to Main Content

For some time now, I’ve noticed that my site developed in WordPress is having this problem and, from what I’ve researched, it’s a technical issue that could harm my SEO.

When I do a Home inspection of my site through Google Search Console and then a live test, the screenshot shows the content all broken:

enter image description here

It seems to be a very recurrent problem for WordPress sites. So I wondered if there is any standard solution for this kind of case.

I’ve noticed that many files are not loading, but I still can’t figure out why no matter how hard I try to investigate.
enter image description here

2

Answers


  1. Based on the screenshots you provided, it seems that your website is experiencing some issues with loading certain files and resources. This can be caused by a number of factors such as server configuration, caching, or incompatible plugins or themes.

    Here are some steps you can take to troubleshoot and potentially fix the issue:

    1. Clear your browser’s cache and cookies: Sometimes, cached files can cause issues with loading new content properly.

    2. Disable all plugins and switch to a default theme: You can try disabling all your WordPress plugins and switching back to a default theme to see if the issue persists. If not, gradually enable your plugins one by one until you identify the one causing the problem.

    3. Check your server logs: Your server logs may contain useful information about the issue. You can check your error logs to see if any errors were reported during the time you experienced the issue.

    4. Check your website’s code: Ensure that there are no errors in the code of your website that could be preventing certain files from loading properly.

    5. Contact your web hosting provider: Your hosting provider may be able to assist you in identifying and resolving the issue, especially if it is related to server configuration.

    I hope these suggestions help you resolve the issue you’re facing.
    Good luck!

    Login or Signup to reply.
    1. Check the instructions of your robots.txt file — is there any Disallow instructions to parsers of search engines, that could block some files
    2. In some cases, the Search console parser could not initialize JS scripts for the economy of its resources and your site would be shown as "broken". But search engines anyway index and analyze code. There were some cases with AJAX and JavaScript in the past, but now it is not a problem
    3. Look at the cashed copy of the site — is there are any visible problem?
    4. To answer your question fully and with certainty, I need to check site myself — see robots.txt file, and look trough https://pagespeed.web.dev/ if all files is loading
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search