Soft 404 errors

Hi,

I have a client that’s come to me with 2 x soft 404 errors found on the links below

https://www.explorermotorhomes.com.au/wp-content/plugins/revslider/public/assets/js/

https://www.explorermotorhomes.com.au/wp-content/plugins/convertplug/modules/modal/assets/css/modal.min.css?ver=4.9.8

I understand what a soft 404 error is but am unsure how to fix the ones relating to these links as they are in relation to plugins.

Can you give me any suggestions please?

Thanks,
Darren.

Hello Darren,

Thanks for writing in! Usually, it is caused by a broken code that has been inserted on the page. I have checked your page and I found that you have inserted a broken code in your footer content. You added this:

<p>proudly built by <a href="http://www.design-munky.com" style="color: #318ad2; title="Ook Ook!">Design Munky</a></p>

You need to update it and insert this code instead:

<p>proudly built by <a href="http://www.design-munky.com" style="color: #318ad2;" title="Ook Ook!">Design Munky</a></p>

What’s the difference? You missed inserting the closing quotation mark for the style attribute. After that changes, check the page again if the missing 404s are still present. Clear all your caches first before testing the site again.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.