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.


O-4 — Infrastruktur Teknis, Performa & International Foundation

Apa yang dilakukan dalam action ini

O-4 adalah pekerjaan technical foundation yang komprehensif untuk AVO. Terdiri dari empat komponen utama: konfigurasi akses crawler (memastikan crawler AI dapat menjangkau dan mem-parse konten), rekayasa performa (Core Web Vitals dan metrik performa terkait), arsitektur URL dan kanonisasi (penanganan canonical yang konsisten, rantai redirect, stabilitas URL), serta international foundation (implementasi hreflang, struktur sitemap multibahasa, arsitektur URL per bahasa).

Pekerjaan ini pada dasarnya bersifat rekayasa (engineering). Menyentuh konfigurasi server, pengaturan CDN, kode aplikasi, dan template CMS. Ini adalah action yang paling padat sumber daya rekayasa di antara semua action dalam pillar Optimize.

Mengapa action ini penting dalam AVO

O-4 membangun substrat tempat semua pekerjaan AVO lainnya berdiri. Sistem AI tidak dapat berinteraksi dengan konten yang tidak dapat di-crawl, di-render, atau di-parse. Pemblokiran crawler, kegagalan performa, dan inkonsistensi URL menghasilkan invisibilitas struktural yang tidak dapat diatasi oleh sebanyak apa pun konten atau pekerjaan otoritas eksternal.

Tanpa O-4, pekerjaan pillar brand lainnya tidak terlihat oleh AI. Dengan O-4, brand menjadi machine-readable secara teknis; pekerjaan structured-data V1.1 berikutnya (O-5) dan pekerjaan konten pillar Manifest menjadi terukur.

O-4 juga merupakan tahap di mana fondasi teknis multibahasa dibangun. Brand yang beroperasi dalam beberapa bahasa tetapi tanpa implementasi hreflang yang tepat, struktur sitemap per bahasa, atau konsistensi URL per bahasa, pada dasarnya hanya beroperasi dalam satu bahasa dari sudut pandang sistem AI—terlepas dari seberapa banyak konten yang tersedia dalam bahasa lain.

Apa yang dibutuhkan sebelum action ini dapat dicoba

Hard prerequisites:

PrasyaratAlasan diperlukan
Kapasitas rekayasa tersedia untuk brandO-4 sangat padat rekayasa. Brand tanpa kapasitas rekayasa (internal maupun eksternal) tidak dapat menjalankan O-4. Hambatan ini harus diatasi terlebih dahulu.
Akses ke server, CDN, dan CMSPekerjaan O-4 membutuhkan akses langsung ke infrastruktur dan konfigurasi. Tanpa akses, audit tidak lengkap dan remediasi tidak dapat dilakukan.

Soft prerequisites:

PrasyaratAlasan membantu
Baseline performa yang sudah adaPengukuran sebelum O-4 membantu mengukur dampak O-4 setelah selesai
Arsitektur infrastruktur yang terdokumentasiMengurangi waktu audit secara signifikan
Hubungan yang sudah terjalin dengan konsultan technical SEOBeberapa pekerjaan O-4 tumpang tindih dengan technical SEO tradisional; konsultan yang sudah ada mungkin telah menyelesaikan sebagian darinya

Penilaian stage: O-4 adalah action yang paling foundational dalam OMG protocol. Biasanya merupakan action pertama atau kedua yang dicoba dalam setiap engagement baru, sering dijalankan paralel dengan O-1 dan O-2 karena pekerjaan analitik tidak menghalangi pekerjaan rekayasa.

Apa yang dilakukan dalam action ini

Pekerjaan O-4 berjalan melalui lima fase.

Fase 1 — Audit dan remediasi akses crawler. robots.txt, filter user-agent di level server, aturan deteksi bot CDN, dan aturan WAF semuanya diaudit untuk penanganan crawler AI. Pemblokiran diidentifikasi (sering kali tidak disengaja, dari konfigurasi lama atau deteksi bot yang terlalu agresif) dan diremediasi. Pemangku kepentingan brand dikonsultasikan mengenai keputusan pemblokiran yang disengaja (beberapa brand memiliki alasan sah untuk memblokir crawler tertentu, sering kali terkait preferensi opt-out pelatihan AI).

