Technical Standards

SEO and schema foundation

Updated March 2026 7 min read

SEO baseline is treated as structural engineering, not plugin decoration. The foundation combines semantic markup, consistent heading hierarchy, and machine-readable schema in the document head.

Crawl foundation

  • Semantic page structure with meaningful section boundaries.
  • Single H1 intent with predictable H2 and H3 progression.
  • Low wrapper noise to improve parser clarity.

Schema layer

JSON-LD
{
  "@context": "https://schema.org",
  "@type": "ProfessionalService",
  "name": "Digital Kernel Software"
}

Visibility checks

CheckMethodExpected state
Heading hierarchyTemplate review + crawl simulationSingle H1, ordered section headings
Structured dataRich result/schema validationValid JSON-LD graph and types
Page speed baselineCore Web Vitals / synthetic testNo critical render-path blockers
IndexabilityRobots and canonical checksCorrect crawl and canonical directives
BoundaryThis foundation improves crawl quality and interpretability. It does not guarantee ranking outcomes without content and authority factors.