From 8e00226cfc4dc7a773bbfe7d58597448546d0378 Mon Sep 17 00:00:00 2001 From: Nic <123965403+ngayerie@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:58:41 +0100 Subject: [PATCH 1/2] [Support] Update troubleshooting-crawl-errors.mdx --- .../troubleshooting-crawl-errors.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx b/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx index 07e83b82f8118c..5d976d1b47f86b 100644 --- a/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx +++ b/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx @@ -67,23 +67,23 @@ Troubleshooting steps for the most commonly reported crawl errors are mentioned ### HTTP 4XX Errors -[HTTP 4XX errors](https://developers.cloudflare.com/support/troubleshooting/http-status-codes/4xx-client-error/) are the most common type of crawl error. Cloudflare delivers these errors from your web server to Google. These errors are caused for various reasons such as a missing page on your web server or a malformed link in your HTML. The solution depends upon the problem encountered. +[HTTP 4XX errors](/support/troubleshooting/http-status-codes/4xx-client-error/) are the most common type of crawl error. Cloudflare delivers these errors from your web server to Google. These errors are caused for various reasons such as a missing page on your web server or a malformed link in your HTML. The solution depends upon the problem encountered. ### HTTP 5XX Errors -[HTTP 5XX errors](https://support.cloudflare.com/hc/articles/115003011431) indicate that either Cloudflare or your origin web server experienced an internal error. To correlate occurrences of crawl errors with site outages, monitor your origin web server’s health. Monitoring your website health both through Cloudflare and directly to your origin web server IPs determines whether errors occurred due to Cloudflare or your origin web server. +[HTTP 5XX errors](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/) indicate that either Cloudflare or your origin web server experienced an internal error. To correlate occurrences of crawl errors with site outages, monitor your origin web server’s health. Monitoring your website health both through Cloudflare and directly to your origin web server IPs determines whether errors occurred due to Cloudflare or your origin web server. ### DNS Errors -Troubleshooting steps vary depending on whether your domain is on Cloudflare via a Full or CNAME setup. To verify which setup your domain uses, open a terminal and execute the following command (replace *[www.example.com](http://www.example.com)* with your Cloudflare domain): +Troubleshooting steps vary depending on whether your domain is on Cloudflare via a Full or CNAME setup. To verify which setup your domain uses, open a terminal and execute the following command (replace `www.example.com` with your Cloudflare domain): -`dig +short SOA` `_www.example.com_` +`dig +short SOA` `www.example.com` -For domains on a CNAME setup, the result response contains cdn.cloudflare.net. For example: +For domains on a [Partial (CNAME) setup](/dns/zone-setups/partial-setup/), the result response contains cdn.cloudflare.net. For example: `example.com.cdn.cloudflare.net.` -For domains on a Full setup, the result response contains the cloudflare.com domain in the nameservers listed. For example: +For domains on a [Full setup](/dns/zone-setups/full-setup/), the result response contains the `cloudflare.com` domain in the nameservers listed. For example: `josh.ns.cloudflare.com. dns.cloudflare.com. 2013050901 10000 2400 604800 3600` From 081a435e2b925635ba51640dc8af673688a31057 Mon Sep 17 00:00:00 2001 From: Nic <123965403+ngayerie@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:05:28 +0100 Subject: [PATCH 2/2] Update src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- .../general-troubleshooting/troubleshooting-crawl-errors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx b/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx index 5d976d1b47f86b..5bbc3092358236 100644 --- a/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx +++ b/src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx @@ -71,7 +71,7 @@ Troubleshooting steps for the most commonly reported crawl errors are mentioned ### HTTP 5XX Errors -[HTTP 5XX errors](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/) indicate that either Cloudflare or your origin web server experienced an internal error. To correlate occurrences of crawl errors with site outages, monitor your origin web server’s health. Monitoring your website health both through Cloudflare and directly to your origin web server IPs determines whether errors occurred due to Cloudflare or your origin web server. +[HTTP 5XX errors](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/) indicate that either Cloudflare or your origin web server experienced an internal error. To correlate occurrences of crawl errors with site outages, monitor your origin web server's health. Monitoring your website health both through Cloudflare and directly to your origin web server IPs determines whether errors occurred due to Cloudflare or your origin web server. ### DNS Errors