A rigorous pre-launch engineering checklist for developers, software architects, and technical leads building modern websites structured for AI retrieval, answer engines, and autonomous agents.
Replace generic `<div>` soup with landmark HTML5 elements. Ensure the primary page content lives exclusively within `<main>` and discrete articles within `<article>`.
Exactly one `<h1>` per page matching the document entity. Section headers strictly nested without skipping levels (e.g. no jumping from H1 directly to H4).
Verification Method:Audit document outline via HeadingsMap extension or Cheerio parser.
DOM & Semantic HTML5 · tech-03
Tabular Data in Semantic <table> Elements
Structure comparative data, price matrices, and specifications using semantic `<table>`, `<thead>`, `<th>`, and `<tbody>` rather than CSS flex/grid divs.
Why It's Critical:LLMs parse tabular matrix tokens with significantly higher structural accuracy than freeform styled divs.
Verification Method:Confirm table structure contains header rows with `scope="col"`.
DOM & Semantic HTML5 · tech-04
Descriptive Microcopy & Accessible Image Alt Attributes
All technical diagrams, workflow graphics, and UI previews must have complete, context-rich `alt="..."` descriptions and caption text.
Why It's Critical:Multimodal and text-only LLMs rely on alt attributes to index visual workflows without OCR latency.
Verification Method:Audit page with Lighthouse Accessibility or axe DevTools.
Schema Knowledge Graph · tech-05
Top-Level @graph Array Unification
Unify all isolated `<script type="application/ld+json">` tags into a single root `@graph` network connecting Organization, WebSite, WebPage, and BreadcrumbList.
Verification Method:Audit external links for valid DOIs, RFC standards, or `.gov.sg` domains.
Answer Density & Content Chunking · tech-15
Deterministic FAQ Schema Pairing with On-Page Q&A
Ensure every question-answer pair listed in on-page accordions has an exact 1:1 match inside the `FAQPage` schema `mainEntity` array.
Why It's Critical:Mismatches between schema text and rendered HTML trigger search quality penalty flags.
Verification Method:Compare text nodes in DOM against JSON-LD script payload.
Answer Density & Content Chunking · tech-16
Mobile Touch Targets & Core Web Vitals Compliance
Zero layout shift (CLS < 0.05), Largest Contentful Paint (LCP < 2.0s), and touch target minimums (48x48px) on mobile viewports.
Why It's Critical:Google AI Overviews and mobile-first search engines enforce CWV thresholds as quality gates.
Verification Method:Run Google PageSpeed Insights mobile audit (Score >= 90).
Machine Endpoints & Future Context · tech-17
Root /llms.txt Machine Context File
Deploy a root-level `/llms.txt` markdown file providing LLMs with concise company context, key service endpoints, and documentation under 2,500 tokens.
Why It's Critical:Enables emerging autonomous AI search agents to parse website context with minimal token overhead.
Verification Method:Validate using InfinitusNow llms.txt Validator.
Machine Endpoints & Future Context · tech-18
Secondary /llms-full.txt Extended Dataset
Deploy an extended `/llms-full.txt` containing full research transcripts, case study datasets, and technical documentation.
Why It's Critical:Provides full-depth context for agentic reasoning workflows without bloating the root token footprint.
Verification Method:Confirm `/llms-full.txt` is referenced as an optional link in `/llms.txt`.
Machine Endpoints & Future Context · tech-19
Machine-Readable Open Graph & Twitter Meta Tags
Deploy complete `og:title`, `og:description`, `og:image` (1200x630px), `og:locale` (`en_SG`), and `twitter:card` tags on every page.
Why It's Critical:Used by social aggregators and preview bots to extract metadata for citation cards.
Verification Method:Inspect HTML `<head>` or use OpenGraph preview debugger.
Need Help Implementing This Technical Architecture?
InfinitusNow engineers end-to-end JSON-LD knowledge graphs, SSR infrastructure, and machine discovery endpoints, with continuous telemetry powered by DIP.