Why is my site showing multiple broken links in tools when they are all working?

丶灬走出姿态 提交于 2019-12-24 13:43:22

问题


We have built a new site warmseal.westserve.co.uk. When we run it through broken link checker tools it is showing that we have multiple broken links which in reality work.

For example the following link in the top-wrapper is showing as a broken link:

<a href="/callback/" id="call-back" class="left"><img src="/templates/images/phone.png" class="icon" />Request a call back<img class="arrow" src="/templates/images/arrow-right.png"/></a>

Any ideas why some links are showing as broken links?

What actions are needed to stop them showing as broken links?

There is also an issue with XML sitemap tools not picking up all of the pages. I think this is related and by solving the broken links issue it will solve the other.

I have tried making all pages on the site have a trailing / on the end as somebody suggested this may help but this makes no difference and still doesn't work.


回答1:


Testing http://warmseal.westserve.co.uk/callback/ (using postman) shows that your server is responding with a 404 Not Found status code with an HTML document (that appears to be the desired page) as the human readable error message.



来源:https://stackoverflow.com/questions/19712585/why-is-my-site-showing-multiple-broken-links-in-tools-when-they-are-all-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!