Skip to content

Commit 15a98ad

Browse files
authored
[Rules] Update page titles (SEO) (#26408)
1 parent 26799ba commit 15a98ad

File tree

32 files changed

+154
-141
lines changed

32 files changed

+154
-141
lines changed

src/content/changelog/rules/2025-02-12-rules-upgraded-limits.mdx

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,26 @@ date: 2025-02-12
88

99
We have upgraded and streamlined [Cloudflare Rules](/rules/) limits across all plans, simplifying rule management and improving scalability for everyone.
1010

11-
**New limits by product:** - [Bulk Redirects](/rules/url-forwarding/bulk-redirects/) - Free: **20** → **10,000** URL redirects across lists - Pro: **500** → **25,000** URL redirects across lists - Business: **500** → **50,000** URL redirects across lists - Enterprise: **10,000** → **1,000,000** URL redirects across lists - [Cloud Connector](/rules/cloud-connector/) - Free: **5** → **10** connectors - Enterprise: **125** → **300** connectors - [Custom Errors](/rules/custom-errors/) - Pro: **5** → **25** error assets and rules - Business: **20** → **50** error assets and rules - Enterprise: **50** → **300** error assets and rules - [Snippets](/rules/snippets/) - Pro: **10** → **25** code snippets and rules - Business: **25** → **50** code snippets and rules - Enterprise: **50** → **300** code snippets and rules - [Cache Rules](/cache/how-to/cache-rules/), [Configuration Rules](/rules/configuration-rules/), [Compression Rules](/rules/compression-rules/), [Origin Rules](/rules/origin-rules/), [Single Redirects](/rules/url-forwarding/single-redirects/), and [Transform Rules](/rules/transform/) - Enterprise: **125** → **300** rules
11+
**New limits by product:**
12+
13+
- [Bulk Redirects](/rules/url-forwarding/bulk-redirects/)
14+
- Free: **20****10,000** URL redirects across lists
15+
- Pro: **500****25,000** URL redirects across lists
16+
- Business: **500****50,000** URL redirects across lists
17+
- Enterprise: **10,000****1,000,000** URL redirects across lists
18+
- [Cloud Connector](/rules/cloud-connector/)
19+
- Free: **5****10** connectors
20+
- Enterprise: **125****300** connectors
21+
- [Custom Errors](/rules/custom-errors/)
22+
- Pro: **5****25** error assets and rules
23+
- Business: **20****50** error assets and rules
24+
- Enterprise: **50****300** error assets and rules
25+
- [Snippets](/rules/snippets/)
26+
- Pro: **10****25** code snippets and rules
27+
- Business: **25****50** code snippets and rules
28+
- Enterprise: **50****300** code snippets and rules
29+
- [Cache Rules](/cache/how-to/cache-rules/), [Configuration Rules](/rules/configuration-rules/), [Compression Rules](/rules/compression-rules/), [Origin Rules](/rules/origin-rules/), [Single Redirects](/rules/url-forwarding/single-redirects/), and [Transform Rules](/rules/transform/)
30+
- Enterprise: **125****300** rules
1231

1332
:::note[Gradual rollout]
1433
Limits are updated gradually. Some customers may still see previous limits until the rollout is fully completed in the first half of 2025.

src/content/docs/rules/changelog.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
pcx_content_type: changelog
3-
title: Changelog
3+
title: Rules changelog
44
sidebar:
55
order: 25
6+
label: Changelog
67
---
78

89
import { ProductChangelog } from "~/components";
910

1011
{/* <!-- Actual content lives in /src/content/release-notes/rules.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1112

12-
<ProductChangelog product="rules" hideEntry="2024-09-05-rules-templates"/>
13+
<ProductChangelog product="rules" hideEntry="2024-09-05-rules-templates" />
1314

1415
## 2024-09-20
1516

@@ -31,7 +32,7 @@ The Cloudflare dashboard now automatically validates [DNS records](https://devel
3132

3233
## 2024-09-10
3334

34-
**wildcard\_replace() function now supported in URL rewrites**
35+
**wildcard_replace() function now supported in URL rewrites**
3536

3637
You can now use the [`wildcard_replace()`](https://developers.cloudflare.com/ruleset-engine/rules-language/functions/#wildcard_replace) function in rewrite expressions of [URL rewrites](https://developers.cloudflare.com/rules/transform/url-rewrite/).
3738

@@ -71,8 +72,8 @@ Cloudflare Snippets (alpha) now allow multiple subrequests depending on your pla
7172

7273
Wildcards are now supported across our Ruleset Engine-based products, including Single Redirects, Cache Rules, Transform Rules, WAF, Waiting Room, and more:
7374

74-
* You can now use the `wildcard` and `strict wildcard` operators with any string field in the Ruleset Engine, such as full URI, host, headers, cookies, user-agent, and country. For more details, refer to [Operators](https://developers.cloudflare.com/ruleset-engine/rules-language/operators/) and [Wildcard matching](https://developers.cloudflare.com/ruleset-engine/rules-language/operators/#wildcard-matching).
75-
* In [Single Redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/), the `wildcard_replace()` function allows you to use segments matched by the `wildcard` and `strict wildcard` operators in redirect URL targets. For more information, refer to [Functions](https://developers.cloudflare.com/ruleset-engine/rules-language/functions/#wildcard_replace).
75+
- You can now use the `wildcard` and `strict wildcard` operators with any string field in the Ruleset Engine, such as full URI, host, headers, cookies, user-agent, and country. For more details, refer to [Operators](https://developers.cloudflare.com/ruleset-engine/rules-language/operators/) and [Wildcard matching](https://developers.cloudflare.com/ruleset-engine/rules-language/operators/#wildcard-matching).
76+
- In [Single Redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/), the `wildcard_replace()` function allows you to use segments matched by the `wildcard` and `strict wildcard` operators in redirect URL targets. For more information, refer to [Functions](https://developers.cloudflare.com/ruleset-engine/rules-language/functions/#wildcard_replace).
7677

7778
## 2024-07-01
7879

src/content/docs/rules/cloud-connector/create-api.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: Configure via API
2+
title: Configure a Cloud Connector rule via API
33
pcx_content_type: how-to
44
sidebar:
55
order: 3
6-
head:
7-
- tag: title
8-
content: Configure a Cloud Connector rule via API
6+
label: Configure a rule via API
97
---
108

119
import { APIRequest } from "~/components";

src/content/docs/rules/cloud-connector/create-dashboard.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: Configure in the dashboard
2+
title: Configure a Cloud Connector rule in the dashboard
33
pcx_content_type: how-to
44
sidebar:
55
order: 2
6-
head:
7-
- tag: title
8-
content: Configure a Cloud Connector rule in the dashboard
6+
label: Configure a rule in the dashboard
97
---
108

119
import { Render, Steps, DashButton } from "~/components";

src/content/docs/rules/cloud-connector/create-terraform.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
2-
title: Configure Cloud Connector using Terraform
2+
title: Configure Cloud Connector rules using Terraform
33
pcx_content_type: how-to
44
sidebar:
55
order: 4
6-
label: Configure using Terraform
7-
head:
8-
- tag: title
9-
content: Configure Cloud Connector using Terraform
6+
label: Configure rules using Terraform
107
---
118

129
import { Render } from "~/components";
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
2-
32
pcx_content_type: navigation
4-
title: Examples
3+
title: Cloud Connector examples
54
sidebar:
65
order: 10
6+
group:
7+
label: Examples
78
---
89

910
import { ResourcesBySelector } from "~/components";
1011

11-
<ResourcesBySelector directory="rules/cloud-connector/examples/" types={["example"]} />
12+
<ResourcesBySelector
13+
directory="rules/cloud-connector/examples/"
14+
types={["example"]}
15+
/>

src/content/docs/rules/cloud-connector/providers.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Supported cloud providers
2+
title: Supported cloud providers in Cloud Connector
33
pcx_content_type: reference
44
sidebar:
55
order: 5
6+
label: Supported cloud providers
67
---
78

89
import { Render, Steps } from "~/components";
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
2-
32
pcx_content_type: navigation
4-
title: Examples
3+
title: Compression Rules examples
54
sidebar:
65
order: 10
6+
group:
7+
label: Examples
78
---
89

910
import { ResourcesBySelector } from "~/components";
1011

11-
<ResourcesBySelector directory="rules/compression-rules/examples/" types={["example"]} />
12+
<ResourcesBySelector
13+
directory="rules/compression-rules/examples/"
14+
types={["example"]}
15+
/>
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
2-
32
pcx_content_type: navigation
4-
title: Examples
3+
title: Configuration Rules examples
54
sidebar:
65
order: 10
6+
group:
7+
label: Examples
78
---
89

910
import { ResourcesBySelector } from "~/components";
1011

11-
<ResourcesBySelector directory="rules/configuration-rules/examples/" types={["example"]} />
12+
<ResourcesBySelector
13+
directory="rules/configuration-rules/examples/"
14+
types={["example"]}
15+
/>

src/content/docs/rules/custom-errors/api-calls.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
2-
title: Common API calls
2+
title: Common API calls for Custom Errors
33
pcx_content_type: configuration
44
sidebar:
55
order: 5
6-
head:
7-
- tag: title
8-
content: Common API calls | Custom Error Assets
6+
label: Common API calls
97
---
108

119
import { APIRequest } from "~/components";
1210

13-
The following sections provide examples of common API calls for managing custom error assets at the zone level.
11+
The following sections provide examples of common API calls for managing custom error assets and Error Pages at the zone level.
1412

1513
To perform the same operations at the account level, use the corresponding account-level API endpoints.
1614

@@ -241,3 +239,7 @@ This example defines a custom error page for `Rate limiting block` errors (with
241239
To set the error page back to the default page, use `"state": "default"` in the request body.
242240

243241
For a list of error page identifiers, refer to [Error page types](/rules/custom-errors/reference/error-page-types/).
242+
243+
## More resources
244+
245+
- [Custom Error Pages API reference](/api/resources/custom_pages/)

0 commit comments

Comments
 (0)