-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathepisode3.html
More file actions
921 lines (800 loc) · 34 KB
/
Copy pathepisode3.html
File metadata and controls
921 lines (800 loc) · 34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Invisible Buyer Journey — rhinegold Insights</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;1,9..144,300;1,9..144,400&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<style>
:root {
--ink: #1a1410;
--paper: #f5f0e8;
--warm: #c8a96e;
--warm-light: #e8d9bb;
--rust: #9b4f2a;
--sage: #4a6741;
--mist: #8a9ba8;
--accent: #d4521a;
--serif: 'Fraunces', Georgia, serif;
--sans: 'DM Sans', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: var(--paper);
color: var(--ink);
font-family: var(--sans);
font-weight: 300;
line-height: 1.7;
overflow-x: hidden;
}
/* Header */
.site-header {
padding: 2rem 3rem;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--warm-light);
position: relative;
}
.site-logo {
font-family: var(--serif);
font-size: 1.4rem;
font-weight: 600;
letter-spacing: -0.02em;
color: var(--ink);
text-decoration: none;
}
.site-nav {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--mist);
}
/* Hero */
.hero {
padding: 6rem 3rem 0;
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.episode-tag {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--rust);
margin-bottom: 2rem;
display: flex;
align-items: center;
gap: 1rem;
}
.episode-tag::after {
content: '';
display: block;
width: 60px;
height: 1px;
background: var(--rust);
opacity: 0.4;
}
.hero-title {
font-family: var(--serif);
font-size: clamp(3rem, 6vw, 5.5rem);
font-weight: 300;
line-height: 1.05;
letter-spacing: -0.03em;
color: var(--ink);
max-width: 800px;
margin-bottom: 3rem;
}
.hero-title em {
font-style: italic;
color: var(--rust);
}
.hero-deck {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
padding: 3rem 0;
border-top: 1px solid var(--warm-light);
}
.hero-intro {
font-size: 1.15rem;
line-height: 1.75;
color: #3a3028;
}
.hero-meta {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.byline {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--mist);
}
.byline strong {
display: block;
font-size: 0.9rem;
color: var(--ink);
font-weight: 500;
margin-top: 0.3rem;
text-transform: none;
letter-spacing: 0;
}
.reading-time {
font-size: 0.8rem;
color: var(--mist);
margin-top: 1rem;
}
/* Pull quote / chapter intro */
.chapter-marker {
background: var(--ink);
color: var(--paper);
padding: 4rem 3rem;
margin: 0;
position: relative;
overflow: hidden;
}
.chapter-marker::before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 400px;
height: 400px;
border-radius: 50%;
border: 1px solid rgba(200, 169, 110, 0.15);
}
.chapter-marker::after {
content: '';
position: absolute;
bottom: -30%;
right: 5%;
width: 250px;
height: 250px;
border-radius: 50%;
border: 1px solid rgba(200, 169, 110, 0.08);
}
.chapter-inner {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 2fr;
gap: 4rem;
align-items: center;
position: relative;
z-index: 1;
}
.chapter-number {
font-family: var(--serif);
font-size: 8rem;
font-weight: 300;
color: var(--warm);
opacity: 0.3;
line-height: 1;
}
.chapter-quote {
font-family: var(--serif);
font-size: 1.8rem;
font-weight: 300;
font-style: italic;
line-height: 1.4;
color: var(--paper);
}
.chapter-quote cite {
display: block;
font-family: var(--sans);
font-size: 0.8rem;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--warm);
margin-top: 1.5rem;
}
/* Body content */
.content-wrap {
max-width: 1200px;
margin: 0 auto;
padding: 5rem 3rem;
}
.content-cols {
display: grid;
grid-template-columns: 1fr 3fr;
gap: 5rem;
}
.sidebar {
padding-top: 0.5rem;
}
.sidebar-label {
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.18em;
color: var(--mist);
margin-bottom: 1.5rem;
}
.sidebar-nav {
list-style: none;
}
.sidebar-nav li {
padding: 0.5rem 0;
border-bottom: 1px solid var(--warm-light);
font-size: 0.85rem;
color: var(--mist);
cursor: pointer;
transition: color 0.2s;
}
.sidebar-nav li:hover { color: var(--ink); }
.sidebar-nav li.active { color: var(--rust); font-weight: 500; }
.sidebar-stat {
margin-top: 3rem;
padding: 1.5rem;
background: var(--warm-light);
border-left: 3px solid var(--warm);
}
.sidebar-stat .number {
font-family: var(--serif);
font-size: 2.5rem;
font-weight: 300;
color: var(--rust);
line-height: 1;
}
.sidebar-stat .label {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--mist);
margin-top: 0.5rem;
}
/* Article text */
.article-body h2 {
font-family: var(--serif);
font-size: 2rem;
font-weight: 300;
line-height: 1.2;
letter-spacing: -0.02em;
color: var(--ink);
margin: 3.5rem 0 1.5rem;
padding-top: 3rem;
border-top: 1px solid var(--warm-light);
}
.article-body h2:first-child {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.article-body h3 {
font-family: var(--sans);
font-size: 0.8rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.15em;
color: var(--rust);
margin: 2.5rem 0 1rem;
}
.article-body p {
font-size: 1.05rem;
line-height: 1.8;
color: #2e2820;
margin-bottom: 1.5rem;
}
.article-body p strong {
font-weight: 500;
color: var(--ink);
}
/* Pull quote inline */
.pull-quote {
border-left: 3px solid var(--accent);
padding: 1.5rem 2rem;
margin: 3rem 0;
background: rgba(212, 82, 26, 0.04);
}
.pull-quote p {
font-family: var(--serif);
font-size: 1.4rem;
font-weight: 300;
font-style: italic;
line-height: 1.5;
color: var(--ink);
margin: 0;
}
/* Journey diagram */
.journey-diagram {
margin: 3rem 0;
background: var(--ink);
padding: 3rem;
position: relative;
}
.journey-diagram h4 {
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--warm);
margin-bottom: 2.5rem;
}
.journey-phases {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 0;
position: relative;
}
.journey-phases::before {
content: '';
position: absolute;
top: 28px;
left: 24px;
right: 24px;
height: 1px;
background: linear-gradient(to right, var(--sage), var(--warm), var(--rust));
z-index: 0;
}
.phase-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
position: relative;
z-index: 1;
}
.phase-dot {
width: 14px;
height: 14px;
border-radius: 50%;
border: 2px solid;
background: var(--ink);
}
.phase-dot.awareness { border-color: var(--sage); }
.phase-dot.consideration { border-color: var(--warm); }
.phase-dot.decision { border-color: var(--rust); }
.phase-dot.filled.awareness { background: var(--sage); }
.phase-dot.filled.consideration { background: var(--warm); }
.phase-dot.filled.decision { background: var(--rust); }
.phase-label {
font-size: 0.65rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: rgba(245, 240, 232, 0.5);
text-align: center;
line-height: 1.3;
}
.phase-question {
font-size: 0.6rem;
color: rgba(245, 240, 232, 0.25);
text-align: center;
line-height: 1.4;
font-style: italic;
}
/* Data callout */
.data-callout {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2px;
margin: 3rem 0;
}
.data-cell {
padding: 2rem;
background: var(--warm-light);
text-align: center;
}
.data-cell .figure {
font-family: var(--serif);
font-size: 3rem;
font-weight: 300;
line-height: 1;
color: var(--rust);
}
.data-cell .unit {
font-size: 0.8rem;
color: var(--mist);
text-transform: uppercase;
letter-spacing: 0.1em;
margin-top: 0.3rem;
}
.data-cell .context {
font-size: 0.8rem;
color: var(--mist);
margin-top: 0.75rem;
line-height: 1.5;
}
/* Insight block */
.insight-block {
background: var(--sage);
color: var(--paper);
padding: 2.5rem;
margin: 3rem 0;
}
.insight-block .eyebrow {
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.2em;
color: rgba(245, 240, 232, 0.6);
margin-bottom: 1rem;
}
.insight-block p {
font-family: var(--serif);
font-size: 1.2rem;
font-weight: 300;
font-style: italic;
line-height: 1.6;
color: var(--paper);
margin: 0;
}
/* Implication table */
.implication-table {
width: 100%;
border-collapse: collapse;
margin: 2rem 0;
font-size: 0.9rem;
}
.implication-table th {
text-align: left;
padding: 0.75rem 1rem;
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--mist);
border-bottom: 2px solid var(--warm-light);
font-weight: 400;
}
.implication-table td {
padding: 1rem;
border-bottom: 1px solid var(--warm-light);
vertical-align: top;
line-height: 1.5;
}
.implication-table tr:last-child td { border-bottom: none; }
.implication-table .signal {
font-weight: 500;
color: var(--ink);
}
.implication-table .old {
color: var(--mist);
text-decoration: line-through;
}
.implication-table .new {
color: var(--sage);
font-weight: 500;
}
/* Footer */
.article-footer {
border-top: 2px solid var(--ink);
padding: 4rem 3rem;
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 2fr 1fr;
gap: 4rem;
align-items: start;
}
.next-episode {
padding: 2.5rem;
border: 1px solid var(--warm-light);
position: relative;
}
.next-label {
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--mist);
margin-bottom: 1rem;
}
.next-title {
font-family: var(--serif);
font-size: 1.5rem;
font-weight: 300;
line-height: 1.3;
color: var(--ink);
}
.series-nav {
font-size: 0.8rem;
color: var(--mist);
}
.series-nav p {
margin-bottom: 1rem;
}
.series-list {
list-style: none;
}
.series-list li {
padding: 0.4rem 0;
border-bottom: 1px solid var(--warm-light);
font-size: 0.82rem;
}
.series-list li.current {
color: var(--rust);
font-weight: 500;
}
.series-list li.published a {
color: var(--mist);
text-decoration: none;
}
@media (max-width: 768px) {
.hero-deck, .content-cols, .data-callout,
.journey-phases, .article-footer { grid-template-columns: 1fr; }
.chapter-inner { grid-template-columns: 1fr; }
.chapter-number { font-size: 4rem; }
.hero, .content-wrap { padding-left: 1.5rem; padding-right: 1.5rem; }
.site-header { padding: 1.5rem; }
.chapter-marker { padding: 3rem 1.5rem; }
.hero-title { font-size: 2.5rem; }
}
</style>
<!-- rg-frame:meta -->
<meta name="description" content="Your prospect compared you to three competitors and read six LLM summaries before ever visiting your site. The B2B buyer journey is now invisible to web analytics.">
<meta name="author" content="Mike Zachrau">
<link rel="canonical" href="https://insights.rhinegold.de/episode3.html">
<meta property="og:type" content="article">
<meta property="og:site_name" content="rhinegold — Insights">
<meta property="og:title" content="The Invisible Buyer Journey">
<meta property="og:description" content="Your prospect compared you to three competitors and read six LLM summaries before ever visiting your site. The B2B buyer journey is now invisible to web analytics.">
<meta property="og:url" content="https://insights.rhinegold.de/episode3.html">
<meta property="og:image" content="https://insights.rhinegold.de/assets/og/og-ep3.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="The Invisible Buyer Journey">
<meta name="twitter:description" content="Your prospect compared you to three competitors and read six LLM summaries before ever visiting your site. The B2B buyer journey is now invisible to web analytics.">
<meta name="twitter:image" content="https://insights.rhinegold.de/assets/og/og-ep3.png">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","headline":"The Invisible Buyer Journey","description":"Your prospect compared you to three competitors and read six LLM summaries before ever visiting your site. The B2B buyer journey is now invisible to web analytics.","author":{"@type":"Person","name":"Mike Zachrau"},"publisher":{"@type":"Organization","name":"rhinegold","url":"https://rhinegold.de"},"datePublished":"2026-02-18","dateModified":"2026-02-18","mainEntityOfPage":{"@type":"WebPage","@id":"https://insights.rhinegold.de/episode3.html"},"image":"https://insights.rhinegold.de/assets/og/og-ep3.png","isPartOf":{"@type":"Blog","name":"Semantic Intelligence — rhinegold Insights","url":"https://insights.rhinegold.de/"}}</script>
<style id="rg-frame-style">
.rg-topbar,.rg-footer{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;box-sizing:border-box;}
.rg-topbar{background:#14110f;border-bottom:1px solid #2a2622;padding:12px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.rg-topbar .rg-logo img{height:24px;width:auto;display:block;}
.rg-nav{display:flex;gap:26px;font-size:14px;letter-spacing:.01em;}
.rg-nav a{color:#cdc6bb;text-decoration:none;transition:color .15s;}
.rg-nav a:hover{color:#f0c070;}
.rg-footer{background:#14110f;border-top:1px solid #2a2622;padding:36px 30px 30px;color:#9a938a;}
.rg-footer-inner{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:18px 28px;align-items:center;justify-content:space-between;}
.rg-footer .rg-logo img{height:22px;width:auto;display:block;}
.rg-footer-tag{font-size:12px;letter-spacing:.08em;color:#7d766c;}
.rg-footer-links{display:flex;gap:22px;font-size:13px;}
.rg-footer-links a{color:#cdc6bb;text-decoration:none;}
.rg-footer-links a:hover{color:#f0c070;}
.rg-copy{width:100%;text-align:center;font-size:11px;color:#615a51;margin-top:20px;letter-spacing:.04em;}
@media(max-width:600px){.rg-topbar{padding:10px 16px;}.rg-nav{gap:15px;font-size:13px;}.rg-footer{padding:28px 16px;}.rg-footer-inner{flex-direction:column;align-items:flex-start;}}
.rg-topbar{position:relative}
.rg-burger{display:none;cursor:pointer;padding:4px;background:transparent;border:0;line-height:0}
#rg-nav-toggle{position:absolute;left:-9999px;width:1px;height:1px}
@media(max-width:699px){
.rg-burger{display:flex;align-items:center}
.rg-topbar .rg-nav{display:none;position:absolute;top:100%;right:0;left:0;background:#14110f;flex-direction:column;padding:14px 30px;gap:14px;border-bottom:1px solid #2a2622;z-index:50}
#rg-nav-toggle:checked~.rg-nav{display:flex}
}
</style>
</head>
<body>
<!-- rg-frame:topbar -->
<header class="rg-topbar">
<a class="rg-logo" href="https://rhinegold.de" aria-label="rhinegold home" style="display:flex;align-items:center;text-decoration:none"><img src="https://insights.rhinegold.de/assets/rhinegold-logo.png" alt="rhinegold" width="620" height="160" style="height:26px;width:auto;display:block"></a>
<input type="checkbox" id="rg-nav-toggle" aria-label="Menu">
<label class="rg-burger" for="rg-nav-toggle" aria-label="Menu öffnen/schließen"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#cdc6bb" stroke-width="2" stroke-linecap="round" aria-hidden="true"><line x1="4" y1="7" x2="20" y2="7"/><line x1="4" y1="12" x2="20" y2="12"/><line x1="4" y1="17" x2="20" y2="17"/></svg></label>
<nav class="rg-nav">
<a href="https://insights.rhinegold.de/" class="active">Insights</a>
<a href="https://insights.rhinegold.de/compendium/">Compendium</a>
<a href="https://rhinegold.de/services">Services</a>
<a href="https://rhinegold.de/methodology">Methodology</a>
<a href="https://rhinegold.de/about">About</a>
<a href="https://rhinegold.de/contact">Contact</a>
</nav>
</header>
<header class="site-header">
<a href="episode1.html" class="site-logo">mapgap</a>
<nav class="site-nav">Intelligence Series · Episode 3</nav>
</header>
<main>
<section class="hero">
<div class="episode-tag">Episode Three · The Invisible Buyer Journey</div>
<h1 class="hero-title">When the funnel <em>disappears</em> before the click</h1>
<div class="hero-deck">
<p class="hero-intro">Your prospect has already researched your product, compared you to three competitors, read six LLM-generated summaries of your category, and formed a near-final opinion — before visiting your website for the first time. The buyer journey didn't change. It just became invisible to your analytics.</p>
<div class="hero-meta">
<div class="byline">By<strong>Michael Zachrau</strong></div>
<div class="reading-time">10 min read · February 2026</div>
</div>
</div>
</section>
<div class="chapter-marker">
<div class="chapter-inner">
<div class="chapter-number">I</div>
<blockquote class="chapter-quote">
"The session begins when the user arrives. But the journey began weeks earlier — in a conversation with an AI assistant that you were not part of."
<cite>The attribution problem, restated</cite>
</blockquote>
</div>
</div>
<div class="content-wrap">
<div class="content-cols">
<aside class="sidebar">
<div class="sidebar-label">In this episode</div>
<ul class="sidebar-nav">
<li class="active">The pre-session journey</li>
<li>Why 7 phases matter</li>
<li>The invisible touchpoints</li>
<li>What LLMs absorb first</li>
<li>Implications for B2B content</li>
</ul>
<div class="sidebar-stat">
<div class="number">167%</div>
<div class="label">Increase in AI Overview impressions for tracked B2B accounts, 2025</div>
</div>
<div class="sidebar-stat" style="margin-top: 1rem;">
<div class="number">−40%</div>
<div class="label">Non-brand organic clicks over the same period</div>
</div>
</aside>
<article class="article-body">
<h2>The session that starts too late</h2>
<p>Every analytics tool you own measures the same thing: what happens after someone arrives on your website. Sessions, pageviews, time-on-site, scroll depth, conversion rate. The entire discipline of web analytics is built around the moment of arrival.</p>
<p>But B2B buyers don't begin their journey when they open your homepage. They begin it when they first feel the problem. That might be a capacity crunch in Q3. A bad experience with their current engineering provider. A conversation with a CFO who asked an uncomfortable question about project delivery costs.</p>
<p>In the old model, that early-stage research came to your website eventually. They'd google "what is consulting," find your glossary, read a few articles, gradually build familiarity. Your analytics would capture all of it — imperfectly, but directionally. First touch, last touch, multi-touch. The funnel was porous and messy, but it was at least on your domain.</p>
<div class="pull-quote">
<p>In 2025, the early buyer journey migrated almost entirely off your domain — into a conversation with a machine that synthesizes your content, your competitors' content, and a decade of internet knowledge into a single paragraph.</p>
</div>
<p>The question your prospect asked ChatGPT at 11pm was: <em>"What's the difference between external consulting and building an in-house team?"</em> The answer cited no single source. It compressed what might have been a three-session research journey into ninety seconds. And your analytics captured none of it.</p>
<h2>Why seven phases — not three</h2>
<p>The traditional funnel — Awareness, Consideration, Decision — was always a gross simplification. It was good enough when the research journey happened on Google and you could at least see the keyword signals. TOFU content ranked for problem-awareness queries. MOFU content ranked for comparison queries. BOFU content converted.</p>
<p>This architecture collapsed for a simple reason: LLMs don't expose keyword signals. When a buyer asks an AI assistant about your category, the query disappears. You get a branded visit, eventually, but the chain of reasoning that produced it is permanently invisible.</p>
<p>To build content that performs in this environment, you need a more granular model of what buyers are actually thinking at each stage of their research. Not three buckets — seven distinct mental states, each with specific information needs.</p>
<div class="journey-diagram">
<h4>The Seven Information Situations — Buyer Mental States</h4>
<div class="journey-phases">
<div class="phase-item">
<div class="phase-dot filled awareness"></div>
<div class="phase-label">Understand<br>the Problem</div>
<div class="phase-question">"What's happening to my business?"</div>
</div>
<div class="phase-item">
<div class="phase-dot filled awareness"></div>
<div class="phase-label">Understand<br>the Term</div>
<div class="phase-question">"What does this term mean?"</div>
</div>
<div class="phase-item">
<div class="phase-dot filled consideration"></div>
<div class="phase-label">Explore<br>Solutions</div>
<div class="phase-question">"What options exist?"</div>
</div>
<div class="phase-item">
<div class="phase-dot filled consideration"></div>
<div class="phase-label">Compare<br>Options</div>
<div class="phase-question">"Which fits my situation?"</div>
</div>
<div class="phase-item">
<div class="phase-dot filled consideration"></div>
<div class="phase-label">Clarify<br>Criteria</div>
<div class="phase-question">"How do I choose correctly?"</div>
</div>
<div class="phase-item">
<div class="phase-dot filled decision"></div>
<div class="phase-label">Compare<br>Providers</div>
<div class="phase-question">"Who delivers this best?"</div>
</div>
<div class="phase-item">
<div class="phase-dot filled decision"></div>
<div class="phase-label">Ready<br>to Decide</div>
<div class="phase-question">"I'm ready to move forward."</div>
</div>
</div>
</div>
<p>This is not an academic taxonomy. It is a practical content architecture framework. Each of these seven situations requires a fundamentally different type of content — different structure, different vocabulary, different function. And critically: each maps to a different type of LLM prompt.</p>
<p>The separation of <em>Compare Options</em> (comparing service types) from <em>Compare Providers</em> (comparing providers) is not a subtle distinction — it's decisive. A buyer asking "consulting vs. in-house team" is in a completely different mental state than a buyer asking "which consulting firm is right for my company." Your content must serve both. Most companies confuse the two and build content that serves neither particularly well.</p>
<h3>The decision phase, disaggregated</h3>
<p>The decision phase deserves particular scrutiny, because it's where the most damaging simplification occurs. "Decision content" is typically understood as testimonials, case studies, and contact forms. This misses at least five distinct buyer situations:</p>
<p><strong>Trust verification</strong> — the buyer has chosen a category and is now asking: is this provider serious, stable, reliable? They're looking for third-party validation. Awards. Customer volume. Years in business. Compliance signals.</p>
<p><strong>Fit assessment</strong> — the buyer needs to know if the provider's solution fits their specific profile. Industry. Company size. Project scope. A manufacturing company has entirely different engineering needs than a software startup. Generic provider content fails both.</p>
<p><strong>Claim verification</strong> — the buyer has heard something about the provider and needs to verify it. Often this is an LLM-generated claim: "I was told rhinegold is part of a regional banking group." Is that accurate? What's the ownership structure? These questions need clear, findable answers on your site.</p>
<p><strong>Criteria clarification</strong> — the buyer doesn't yet know what to look for in a provider. They need help understanding what distinguishes a good consulting partner from a mediocre one. This is not comparison content — it's framework content.</p>
<p><strong>Switching readiness</strong> — the buyer currently has a bank relationship and is weighing whether and how to introduce an independent financing partner alongside it. This is a specific, high-stakes situation that almost no provider addresses directly.</p>
<div class="data-callout">
<div class="data-cell">
<div class="figure">1</div>
<div class="unit">of 7 situations</div>
<div class="context">addressed by typical "Decision content" — leaving six buyer mental states without dedicated coverage</div>
</div>
<div class="data-cell">
<div class="figure">~80%</div>
<div class="unit">of B2B site content</div>
<div class="context">falls into Awareness or early Consideration — precisely the phases LLMs now handle autonomously</div>
</div>
<div class="data-cell">
<div class="figure">0</div>
<div class="unit">tracked touchpoints</div>
<div class="context">from the LLM-mediated research sessions that now precede most B2B website visits</div>
</div>
</div>
<h2>What LLMs absorb — and why it matters for your content</h2>
<p>Language models don't index pages. They absorb patterns. When a buyer asks an LLM "what are the advantages of external consulting over building in-house," the model draws on the accumulated weight of every relevant document it has encountered — prioritizing sources that were clear, well-structured, frequently cited, and conceptually precise.</p>
<p>This creates a feedback loop that should alarm any B2B marketer. Your definitional content — glossary pages, explainer articles, FAQ sections — is precisely the content type that LLMs absorb most readily and reproduce most faithfully. It is also the content type that receives the least direct traffic benefit from this absorption, because LLMs answer definitional questions directly, without referral.</p>
<div class="insight-block">
<div class="eyebrow">The core paradox</div>
<p>The content that performs best as LLM training signal — definitional, precise, well-structured glossary and explainer content — also receives the least direct traffic from LLM citations. You are feeding the model that diverts your traffic.</p>
</div>
<p>This is not an argument against creating definitional content. It is an argument for understanding that definitional content now serves a different primary function: establishing conceptual authority in the model's knowledge base, which surfaces as brand citation in later-stage provider queries.</p>
<p>The implication is counterintuitive: a company with 150 precise, well-structured glossary pages is building LLM authority even as its organic traffic from those pages declines. The authority materializes not in glossary clicks, but in the likelihood of brand mention when a buyer asks "which consulting provider should I consider for my mid-sized manufacturing company."</p>
<h2>The implication for your content strategy</h2>
<p>Traditional SEO optimized for ranking. The signal was: does this page appear on page one for this query? The success metric was click-through rate from search results pages.</p>
<p>Content strategy in the LLM era requires a different optimization target. The signal is: does this content become part of the model's understanding of this category? The success metric is citation rate — how often does the LLM mention your brand in contextually relevant responses.</p>
<table class="implication-table">
<thead>
<tr>
<th>Content situation</th>
<th>Old optimization target</th>
<th>New optimization target</th>
</tr>
</thead>
<tbody>
<tr>
<td class="signal">Problem awareness</td>
<td class="old">Rank for symptom keywords</td>
<td class="new">Provide conceptually precise problem framing the LLM will absorb and reproduce</td>
</tr>
<tr>
<td class="signal">Category education</td>
<td class="old">Drive traffic to glossary pages</td>
<td class="new">Establish definitional authority that generates brand citation in category queries</td>
</tr>
<tr>
<td class="signal">Option comparison</td>
<td class="old">Rank for "X vs Y" comparison queries</td>
<td class="new">Provide comparison frameworks the LLM uses when constructing its own comparisons</td>
</tr>
<tr>
<td class="signal">Criteria clarification</td>
<td class="old">Rarely targeted — no search volume</td>
<td class="new">Critical: LLMs answer selection criteria questions constantly; your framework becomes the answer</td>
</tr>
<tr>
<td class="signal">Provider comparison</td>
<td class="old">Landing pages and case studies</td>
<td class="new">Trust signals, specific USPs, and verifiable claims that LLMs can accurately reproduce</td>
</tr>
</tbody>
</table>
<p>The underlying shift is from competing for clicks to competing for conceptual real estate in the model's representation of your category. This requires a content architecture built around semantic precision — not keyword density, not engagement metrics, but the clarity and completeness with which your content covers the information needs of each buyer situation.</p>
<p>In the next episode, we'll look at the measurement challenge: how do you detect LLM citation patterns, what does a GEO audit actually measure, and what early data tells us about which content types drive brand visibility in AI-generated responses.</p>
</article>
</div>
</div>
<footer class="article-footer">
<div class="next-episode">
<div class="next-label">Next in the series →</div>
<a href="episode4.html" style="text-decoration:none; color:inherit;">
<div class="next-title">Episode Four: How to Measure What You Can't See — GEO Metrics for the B2B Practitioner</div>
</a>
</div>
<div class="series-nav">
<p>mapgap · Intelligence Series</p>
<ul class="series-list">
<li class="published"><a href="episode1.html">Ep. 1 — The Two-Year Window</a></li>
<li class="published"><a href="blog_ep02_wrong_layer.html">Ep. 2 — Why Your Analytics Stack Is Measuring the Wrong Layer</a></li>
<li class="current">Ep. 3 — The Invisible Buyer Journey</li>
<li class="published"><a href="episode4.html">Ep. 4 — How to Measure What You Can't See</a></li>
<li>Ep. 5 — Content Architecture for LLM Authority</li>
</ul>
</div>
</footer>
</main>
<!-- rg-frame:footer -->
<footer class="rg-footer">
<div class="rg-footer-inner">
<a class="rg-logo" href="https://rhinegold.de" aria-label="rhinegold home" style="display:flex;align-items:center;text-decoration:none"><img src="https://insights.rhinegold.de/assets/rhinegold-logo.png" alt="rhinegold" width="620" height="160" style="height:22px;width:auto;display:block"></a>
<div class="rg-footer-tag" style="font-size:12px;letter-spacing:.08em;color:#7d766c">Semantic Intelligence · Decision Systems · External Resonance</div>
<div class="rg-footer-links" style="display:flex;flex-direction:column;gap:8px">
<div style="display:flex;flex-wrap:wrap;gap:20px;font-size:13px">
<a href="https://insights.rhinegold.de/">Insights</a>
<a href="https://insights.rhinegold.de/compendium/">Compendium</a>
<a href="https://rhinegold.de/services">Services</a>
<a href="https://rhinegold.de/methodology">Methodology</a>
<a href="https://rhinegold.de/about">About</a>
<a href="https://rhinegold.de/contact">Contact</a>
</div>
<div style="display:flex;flex-wrap:wrap;gap:20px;font-size:12px;color:#7d766c">
<a href="https://rhinegold.de/legal-notice" style="color:#7d766c">Legal Notice</a>
<a href="https://rhinegold.de/privacy-policy" style="color:#7d766c">Privacy Policy</a>
</div>
</div>
</div>
<div class="rg-copy">© 2026 rhinegold</div>
</footer>
</body>
</html>