Fase 2 — Rekayasa performa. Pengukuran Core Web Vitals (LCP, INP, CLS) diaudit terhadap halaman-halaman representatif. Sumber daya render-blocking diminimalkan. Optimasi gambar diterapkan. Critical CSS di-inline di mana diperlukan. Waktu respons server dan TTFB ditangani. Pekerjaan ini bersifat iteratif; performa sering meningkat melalui beberapa putaran yang menangani berbagai bottleneck.

Fase 3 — Crawlability dan arsitektur URL. Internal linking diaudit untuk kelengkapan; halaman orphan diidentifikasi dan ditangani. Sitemap.xml diimplementasikan atau diperbaiki (divalidasi terhadap protokol Sitemap, mencakup semua halaman penting, mengecualikan URL utilitas). Deklarasi URL canonical dibuat konsisten di seluruh HTML head, sitemap, dan internal link. Rantai redirect disederhanakan. Penanganan HTTP-ke-HTTPS, www-vs-non-www, dan trailing-slash disamakan.

Fase 4 — International foundation. Untuk brand multibahasa: tag hreflang diimplementasikan di semua varian bahasa dengan referensi silang yang resiprokal. Kode bahasa menggunakan BCP 47 (menghindari kesalahan umum seperti jp alih-alih ja, cn alih-alih zh). Struktur sitemap per bahasa ditetapkan. Arsitektur URL per bahasa diverifikasi konsistensinya. x-default dideklarasikan secara tepat.

Fase 5 — Keamanan dan baseline operasional. HTTPS diverifikasi di semua properti (tidak ada halaman HTTP-only, tidak ada mixed content). Sertifikat TLS dikonfirmasi valid dan mencakup semua subdomain. Header keamanan dikonfigurasi: HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy. Log server ditinjau untuk anomali apa pun yang mengindikasikan adanya kompromi.

Seperti apa keberhasilan itu

O-4 yang berhasil menghasilkan:

  • Crawler AI menjangkau konten tanpa pemblokiran buatan
  • Core Web Vitals memenuhi ambang batas yang ditetapkan pada halaman-halaman representatif
  • Arsitektur URL konsisten di seluruh HTML, sitemap, internal link, dan redirect
  • Struktur multibahasa beroperasi dengan benar menggunakan hreflang resiprokal
  • Konfigurasi keamanan mutakhir
  • Pergerakan datapoint: ai-crawler-access, performance-score, crawlability, security-indicators, canonical-consistency, hreflang-implementation, multilingual-readiness (di mana konten multibahasa ada), dan sitemap-validity semuanya meningkat menuju nilai tinggi

Di luar pergerakan datapoint, keberhasilan adalah kapabilitas rekayasa yang bertahan. O-4 membangun pola; perubahan di level template berikutnya mengalir melalui pola tersebut. Brand yang menyelesaikan O-4 dengan baik tidak perlu mengulanginya; cukup mempertahankannya melalui engineering hygiene biasa.

Seperti apa kegagalan itu

Pola kegagalanApa yang disinyalkan
Pemblokiran crawler AI tetap ada meskipun sudah diauditAturan deteksi bot di level CDN atau WAF mungkin masih memblokir; audit tidak menjangkau semua lapisan
Peningkatan performa mengalami regresi dalam beberapa mingguPerforma adalah budaya, bukan perbaikan satu kali; tanpa disiplin performa dalam rekayasa berkelanjutan, hasil yang diperoleh akan terkikis
Arsitektur URL tetap tidak konsistenAudit mungkin menangani masalah yang jelas tetapi melewatkan kasus-kasus tepi (penanganan parameter, paginasi, URL filter)
Implementasi hreflang tampak benar dalam audit tetapi tidak terdeteksi oleh mesinPenyebab umum: referensi silang non-resiprokal, atau hreflang di sitemap dan HTML head dengan nilai yang bertentangan
Header keamanan menyebabkan kerusakan situs dan dinonaktifkanMiskonfigurasi CSP merusak fungsionalitas situs yang sah; menonaktifkan adalah langkah yang salah; menyempurnakan kebijakan adalah langkah yang benar

Kesalahan umum

