Skip to content

Commit 9b257d7

Browse files
Fix issue: WorkspaceTaskSubType.META_DESCRIPTION
1 parent ec12703 commit 9b257d7

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

src/content/docs/fundamentals/setup/manage-domains/add-multiple-sites-automation.mdx

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
1-
---
2-
pcx_content_type: tutorial
3-
source: https://support.cloudflare.com/hc/articles/360000841472
4-
title: Add multiple sites via automation
5-
---
6-
7-
import { Render } from "~/components";
8-
9-
To add multiple sites to Cloudflare at once and more efficiently, you can do so via the Cloudflare API.
10-
11-
Adding multiple sites can be useful when you:
12-
13-
- Have multiple domains mapping back to a single, canonical domain (common for domains in different countries - such as `.com.au`, `.co.uk` - that you want protected by Cloudflare).
14-
- Are a [partner](https://www.cloudflare.com/partners/), agency, or IT consultancy, and manage multiple domains on behalf of your customers.
15-
- Are moving an existing set of sites over to Cloudflare.
16-
17-
Using the API will allow you to add multiple sites quickly and efficiently, especially if you are already familiar with [how to change your name-servers](/dns/zone-setups/full-setup/setup/) or [add a DNS record](/dns/manage-dns-records/how-to/create-dns-records/).
18-
19-
This tutorial assumes domains will be added using [full mode](/dns/zone-setups/full-setup/).
20-
21-
---
1+
---\npcx_content_type: tutorial\nsource: https://support.cloudflare.com/hc/articles/360000841472\ntitle: Add multiple sites via automation\ndescription: Automate adding multiple sites to Cloudflare using the API. Ideal for managing numerous domains efficiently, especially for partners and IT consultancies.\n---\n\nimport { Render } from "~/components";\n\nTo add multiple sites to Cloudflare at once and more efficiently, you can do so via the Cloudflare API.\n\nAdding multiple sites can be useful when you:\n\n- Have multiple domains mapping back to a single, canonical domain (common for domains in different countries - such as `.com.au`, `.co.uk` - that you want protected by Cloudflare).\n- Are a [partner](https://www.cloudflare.com/partners/), agency, or IT consultancy, and manage multiple domains on behalf of your customers.\n- Are moving an existing set of sites over to Cloudflare.\n\nUsing the API will allow you to add multiple sites quickly and efficiently, especially if you are already familiar with [how to change your name-servers](/dns/zone-setups/full-setup/setup/) or [add a DNS record](/dns/manage-dns-records/how-to/create-dns-records/).\n\nThis tutorial assumes domains will be added using [full mode](/dns/zone-setups/full-setup/).\n\n---
222

233
## Prerequisites
244

0 commit comments

Comments
 (0)