Archived topic
Errors per W3C Link
3 replies · Started by Janine on May 1, 2019
Hi.
I am receiving the following errors at W3c Link:
Line: 7 https://fonts.googleapis.com/
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.
Line: 7 https://fonts.gstatic.com/
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.
Line: 7 https://www.mysitename.com/xmlrpc.php?rsd
Status: 403 Forbidden
The link is forbidden! This needs fixing. Usual suspects: a missing index.html or Overview.html, or a missing ACL.
Can you enlighten me? Thanks!
Hi there,
The first two aren't real links, they're preconnect/dns-prefetch values in your <head> section. These help to speed up the request to Google for Google Fonts.
The third one is likely because xmlrpc is disabled on your site (which is usually a good thing for security purposes).
Let me know if you need more info :)
Thanks, Tom.
No problem :)