Broken links
-
I was checking the front page of my site at W3C Link Checker – https://validator.w3.org/checklink
And it gave me these strange missing URLs eg:
Line: 159 https://mysite/574w Status: 404 Not Found The link is broken. Double-check that you have not made any typo, or mistake in copy-pasting. If the link points to a resource that no longer exists, you may want to remove or fix the link. error Line: 153 https://mysite/768w Status: 404 Not Found The link is broken. Double-check that you have not made any typo, or mistake in copy-pasting. If the link points to a resource that no longer exists, you may want to remove or fix the link. error Lines: 153, 159, 167, 173 https://mysite/300w Status: 404 Not Found
Looking at and searching in the source of the page I found that these broken links are being found in the html of Kadence Info boxes, eg:
srcset="https://mysite/wp-content/uploads/2020/05/homes-on-map-16x9-1-768x432.jpg 768w, https://mysite/wp-content/uploads/2020/05/homes-on-map-16x9-1-400x225.jpg 400w, https://mysite/wp-content/uploads/2020/05/homes-on-map-16x9-1-300x169.jpg 300w, https://mysite/wp-content/uploads/2020/05/homes-on-map-16x9-1.jpg 978w"
So it looks like eg the “768W” in
srcset="https://mysite/wp-content/uploads/2020/05/homes-on-map-16x9-1-768x432.jpg 768w
is being interpreted by W3C as
https://mysite/768w
My inkling is that a URL like
https://mysite/wp-content/uploads/2020/05/homes-on-map-16x9-1-768x432.jpg
Cannot include and is made invalid by having a ” 768w” at the end of it and so I believe this could be the cause of the error.
In any case I think Kadence is a great plugin and look forward to working with you to identify the correct cause and hopefully fix the issue.
I imagine broken links like this are pretty detrimental to SEO.
I am happy to send you the full URL of the page via email if you like….
- The topic ‘Broken links’ is closed to new replies.