BE DISCOVERABLE BY AI
robots.txt, sitemaps, canonicals, indexability and AI crawler access form the discovery foundation.
This page demonstrates the deterministic format and structure of the deliverable output compiled automatically by the HTML&HTML analysis engine for a paid domain ( One-Time Technical Remediation Report).
# Technical Remediation Mandate: demo-ecommerce-store.example
Generated: 2026-09-07T12:00:00Z
Engine Version: 6.8.0-canonical
License: Single Domain Software License (One-Time)
## Execution Order
- [P0] Fix HTTP 301 Redirect Loop on /llms.txt
- [P0] Enable AI Crawler User-Agents in robots.txt (OAI-SearchBot, PerplexityBot)
- [P1] Deploy Organization & Product Schema @graph in document <head>
- [P2] Add Missing Answer Extraction Semantic HTML Tags on FAQ Hub
- [P3] Enforce Strict Transport Security (HSTS) with max-age=31536000
# demo-ecommerce-store.example Documentation
> High-performance technical apparel and sustainable gear.
## Core Information
- [Product Catalog](https://demo-ecommerce-store.example/products.md): Full machine-readable technical product specs.
- [Technical Architecture](https://demo-ecommerce-store.example/about.md): Materials, supply chain verification and compliance.
- [API & Integration](https://demo-ecommerce-store.example/api.md): Machine-readable inventory and pricing endpoints.
import { test, expect } from '@playwright/test';
test('llms.txt endpoint returns 200 OK and text/plain', async ({ request }) => {
const response = await request.get('https://demo-ecommerce-store.example/llms.txt');
expect(response.status()).toBe(200);
expect(response.headers()['content-type']).toContain('text/markdown');
});
test('robots.txt explicitly permits PerplexityBot and OAI-SearchBot', async ({ request }) => {
const response = await request.get('https://demo-ecommerce-store.example/robots.txt');
const body = await response.text();
expect(body).not.toContain('User-agent: PerplexityBot
Disallow: /');
expect(body).not.toContain('User-agent: OAI-SearchBot
Disallow: /');
});
HTML&HTML prepares your website for visibility, citation eligibility and recommendation opportunity across AI search experiences. It shows measurable website-side blockers that can prevent discovery, understanding and source consideration.
robots.txt, sitemaps, canonicals, indexability and AI crawler access form the discovery foundation.
GEO, AEO, LLMO, entity graphs, schema and answer extractability reduce machine ambiguity.
RAG/retrieval, original information, E-E-A-T, freshness and evidence support source eligibility.
AAO, accessible journeys, intact links, measurable referrals and clear CTAs connect AI discovery to commercial action.
Recommendations, rankings, citations, traffic, customers and revenue are not guaranteed. HTML&HTML measures website-side technical and content blockers; it does not claim control over external AI systems.