Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@
/fundamentals/reference/the-internet/ /fundamentals/concepts/the-internet/ 301
/fundamentals/reference/http-request-headers/ /fundamentals/reference/http-headers/ 301
/fundamentals/security/browser-integrity-check/ /waf/tools/browser-integrity-check/ 301
/fundamentals/signed-exchanges/ /speed/optimization/other/signed-exchanges/ 301
/fundamentals/signed-exchanges/amp-real-ulr/reference/ /speed/optimization/other/amp-real-url/reference/ 301
/fundamentals/signed-exchanges/ /speed/optimization/ 301
/fundamentals/signed-exchanges/amp-real-ulr/reference/ /speed/optimization/ 301
/fundamentals/speed/aim/ /speed/aim/ 301
/fundamentals/speed/optimization/ /speed/optimization/ 301
/fundamentals/speed/prefetch-urls/ /speed/optimization/content/prefetch-urls/ 301
Expand Down Expand Up @@ -1341,19 +1341,19 @@
/fundamentals/network/0-rtt-connection-resumption/ /speed/optimization/protocol/0-rtt-connection-resumption/ 301
/support/speed/essentials/will-cloudflares-image-optimization-features-help-if-im-already-optimizing-images/ /speed/optimization/images/troubleshooting/multiple-optimizations/ 301
/support/speed/optimization-delivery/configuring-cloudflare-mirage/ /speed/optimization/images/mirage/ 301
/support/speed/optimization-mobile/understanding-cloudflare-mobile-redirect/ /speed/optimization/other/mobile-redirect/ 301
/support/speed/optimization-mobile/understanding-cloudflare-mobile-redirect/ /rules/url-forwarding/examples/perform-mobile-redirects/ 301
/support/speed/optimization-file-size/using-cloudflare-auto-minify/ /speed/optimization/content/ 301
/support/speed/optimization-file-size/what-will-cloudflare-compress/ /speed/optimization/content/compression/ 301
/speed/optimization/content/brotli/ /speed/optimization/content/compression/ 301
/speed/optimization/content/brotli/enable/ /speed/optimization/content/compression/ 301
/speed/optimization/content/brotli/content-compression/ /speed/optimization/content/compression/ 301
/support/speed/optimization-file-size/why-isnt-auto-minify-working/ /speed/optimization/content/troubleshooting/ 301
/support/speed/optimization-mobile/why-is-the-mobile-redirect-i-set-up-through-cloudflare-redirecting-my-static-assets/ /speed/optimization/other/troubleshooting/mobile-redirect-affect-static-assets/ 301
/speed/optimization/other/amp-real-ulr/ /speed/optimization/other/amp-real-url/ 301
/speed/optimization/other/amp-real-ulr/reference/ /speed/optimization/other/amp-real-url/reference/ 301
/support/speed/optimization-mobile/why-is-the-mobile-redirect-i-set-up-through-cloudflare-redirecting-my-static-assets/ /rules/url-forwarding/examples/perform-mobile-redirects/ 301
/speed/optimization/other/amp-real-ulr/ /speed/optimization/ 301
/speed/optimization/other/amp-real-ulr/reference/ /speed/optimization/ 301
/speed/optimization/other/mobile-redirect/ /rules/url-forwarding/examples/perform-mobile-redirects/ 301
/speed/optimization/other/troubleshooting/mobile-redirect-affect-static-assets/ /speed/optimization/other/ 301
/speed/optimization/other/troubleshooting/ /speed/optimization/other/ 301
/speed/optimization/other/troubleshooting/mobile-redirect-affect-static-assets/ /speed/optimization/ 301
/speed/optimization/other/troubleshooting/ /speed/optimization/ 301
/speed/optimization/content/auto-minify/ /speed/optimization/content/ 301
/speed/optimization/content/troubleshooting/auto-minify-not-working/ /speed/optimization/content/troubleshooting/ 301
/speed/optimization/content/speculation/ /speed/optimization/content/speed-brain/ 301
Expand Down Expand Up @@ -2323,9 +2323,9 @@
/fundamentals/get-started/setup/troubleshooting/* /fundamentals/setup/account-setup/add-site/ 301
/fundamentals/get-started/basic-tasks/account-security/* /fundamentals/account-and-billing/account-security/:splat 301
/fundamentals/get-started/setup/account-setup/* /fundamentals/account-and-billing/account-setup/:splat 301
/fundamentals/speed/amp-real-ulr/* /speed/optimization/other/amp-real-ulr/:splat 301
/fundamentals/speed/amp-real-ulr/* /speed/optimization/:splat 301
/fundamentals/speed/rocket-loader/* /speed/optimization/content/rocket-loader/:splat 301
/fundamentals/speed/signed-exchanges/* /speed/optimization/other/signed-exchanges/:splat 301
/fundamentals/speed/signed-exchanges/* /speed/optimization/:splat 301
/fundamentals/speed/speed-test/* /speed/observatory/:splat 301
/speed/speed-test/* /speed/observatory/:splat 301
/http-applications/* /version-management/:splat 301
Expand All @@ -2345,6 +2345,7 @@
/fundamentals/setup/manage-members/* /fundamentals/manage-members/:splat 301
/logs/get-started/enable-destinations/* /logs/logpush/logpush-job/enable-destinations/:splat 301
/logs/reference/log-fields/* /logs/logpush/logpush-job/datasets/:splat 301
/speed/optimization/other/* /speed/optimization/:splat 301

# AI Crawl Control
/ai-audit/* /ai-crawl-control/:splat 301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Account API tokens are generally available for all accounts. Some services may n
| Account Analytics | ✅ |
| Account Management | ✅ |
| AI Gateway | ✅ |
| AMP | ✅ |
| API Shield | ✅ |
| Argo | ✅ |
| Billing | ✅ |
Expand Down
6 changes: 0 additions & 6 deletions src/content/docs/fundamentals/performance/improve-seo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ To make sure your domain is accessible over HTTPS:

With [Crawler Hints](/cache/advanced-configuration/crawler-hints/), search engines and other bot-powered experiences have the freshest version of your content, translating into happier users and ultimately influencing search rankings.

### Enable Automatic Signed Exchanges (SXGs)

Automatic Signed Exchanges (SXGs) is an open web platform specification developed by Google to verify a cached version of a website.

When you enable [signed exchanges](/speed/optimization/other/signed-exchanges/), your site will load faster when linked to from a site supporting SXG. Since many search engines use page load times to determine search result ranking, SXGs can provide an SEO boost.

## Troubleshooting

Depending on your domain's security settings, you might accidentally block search engine crawlers.
Expand Down
26 changes: 1 addition & 25 deletions src/content/docs/rules/configuration-rules/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -295,28 +295,4 @@ API values: `"off"`, `"flexible"`, `"full"`, `"strict"`, `"origin_pull"`.

<Render file="configuration-rule-link-to-examples" product="rules" />

</Details>

## SXG

[Signed Exchanges (SXG)](/speed/optimization/other/signed-exchanges/) is an open standard that makes it possible to cryptographically authenticate the origin of a resource independently of how it is delivered.

Use this setting to turn on or off signed exchanges for matching requests.

<Details header="API information">

API configuration property name: `"sxg"` (boolean).

```json title="API configuration example"
"action_parameters": {
"sxg": false
}
```

<Render file="configuration-rule-link-to-examples" product="rules" />

</Details>

:::caution[Deprecation notice]
Signed exchanges is being deprecated and will be removed on October 20, 2025.
:::
</Details>

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions src/content/docs/speed/optimization/other/index.mdx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ To disable Universal SSL with the Cloudflare API, send a [`PATCH`](/api/resource

</TabItem> </Tabs>

:::note
Even with Universal SSL disabled, some features such as [AMP Real URL](/speed/optimization/other/amp-real-url/) and [Signed Exchanges](/speed/optimization/other/signed-exchanges/) will still provision certificates for your domain.
:::

## Re-enable Universal SSL

<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
Expand Down
Loading
Loading