Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
IT Security ToolsTBP-NETWORK(24.09.2026 um 20:28 Uhr)
•
Malware / Trojaner / VirenIT Security News Hourly Summary 2026-09-24 21h : 10 posts(24.09.2026 um 21:00 Uhr)
•
IT Security NachrichtenAI Helps Uncover MikroTrick Attack Chain in MikroTik RouterOS(24.09.2026 um 20:16 Uhr)
•••••
IT Security NachrichtenHow I made my Android home screen look and feel more like iOS(24.09.2026 um 21:08 Uhr)
••
IT Security DownloadsGitHub Release: anthropics/claude-code v2.1.282 (24.09.2026)(24.09.2026 um 20:38 Uhr)
•
IT Security ToolsTBP-NETWORK(24.09.2026 um 20:28 Uhr)
•
Malware / Trojaner / VirenIT Security News Hourly Summary 2026-09-24 21h : 10 posts(24.09.2026 um 21:00 Uhr)
•
IT Security NachrichtenAI Helps Uncover MikroTrick Attack Chain in MikroTik RouterOS(24.09.2026 um 20:16 Uhr)
•••••
IT Security NachrichtenHow I made my Android home screen look and feel more like iOS(24.09.2026 um 21:08 Uhr)
••
IT Security DownloadsGitHub Release: anthropics/claude-code v2.1.282 (24.09.2026)(24.09.2026 um 20:38 Uhr)
•
Intelligence View
⚡ tsecurity.de Intelligence

We Checked Whether On-Site SEO Predicts AI Citations. The Data Says Mostly No.

Every GEO ("generative engine optimization") tool, including ours until recently, sells some version of the same pitch: fix your robots.txt, add Schema.org markup, write FAQ schema, and AI engines will cite you more. We build one of these…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

Every GEO ("generative engine optimization") tool, including ours until

recently, sells some version of the same pitch: fix your robots.txt, add

Schema.org markup, write FAQ schema, and AI engines will cite you more.



We build one of these tools — Causabi scans sites for AI-crawler readiness

and generates fix files (robots.txt, llms.txt, JSON-LD, FAQ blocks). As part

of validating our own scoring weights, we ran the numbers on whether the

score actually predicts getting cited. Short version: it mostly doesn't,

once brand prominence is in the picture.





What we measured



We scored 44 domains on a 6-category on-site readiness algorithm:




  • robots.txt (AI bots allowed or blocked)

  • Schema.org (Organization/LocalBusiness JSON-LD completeness)

  • FAQ schema (FAQPage markup, 3+ entries)

  • content depth/structure

  • brand/NAP signals

  • freshness (dateModified, recency)



Then we checked how often each domain actually got cited by an AI engine

(Claude, via its web-search tool, one measurement window, a fixed prompt set

per domain).





What we found




  • On-site score vs. citation rate: Pearson r ≈ -0.08, Spearman ρ ≈ -0.03.
    Functionally no correlation — if anything, a very slight negative one,
    which is more likely noise than a real inverse relationship at this
    sample size.

  • 86% of the 44 domains got zero citations in the window, independent of
    their score.

  • The domains that did get cited clustered almost entirely by brand
    prominence — well-known domains got cited at a noticeably higher rate
    (~0.16 of prompts) than everyone else (~0 for the rest of the sample),
    regardless of how well-optimized their markup was.





Why I'm not overselling this



n=44 is small. This is an internal validation exercise for our own product,

not a peer-reviewed study, and I don't want it read as one. Specific caveats:




  • Single engine (Claude) this round. Citation behavior differs meaningfully
    across ChatGPT, Gemini, Grok, and Perplexity — we haven't run the same
    check across all four yet.

  • One time window, no longitudinal before/after. We didn't take a domain,
    improve its score, and watch citations change over months. That's the
    actually convincing experiment and we haven't run it yet.

  • Prompt-domain matching wasn't blind. Some prompts were picked because a
    domain plausibly related to that topic, which likely biases toward
    domains that would get mentioned anyway.

  • "Brand prominence" is a fuzzy variable that probably absorbs some real
    content-quality signal we're not capturing separately. We can't fully rule
    out that what looks like "brand wins" is partly "genuinely better/more
    authoritative content wins," which on-site markup scoring doesn't measure.





What we still think is true, with more confidence



Some things aren't correlational guesses — they're closer to mechanical

facts:





  • robots.txt blocking is binary. If GPTBot, ClaudeBot, or similar are
    disallowed, that engine cites you zero times, by construction. About 89%
    of sites we've scanned block at least one AI crawler by default, usually
    by accident (a blanket Disallow: / that predates AI bots existing).


  • FAQ schema changes extraction, not inclusion. For content that's
    already in an engine's consideration set, structuring it as self-contained
    Q&A chunks seems to affect whether it gets pulled into a RAG-style
    citation — this lines up with published research on chunking behavior. But
    that's a "how you're cited" lever, not a "whether you're cited" lever.





Where that leaves the product



We're rewriting our own copy to say what the score actually measures:

AI-crawler readiness and machine-readability, not citation probability. No

tool — ours included — can promise the second one. If your on-site work is

mostly aimed at "getting cited more," the more binding constraint for most

sites is probably brand/mentions elsewhere, not another Schema.org type.



The scoring engine and fix generator are open source (MIT) if you want to

see the logic or run it on your own site without touching our SaaS:




pip install causabi-geo
geo-optimizer analyze https://yourdomain.com
geo-optimizer fix https://yourdomain.com --output ./out






Repo: https://github.com/SHADRINMMM/causabi-geo

Site (hosted version + monitoring): https://causabi.com

SOC Incident Playbook: Remote Code Execution (RCE) Defense
title: Detect Exploitation - We Checked Whether On-Site SEO Predicts AI Citations. The Data Says Mostly No.
id: bc0d581c-9ef1-4b84-a3c8-7337058e76e9
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-24"
        description = "YARA Signature for "
    strings:
        $str = "We Checked Whether On-Site SEO" ascii wide
    condition:
        any of them
}
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich We Checked Whether On-Site SEO Predicts .... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten We Checked Whether On-Site SEO Predicts AI Citations. The Data Says Mostly No.

Thematisch verwandte Begriffe: Checked, Whether, OnSite, Predicts · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-57175 | Python Social Auth is a social authentication/registration mechanism. Pr…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel • Rechts: nächster Artikel • unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel TTP ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...
↗ Original-Quelle