SearchD audits the fetched site architecture with evidence-backed technical checks. External engine citation results are reported separately only when measured.
Prepares optional ChatGPT, Claude, and Gemini probes; external citation results appear only when actually collected.
Evaluates SSR text density, WAF clearance, schema graph linkage, and HTML table extraction.
Reports link-graph and topic-overlap findings only when the required evidence has been collected.
Calculating...
Calculating...
Calculating...
Calculating...
SearchD's automated evaluation engine completed a full-corpus technical ingestion and semantic analysis of domain.com across canonical distinct URLs; the report identifies which checks were measured and which remain unverified.
Core Strengths: Evaluating server-side rendering text density and structured data parity across multi-engine grounding pipelines.
Primary Optimization Targets: Calculating architectural citability and structured extraction readiness.
| Status | Layer | Audit Item | Live Evidence & Grounded Metrics | Remediation |
|---|---|---|---|---|
| PASS | 1. Ingestion | AI Bot WAF Clearance | 13/13 crawlers (OAI-SearchBot, ClaudeBot, PerplexityBot) returned 200 OK | Verified |
| PASS | 1. Ingestion | SSR Text Density | Average 7,500 characters of raw HTML body text present without JS delays | Verified |
| PASS | 1. Ingestion | Robots.txt Directives | User-Agent: * Allow: / allows transparent AI search ingestion | Verified |
| PASS | 1. Ingestion | 404 & Redirect Handling | True 404 on nonexistent paths, 1-hop apex 301 redirect intact | Verified |
| PASS | 2. Chunking | H1-H3 Heading Hierarchy | Clean single H1 with logical H2/H3 sectioning on articles | Verified |
| ACTION | 2. Chunking | HTML Spec Table Placement | Pricing and enterprise pages rely on CSS flex; HTML <table> recommended | Content / IA |
| PASS | 2. Chunking | Standalone Sentences | Developer and MCP docs lead with explicit entity nouns (Target Platform) | Verified |
| PASS | 3. Linking | Cannibalization Link Defense | AVOID filter successfully isolates competing vs-pages to protect rankings | Verified |
| PASS | 3. Linking | Orphan Page Prevention | All canonical pages accessible within 2 hops from navigation or blog index | Verified |
| CODE FIX | 4. Schema | SoftwareApplication Schema | Add explicit SoftwareApplication with featureList and operatingSystem | Immediate Fix |
| ACTION | 4. Schema | Organization sameAs Links | Inject GitHub, LinkedIn, and X official profile URLs into Organization schema | Entity Polish |
| CODE FIX | 1. Ingestion | Sitemap lastmod Accuracy | Sitemap URLs share identical request timestamps; map to commit/content dates | Immediate Fix |
SoftwareApplication to extract applicationCategory, operatingSystem, and featureList directly into recommendation summary cards when buyers ask "What platforms does Target Platform support?".{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Platform",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud, API",
"offers": { "@type": "Offer", "priceCurrency": "USD", "availability": "https://schema.org/InStock" },
"featureList": [ "Core Platform", "API Integration", "Secure Infrastructure" ]
}<table> elements over CSS flex cards when extracting pricing tiers and plan differences. Embedding a clean comparison table guarantees accurate quoting against per-seat competitors.<table class="pricing-matrix">
<tr><th>Feature</th><th>Official Platform</th><th>Per-Seat Alternatives</th></tr>
<tr><td>Pricing Model</td><td>Transparent Tier</td><td>Variable Seat Cost</td></tr>
<tr><td>MCP Connectivity</td><td>Direct Verified API</td><td>Third-Party Middleware</td></tr>
<tr><td>Factual Grounding</td><td>Structured HTML & Schema.org</td><td>Unstructured Client JS</td></tr>
</table>