Actionsoptimize O-4

Technical Infrastructure, Performance & International Foundation

foundation multilingual multilingual

O-4 — Technical Infrastructure, Performance & International Foundation

What this action is

O-4 is the comprehensive technical foundation work for AVO. It comprises four major components: crawler-access configuration (ensuring AI crawlers can reach and parse content), performance engineering (Core Web Vitals and related performance metrics), URL and canonicalization architecture (consistent canonical handling, redirect chains, URL stability), and international foundation (hreflang implementation, multilingual sitemap structure, per-language URL architecture).

The work is fundamentally engineering. It touches server configuration, CDN settings, application code, and CMS templates. It is the most engineering-resource-intensive of the Optimize-pillar actions.

Why this action matters in AVO

O-4 establishes the substrate on which all other AVO work sits. AI systems cannot engage with content they cannot crawl, render, or parse. Crawler-blocking, performance failures, and URL inconsistency produce structural invisibility that no amount of content or external authority work can overcome.

Without O-4, the brand’s other pillar work is invisible to AI. With O-4, the brand becomes machine-readable in the technical sense; subsequent V1.1 structured-data work (O-5) and Manifest-pillar content work become measurable.

O-4 is also where multilingual technical foundations are established. Brands operating in multiple languages but without proper hreflang implementation, per-language sitemap structure, or per-language URL consistency are operating in only one language as far as AI systems are concerned, regardless of how much content exists in other languages.

What it requires before you can attempt it

Hard prerequisites:

PrerequisiteWhy required
Engineering capacity available to the brandO-4 is engineering-heavy. A brand without engineering capacity (in-house or external) cannot execute O-4. The bottleneck must be addressed first.
Server, CDN, and CMS accessO-4 work requires direct access to infrastructure and configuration. Without access, audit is incomplete and remediation is impossible.

Soft prerequisites:

PrerequisiteWhy it helps
Existing performance baselinePre-O-4 measurements help quantify O-4’s impact post-completion
Documented infrastructure architectureReduces audit time substantially
Existing technical SEO consultant relationshipsSome O-4 work overlaps with traditional technical SEO; existing consultants may already have done parts of it

Stage assessment: O-4 is the most foundational action in the OMG protocol. It is typically the first or second action attempted in any new engagement, often run in parallel with O-1 and O-2 because the analytical work doesn’t block the engineering work.

What gets done in this action

O-4 work proceeds through five phases.

Phase 1 — Crawler-access audit and remediation. robots.txt, server-level user-agent filtering, CDN bot-detection rules, and WAF rules are all audited for AI crawler treatment. Blocking is identified (often unintentional, from legacy configurations or aggressive bot-detection) and remediated. The brand stakeholder is consulted on deliberate-blocking decisions (some brands have legitimate reasons to block specific crawlers, often related to AI training opt-out preferences).

Phase 2 — Performance engineering. Core Web Vitals measurements (LCP, INP, CLS) are audited against representative pages. Render-blocking resources are minimized. Image optimization is implemented. Critical CSS is inlined where appropriate. Server response times and TTFB are addressed. The work is iterative; performance often improves through multiple passes addressing different bottlenecks.

Phase 3 — Crawlability and URL architecture. Internal linking is audited for completeness; orphan pages are identified and addressed. Sitemap.xml is implemented or fixed (validated against the Sitemap protocol, including all important pages, excluding utility URLs). Canonical URL declarations are made consistent across HTML head, sitemap, and internal links. Redirect chains are simplified. HTTP-to-HTTPS, www-vs-non-www, and trailing-slash handling are unified.

Phase 4 — International foundation. For multilingual brands: hreflang tags are implemented across all language variants with reciprocal cross-references. Language codes use BCP 47 (avoiding common errors like jp instead of ja, cn instead of zh). Per-language sitemap structure is established. Per-language URL architecture is verified for consistency. x-default is declared appropriately.

Phase 5 — Security and operational baseline. HTTPS is verified across all properties (no HTTP-only pages, no mixed content). TLS certificates are confirmed valid and covering all subdomains. Security headers are configured: HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy. Server logs are reviewed for any anomalies suggesting compromise.

What success looks like

