@koda-sl/baker-cli 0.251.0 → 0.252.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +4 -10
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -12316,10 +12316,10 @@ var analyticsPresetSchema = z24.enum([
|
|
|
12316
12316
|
*/
|
|
12317
12317
|
"geo",
|
|
12318
12318
|
/**
|
|
12319
|
-
* Which machines are fetching this site
|
|
12319
|
+
* Which machines are fetching this site.
|
|
12320
12320
|
*
|
|
12321
|
-
* Every other preset here
|
|
12322
|
-
*
|
|
12321
|
+
* Every other preset here excludes them, which is correct — a crawler is not
|
|
12322
|
+
* an audience — and a verify check now enforces that rather than trusting it. The rows are kept, though, and this is what
|
|
12323
12323
|
* they are kept for: whether Google is still crawling a page that was
|
|
12324
12324
|
* republished, whether Meta fetched the link preview before spend went
|
|
12325
12325
|
* behind the URL, and how much of the traffic is now AI answer engines.
|
|
@@ -12989,12 +12989,6 @@ var analyticsBotRowSchema = z24.object({
|
|
|
12989
12989
|
bot: z24.string(),
|
|
12990
12990
|
/** `search` | `ai` | `social` | `seo` | `monitoring` | `tool` | `automation`. */
|
|
12991
12991
|
category: z24.string(),
|
|
12992
|
-
/**
|
|
12993
|
-
* Cloudflare confirmed it by the network it came from, rather than believing
|
|
12994
|
-
* its user agent. A page fetched only by unverified self-declared Googlebots
|
|
12995
|
-
* was not crawled by Google.
|
|
12996
|
-
*/
|
|
12997
|
-
verified: z24.boolean(),
|
|
12998
12992
|
hits: z24.number().int().nonnegative(),
|
|
12999
12993
|
pages: z24.number().int().nonnegative(),
|
|
13000
12994
|
lastSeen: z24.string(),
|
|
@@ -23737,7 +23731,7 @@ var ANALYTICS_PRESET_INFO = [
|
|
|
23737
23731
|
},
|
|
23738
23732
|
{
|
|
23739
23733
|
name: "bots",
|
|
23740
|
-
description: "Which machines fetch this site
|
|
23734
|
+
description: "Which machines fetch this site. Every other report here excludes them; this one reads them. Answers whether Google is still crawling a page after it was republished, whether Meta fetched a link preview before spend went behind the URL, and how much of the traffic is now AI answer engines.",
|
|
23741
23735
|
playbook: "landing \u2014 a page that stopped being crawled stops ranking, weeks before the traffic shows it"
|
|
23742
23736
|
},
|
|
23743
23737
|
{
|