Skip to content

Commit 62d5509

Browse files
siteverify + fixes
1 parent 5d9ce00 commit 62d5509

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

src/content/docs/turnstile/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Refer to [Cloudflare Turnstile's product page](https://www.cloudflare.com/produc
7878

7979
## Features
8080

81-
<Feature header="Turnstile analytics" href="/turnstile/turnstile-analytics/">
81+
<Feature header="Turnstile Analytics" href="/turnstile/turnstile-analytics/">
8282
Assess the number of challenges issued, evaluate the challenge solve rate, and
8383
view the metrics of issued challenges.
8484
</Feature>

src/content/docs/turnstile/turnstile-analytics.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Turnstile analytics
2+
title: Turnstile Analytics
33
pcx_content_type: how-to
44
sidebar:
55
order: 6
66
head: []
7-
description: Use Turnstile analytics to view the number of challenges issued,
7+
description: Use Turnstile Analytics to view the number of challenges issued,
88
the challenge solve rate, and the metrics of issued challenges.
99

1010
---
1111

12-
Using Turnstile analytics, you can:
12+
Using Turnstile Analytics, you can:
1313

1414
- Assess the number of challenges issued.
1515
- Evaluate the Challenge Solve Rate (CSR).
@@ -26,7 +26,7 @@ These metrics show changes in the solve rate, widget traffic, and top actions fo
2626

2727
The change in Solve Rate is expected to be relatively stable over time. It is an indication of something happening on the website, such as undergoing attacks from bots.
2828

29-
View the history of your website’s widget Solve Rate with Turnstile analytics.
29+
View the history of your website’s widget Solve Rate with Turnstile Analytics.
3030

3131
:::note
3232

src/content/docs/turnstile/tutorials/implicit-vs-explicit-rendering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,5 @@ Remember to perform server-side validation of the response token to complete the
265265
## Additional resources
266266
267267
- [Server-side validation](/turnstile/get-started/server-side-validation/): A guide on how to implement server-side validation to ensure that only valid, human-generated responses are accepted by your application.
268-
- [Turnstile Analytics](/turnstile/turnstile-analytics/): A guide on how to access and interpret Turnstile analytics data, allowing you to monitor key metrics, access the number of challenges issued, and evaluate the challenge solve rate (CSR).
268+
- [Turnstile Analytics](/turnstile/turnstile-analytics/): A guide on how to access and interpret Turnstile Analytics data, allowing you to monitor key metrics, access the number of challenges issued, and evaluate the challenge solve rate (CSR).
269269
- [Turnstile API Reference](/api/resources/turnstile/subresources/widgets/methods/list/): Comprehensive documentation for the Turnstile API, providing detailed information on API operations for managing Turnstile widgets, including how to list, create, and update widgets via API calls.

src/content/partials/turnstile/siteverify-warning.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
---
55

66
:::caution[Warning]
7+
You **must** call siteverify to complete your Turnstile configuration. Otherwise, it is incomplete and will result in zeroes for token validation when viewing your metrics for [Turnstile Analytics](/turnstile/turnstile-analytics/).
78

89
It is critical to enforce Turnstile tokens with the siteverify API. The Turnstile token could be invalid, expired, or already redeemed. Not verifying the token will leave major vulnerabilities in your implementation.
910
:::

0 commit comments

Comments
 (0)