Why dependencies matter more than single-dimension scores
The story of money spent in the wrong place usually goes like this:
“We did FAQ schema, language rewrites, and copy optimization, and after three months the scores didn’t budge.”
Open the report and there it is: their robots.txt is still blocking AI bots, and HTTPS isn’t even on. The prerequisite thresholds weren’t passed, so every downstream effort is being fed to an AI that can’t see it.
The 12 dimensions look parallel, but in reality they have strong dependencies. Get the combination right and 1+1=3; get it wrong and 1+1=0.5. This post breaks down 4 groups of dependencies.
Group 1: Baseline thresholds — fail these and everything downstream is wasted
Includes: transport security (HTTPS), AI crawler accessibility (robots.txt), structured data (basic schema), semantic structure (H1/H2/H3)
Why this group has to pass first
| What happens if you don’t pass | Impact |
|---|---|
| No HTTPS | Most AI platforms directly downrank HTTP sites; Chrome flags “Not secure” and scares off visitors |
| robots.txt blocks AI bots | Equivalent to actively opting out of every generation of AI recommendation — no matter how much content you write afterward, 0 citations |
| No Organization schema | The AI isn’t even sure who your company is, and can’t align your entity across platforms |
| No H1/H2 hierarchy | When the AI chunks the page, it can’t cut out meaningful chunks, and the whole page is treated as prose-style rambling |
These 4 items are the “entry fee.” Until they’re paid in full, the AI won’t even consider you.
Strengthening order
- HTTPS (fastest; most hosting providers enable it in one click)
- robots.txt (a single file, 30 minutes)
- Organization schema (add JSON-LD to the homepage, 1 hour)
- H1/H2/H3 hierarchy (30 minutes per page)
This group can be fully cleared in 1–2 weeks. Don’t rush into Group 2 before it’s done.
Group 2: Content engine — the 4 dimensions that multiply each other
Includes: content citability, AEO readiness, FAQ / Q&A, language naturalness
Why these 4 must be done together
These 4 dimensions inspect different facets of the same passage of text:
- Content citability: paragraph length, structured lists, quantified data, quotable statements
- AEO readiness: answer-first paragraphs right after headings, definition sentences, step lists, comparison tables
- FAQ / Q&A: question-form structure, answers of 20–100 characters, FAQPage schema
- Language naturalness: avoiding LLM boilerplate, varied sentence patterns, judicious first person
For example: you write a 200-character product description, and the AI evaluates it across all 4 dimensions at once:
| Dimension | What it looks at |
|---|---|
| Content citability | Whether those 200 characters contain concrete numbers / tables / quotes |
| AEO readiness | Whether those 200 characters follow a question-form heading |
| FAQ / Q&A | Whether those 200 characters are already aligned with FAQ schema |
| Language naturalness | Whether those 200 characters contain boilerplate like “in today’s fast-changing era” |
Fixing only one while leaving the others as-is is like patching one hole and ignoring the other three.
Strengthening order (done in parallel)
Each time you edit a page, check all 4 dimensions at once:
- Rewrite the opening to be answer-first (a definition within 30 characters) → boosts AEO
- Change vague quantifiers to concrete numbers (“many” → “78%”) → boosts citability
- Add ≥1 FAQ block (with schema) → boosts FAQ / Q&A
- Cut boilerplate like “in today’s,” “leverage,” and “exceptional” → boosts language naturalness
Doing one page completely is more useful than doing one item across four pages.
Group 3: Authority buildup — a long-term compounding window of 6–18 months
Includes: E-E-A-T, off-site visibility, agent readiness
Why this group is the “long-term battlefield”
The essence of these 3 dimensions is “how third parties perceive you” — not something you can pull up instantly by rewriting a few paragraphs on your own site:
- E-E-A-T: author bylines / credentials / trust pages (within your control) + named authors / verifiable education and work history (semi-external)
- Off-site visibility: Wikipedia entries, Wayback archive age, domain age, accumulated media coverage (mostly external)
- Agent readiness: llms.txt, AI plugins, MCP servers, and other emerging standards (within your control, but AI vendor support is still evolving)
The dependency chain across the three
E-E-A-T meets the bar
↓ only then are you eligible for
media interviews / contributed articles
↓ only then are you eligible for
a Wikipedia entry passing review
↓ only then will you be
ingested into LLM training corpora and seen repeatedly
Skipping to “apply for Wikipedia” before E-E-A-T is in place will get you rejected. The wrong order is wasted effort.
Activation order
- Months 0–1: finish author bylines, a credentials page, and trust pages (within your control)
- Months 1–3: contribute 1–2 articles to industry media (establish a media-coverage baseline)
- Months 3–6: accumulate ≥3 independent reports in mainstream media
- Months 6–9: prepare a Wikipedia entry draft and submit it for review
- Months 9–18: the compounding window — successive LLM training generations gradually write you into their implicit knowledge
This group is quarterly planning, not something you can push through in 30 days. But start early, because time compounds.
Group 4: Dimensions that can be strengthened independently
Includes: snippet control, HTML weight, AI code-generation fingerprint
Why this group can be “looked at independently”
These 3 dimensions have weaker dependencies on the others:
- Snippet control: whether you misuse self-harming directives like
data-nosnippetand<meta robots noindex>. Usually it’s either fine, or it’s something a past SEO consultant got wrong. - HTML weight: whether the page’s HTML size is reasonable. Bloated HTML is usually padded by some framework (“SPA shell” syndrome) — that’s technical debt, not a content problem.
- AI code-generation fingerprint: detecting whether the website itself was one-click generated with an AI tool (CSS class patterns, HTML scaffold fingerprints) — unrelated to whether your content is good.
After you find a problem in these 3, just fix it on its own — it won’t tie up the other dimensions.
When to handle them
- If these 3 score low during a health check → just look at the specific failed items and fix them
- No need to rank priorities, and no need to wait for the other groups to finish
The “mutually boosting / mutually independent” master table for the 12 dimensions
The table below summarizes which dimensions, once done, incidentally lift another dimension:
| What you did… | Incidentally lifts | Why |
|---|---|---|
| Add an author field to Article schema | E-E-A-T + structured data | Boosts both the author signal and schema at once |
| FAQPage schema | FAQ + structured data + snippet control | One schema hits three dimensions |
| Answer-first paragraph | AEO + content citability + language naturalness | The same passage boosts 3 dimensions at once |
| Accumulated media coverage | Off-site visibility + E-E-A-T + Wikipedia notability | One report pushes three items |
| HTTPS + security headers | Transport security + E-E-A-T trust signals | Double boost |
| Cutting SEO boilerplate in a rewrite | Language naturalness + content citability | Same passage lifts two dimensions |
This is exactly why GEO budget allocation isn’t “8.3% to each of the 12 dimensions” — a single action can push three dimensions simultaneously, so allocation has to account for the “incidental lift” effect.
A “30-day starter budget allocation” recommendation for SMBs
If you have limited time (1 hour a day for 30 days), allocate as follows:
| Share | Action | Dimensions covered |
|---|---|---|
| 30% of hours | Complete all of Group 1 | Transport security + AI crawler + structured data + semantic structure |
| 40% of hours | Rewrite the content-engine 4 dimensions on your 5 highest-traffic pages | Content citability + AEO + FAQ + language naturalness |
| 20% of hours | Kick off the Group 3 long game (build the author page, submit the first media piece) | E-E-A-T self-controlled portion + media kickoff |
| 10% of hours | Measurement + monthly report | Establish a cadence |
Don’t schedule fixed hours for Group 4 — fix it when you spot a specific problem during a health check.
First step: run a health check to see which group you’re stuck on
👉 Free GEO health check — the report lists scores across the 12 dimensions; cross-reference this post to see which group is your current bottleneck.
If you want to plan a customized 30–180 day roadmap for your own website (including budget allocation, prioritization, and cross-team responsibility assignment), that falls within the scope of GEO consulting services: [email protected]
GEO advanced series. Previous post: “How Do You Measure GEO ROI? — 4 Credible Metrics”