KesalahanPendekatan yang lebih baik
Memperlakukan O-4 sebagai pekerjaan satu kaliTetapkan engineering hygiene yang berkelanjutan, termasuk pemantauan performa dan disiplin di level template
Mengoptimalkan untuk tolok ukur performa sintetis dengan mengorbankan metrik pengguna nyataGunakan data lapangan (Real User Monitoring) bersama data lab; data lapangan adalah yang benar-benar dialami sistem AI dan pengguna
Menerapkan CSP pada tingkat keketatan maksimum tanpa stagingMiskonfigurasi CSP merusak situs; terapkan dalam mode report-only terlebih dahulu, sempurnakan, lalu tegakkan
Menggunakan kode negara sebagai kode bahasa (jp, kr, cn)Gunakan kode bahasa BCP 47 (ja, ko, zh-Hant); kode negara akan diabaikan oleh mesin
Menghapus hreflang karena frustrasi saat implementasi tampak tidak bekerjaVerifikasi resiprokalitas, kebenaran kode bahasa, dan ketiadaan implementasi yang saling bertentangan di seluruh HTML dan sitemap
Memperlakukan kanonisasi sebagai pembersihan satu kaliPenyimpangan URL terjadi seiring fitur baru diluncurkan; disiplin kanonisasi bersifat berkelanjutan

Datapoints yang terpengaruh

O-4 adalah action pillar Optimize dengan leverage tertinggi karena secara langsung memengaruhi paling banyak datapoints:

DatapointPengaruh
ai-crawler-access (V1.2)Langsung, primer
performance-score (V1.2)Langsung, primer
crawlability (V1.2)Langsung, primer
security-indicators (V1.2)Langsung, primer
canonical-consistency (V1.2)Langsung, primer
hreflang-implementation (V1.2)Langsung, primer (untuk brand multibahasa)
multilingual-readiness (V1.2)Substansial — O-4 memungkinkan; pekerjaan pillar M mengisi kontennya
sitemap-validity (V1.2)Langsung, primer
semantic-html (V1.1)Substansial — pekerjaan di level template memperbaiki semantik HTML
meta-completeness (V1.1)Substansial — pekerjaan template membangun pembuatan metadata
accessibility-score (V2.2)Substansial — perbaikan aksesibilitas di level template

Pertimbangan multibahasa

O-4 multibahasa pada dasarnya adalah menjalankan O-4 untuk setiap varian bahasa brand. Pertimbangan-pertimbangan yang perlu diperhatikan:

  • Arsitektur URL per bahasa harus konsisten; varian bahasa berbasis subdomain dan berbasis path memiliki pola implementasi yang berbeda
  • Tag hreflang harus menggunakan kode BCP 47 yang benar
  • Sitemap per bahasa (atau sitemap terpadu dengan tag bahasa) diperlukan
  • Konfigurasi di level server mungkin membutuhkan penyesuaian per bahasa
  • Karakteristik performa mungkin berbeda per wilayah (ketersediaan CDN edge)
  • Cakupan sertifikat TLS harus mencakup semua subdomain bahasa

Brand yang beroperasi dalam lima bahasa tanpa O-4 per bahasa hanya beroperasi dalam bahasa-bahasa di mana O-4 telah diselesaikan. Pekerjaan berkembang secara proporsional seiring jumlah bahasa, dengan sejumlah efisiensi dari infrastruktur bersama.

Apa yang mengikuti setelahnya

O-4 biasanya mengarah ke:

Action berikutnyaAlasan mengikuti
O-5 (Core Structured Data Foundation)Structured data berada di atas technical foundation yang dibangun O-4
O-3 (Internal E-E-A-T & Authority Signals)Sinyal E-E-A-T membutuhkan perubahan di level template yang bergantung pada arsitektur template O-4
O-6 (Content Audit & Baseline Optimization)Audit konten mengidentifikasi masalah yang O-4 membangun fondasi untuk meremediasinya
Semua action pillar ManifestPekerjaan Manifest menghasilkan konten yang menggunakan template yang dibangun O-4

Dalam istilah tahap kematangan, O-4 adalah pekerjaan Foundations yang berlanjut pada level pemeliharaan sepanjang engagement. Implementasi awal adalah tahap Foundations; pemeliharaan berkelanjutan diterapkan sepanjang semua tahap berikutnya.