Skip to content

Commit 6b6ac16

Browse files
[Support] Update troubleshooting-crawl-errors.mdx (#19155)
* [Support] Update troubleshooting-crawl-errors.mdx * 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> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 65c4abd commit 6b6ac16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/support/troubleshooting/general-troubleshooting/troubleshooting-crawl-errors.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,23 @@ Troubleshooting steps for the most commonly reported crawl errors are mentioned
6767

6868
### HTTP 4XX Errors
6969

70-
[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.
70+
[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.
7171

7272
### HTTP 5XX Errors
7373

74-
[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 servers 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.
74+
[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.
7575

7676
### DNS Errors
7777

78-
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):
78+
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):
7979

80-
`dig +short SOA` `_www.example.com_`
80+
`dig +short SOA` `www.example.com`
8181

82-
For domains on a CNAME setup, the result response contains cdn.cloudflare.net. For example:
82+
For domains on a [Partial (CNAME) setup](/dns/zone-setups/partial-setup/), the result response contains cdn.cloudflare.net. For example:
8383

8484
`example.com.cdn.cloudflare.net.`
8585

86-
For domains on a Full setup, the result response contains the cloudflare.com domain in the nameservers listed. For example:
86+
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:
8787

8888
`josh.ns.cloudflare.com. dns.cloudflare.com. 2013050901 10000 2400 604800 3600`
8989

0 commit comments

Comments
 (0)