Viewing 2 replies - 1 through 2 (of 2 total)
  • I think the problem is an error with a link on your site. If you go to the link at the bottom of your contact info (bottom right of the page) then you will see that the html for it is

    <p class="web">Web: <a href="www.mallalieus.com">www.mallalieus.com</a></p>

    But it should be

    <p class="web">Web: <a href="https://www.mallalieus.com">www.mallalieus.com</a></p>

    So the 404 errors you are seeing are when people, or crawlers follow this link. So if you can fix this link, then that should fix the cause fo the problem.

    Hope that helps

    Patch

    Does this mean if someone clicks on the link, it won’t work? Or does it not actually make a difference?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 monitor’ is closed to new replies.