diff --git a/src/content/docs/dns/concepts.mdx b/src/content/docs/dns/concepts.mdx index c46363a575e5135..96cf34dd0565a47 100644 --- a/src/content/docs/dns/concepts.mdx +++ b/src/content/docs/dns/concepts.mdx @@ -7,6 +7,7 @@ head: - tag: title content: DNS concepts +description: Explore key DNS concepts with Cloudflare, including domains, registrars, zones, nameservers, DNS records, and DNSSEC for enhanced security. --- import { Details, Example, GlossaryTooltip } from "~/components"; diff --git a/src/content/docs/dns/dns-firewall/index.mdx b/src/content/docs/dns/dns-firewall/index.mdx index bf8ea2038e8cd4f..4bf8e6b621164ec 100644 --- a/src/content/docs/dns/dns-firewall/index.mdx +++ b/src/content/docs/dns/dns-firewall/index.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: overview title: DNS Firewall +description: Protect and accelerate your authoritative nameservers with Cloudflare DNS Firewall. Benefit from DDoS mitigation, caching, and global distribution. sidebar: order: 10 diff --git a/src/content/docs/dns/get-started.mdx b/src/content/docs/dns/get-started.mdx index 4c7e4891df76619..aad4d1a54a738e1 100644 --- a/src/content/docs/dns/get-started.mdx +++ b/src/content/docs/dns/get-started.mdx @@ -7,6 +7,7 @@ head: - tag: title content: Get started with Cloudflare DNS Description: Review a list of commonly accessed resources to support you throughout your journey as a Cloudflare DNS user. +description: Learn how to set up and manage Cloudflare DNS for your domain. Optimize DNS records, enhance security, and speed up your website with Cloudflare. --- import { GlossaryDefinition, Render } from "~/components"; diff --git a/src/content/docs/dns/index.mdx b/src/content/docs/dns/index.mdx index 2085a0a3bfdc9ab..9ca454cb03cfcb1 100644 --- a/src/content/docs/dns/index.mdx +++ b/src/content/docs/dns/index.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: overview title: Cloudflare DNS +description: Explore Cloudflare DNS: a fast, resilient DNS service offering excellent performance, DDoS protection, and easy management for your domain. sidebar: order: 2 diff --git a/src/content/docs/dns/zone-setups/full-setup/setup.mdx b/src/content/docs/dns/zone-setups/full-setup/setup.mdx index 646434c331c6106..62a0aeb00e16c23 100644 --- a/src/content/docs/dns/zone-setups/full-setup/setup.mdx +++ b/src/content/docs/dns/zone-setups/full-setup/setup.mdx @@ -6,6 +6,7 @@ sidebar: head: - tag: title content: Change your nameservers (Full setup) +description: Learn how to set up Cloudflare as your primary DNS provider with our full setup guide. Manage DNS records and update nameservers easily. --- diff --git a/src/content/docs/dns/zone-setups/full-setup/troubleshooting.mdx b/src/content/docs/dns/zone-setups/full-setup/troubleshooting.mdx index 5209267d0faaf41..d5b01c5f208e90a 100644 --- a/src/content/docs/dns/zone-setups/full-setup/troubleshooting.mdx +++ b/src/content/docs/dns/zone-setups/full-setup/troubleshooting.mdx @@ -6,7 +6,7 @@ sidebar: head: - tag: title content: Troubleshooting full setup - +description: Learn how to troubleshoot Cloudflare DNS full setup issues, including DNSSEC, nameserver mismatches, and registrar settings. Ensure smooth domain resolution. --- If you see unexpected results when [changing your nameservers](/dns/zone-setups/full-setup/setup/), review the following troubleshooting questions. diff --git a/src/content/docs/dns/zone-setups/index.mdx b/src/content/docs/dns/zone-setups/index.mdx index d57f9fd1777ab75..a1384203c8e5b7e 100644 --- a/src/content/docs/dns/zone-setups/index.mdx +++ b/src/content/docs/dns/zone-setups/index.mdx @@ -1,6 +1,7 @@ --- pcx_content_type: concept title: DNS setups +description: Explore Cloudflare DNS zone setups: full, partial, subdomain, and zone transfers. Learn how to optimize DNS management for your needs. sidebar: order: 3 --- @@ -16,10 +17,8 @@ When using Cloudflare DNS, you have a few options for your DNS zone setup: :::note[Note:] - If you run your own authoritative nameservers but still want to benefit from Cloudflare's global anycast network, check out [DNS Firewall](/dns/dns-firewall/). - ::: ## Common use cases and availability diff --git a/src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx b/src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx index 9a8bf3240f13069..6ede7b26d948a2e 100644 --- a/src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx +++ b/src/content/docs/dns/zone-setups/partial-setup/dns-resolution.mdx @@ -7,6 +7,7 @@ head: - tag: title content: DNS resolution in partial zones +description: Learn how Cloudflare handles DNS resolution in partial zones, including CNAME records and DNS record management for optimized web performance. --- import { GlossaryTooltip } from "~/components" diff --git a/src/content/docs/dns/zone-setups/partial-setup/index.mdx b/src/content/docs/dns/zone-setups/partial-setup/index.mdx index 1fef8eec0c18489..425b0edb2e9eaa0 100644 --- a/src/content/docs/dns/zone-setups/partial-setup/index.mdx +++ b/src/content/docs/dns/zone-setups/partial-setup/index.mdx @@ -4,13 +4,14 @@ title: Partial (CNAME) setup sidebar: order: 2 label: About +description: Learn how to set up a Partial (CNAME) setup with Cloudflare, allowing you to proxy subdomains while keeping your primary DNS provider. Ideal for businesses. --- import { FeatureTable, Render } from "~/components" -Once you are on a partial setup, the actual resolution of your records to Cloudflare depends on CNAME records [added at your authoritative DNS provider](/dns/zone-setups/partial-setup/setup/#3-add-dns-records). Check your authoritative DNS provider to know which records are pointing to `{your-hostname}.cdn.cloudflare.net`. +Once you are on a partial setup, the actual resolution of your records to Cloudflare depends on CNAME records [added at your authoritative DNS provider](/dns/zone-setups/partial-setup/setup/#3-add-dns-records). Check your authoritative DNS provider to know which records are pointing to `{your-hostname}.cdn.cloudflare.net`. ## How to diff --git a/src/content/docs/dns/zone-setups/partial-setup/setup.mdx b/src/content/docs/dns/zone-setups/partial-setup/setup.mdx index ded168fad124e8a..45c8052d437ba77 100644 --- a/src/content/docs/dns/zone-setups/partial-setup/setup.mdx +++ b/src/content/docs/dns/zone-setups/partial-setup/setup.mdx @@ -6,6 +6,7 @@ sidebar: head: - tag: title content: Set up a partial (CNAME) zone +description: Learn how to set up a partial (CNAME) zone with Cloudflare DNS. Proxy subdomains while keeping your primary DNS provider. Ideal for Business or Enterprise plans. --- import { Details, Render, GlossaryTooltip, Steps } from "~/components";