A successful O-4 produces:

  • AI crawlers reach content without artificial blocking
  • Core Web Vitals meet established thresholds on representative pages
  • URL architecture is consistent across HTML, sitemap, internal links, and redirects
  • Multilingual structure operates correctly with reciprocal hreflang
  • Security configuration is current
  • Datapoint movement: ai-crawler-access, performance-score, crawlability, security-indicators, canonical-consistency, hreflang-implementation, multilingual-readiness (where multilingual content exists), and sitemap-validity all lift toward high

Beyond datapoint movement, success is engineering capability that persists. O-4 establishes patterns; subsequent template-level changes flow through those patterns. A brand that completes O-4 well doesn’t need to redo it; it maintains it through ordinary engineering hygiene.

What failure looks like

Failure patternWhat it signals
AI crawler-blocking persists despite auditBot-detection rules at CDN or WAF level may still be blocking; the audit didn’t reach all layers
Performance improvements regress within weeksPerformance is a culture, not a one-time fix; without performance discipline in ongoing engineering, gains erode
URL architecture remains inconsistentThe audit may have addressed obvious issues but missed edge cases (parameter handling, pagination, filter URLs)
Hreflang implementation appears correct in audit but is not detected by enginesCommon cause: non-reciprocal cross-references, or hreflang in sitemap and HTML head with conflicting values
Security headers cause site breakage and are disabledCSP misconfigurations break legitimate site functionality; disabling is the wrong fix; refining the policy is the right fix

Common mistakes

MistakeBetter approach
Treating O-4 as one-time workEstablish ongoing engineering hygiene, including performance monitoring and template-level discipline
Optimizing for synthetic performance benchmarks at the expense of real-user metricsUse field data (Real User Monitoring) alongside lab data; field data is what AI systems and users actually experience
Implementing CSP at maximum strictness without stagingCSP misconfigurations break sites; deploy in report-only mode first, refine, then enforce
Using country codes as language codes (jp, kr, cn)Use BCP 47 language codes (ja, ko, zh-Hant); country codes will be ignored by engines
Removing hreflang in frustration when implementation appears not to workVerify reciprocity, language code correctness, and absence of conflicting implementations across HTML and sitemap
Treating canonicalization as one-time cleanupURL drift occurs as new features ship; canonicalization discipline is ongoing

Datapoints affected

O-4 is the highest-leverage Optimize-pillar action because it directly affects the most datapoints:

DatapointInfluence
ai-crawler-access (V1.2)Direct, primary
performance-score (V1.2)Direct, primary
crawlability (V1.2)Direct, primary
security-indicators (V1.2)Direct, primary
canonical-consistency (V1.2)Direct, primary
hreflang-implementation (V1.2)Direct, primary (for multilingual brands)
multilingual-readiness (V1.2)Substantial — O-4 enables; M-pillar work fills the content
sitemap-validity (V1.2)Direct, primary
semantic-html (V1.1)Substantial — template-level work corrects HTML semantics
meta-completeness (V1.1)Substantial — template work establishes metadata generation
accessibility-score (V2.2)Substantial — template-level accessibility fixes

Multilingual considerations

Multilingual O-4 is essentially conducting O-4 for each language variant of the brand. Considerations:

  • Per-language URL architecture must be consistent; subdomain-based and path-based language variants have different implementation patterns
  • Hreflang tags must use correct BCP 47 codes
  • Per-language sitemaps (or unified sitemaps with language tags) are required
  • Server-level configurations may need per-language adjustments
  • Performance characteristics may differ per region (CDN edge availability)
  • TLS certificate coverage must include all language subdomains

A brand operating in five languages without per-language O-4 is operating in only the languages where O-4 has been completed. The work expands proportionally with language count, with some economies of scale from shared infrastructure.

What comes after

O-4 typically leads to:

Next actionWhy it follows
O-5 (Core Structured Data Foundation)Structured data sits on top of the technical foundation O-4 establishes
O-3 (Internal E-E-A-T & Authority Signals)E-E-A-T signals require template-level changes that depend on O-4’s template architecture
O-6 (Content Audit & Baseline Optimization)Content audit identifies issues that O-4 work creates the foundation to remediate
All Manifest-pillar actionsManifest work produces content that uses the templates O-4 establishes

In maturity-stage terms, O-4 is foundations work that continues at maintenance level throughout the engagement. The initial implementation is foundations-stage; the ongoing maintenance applies through all subsequent stages.