wsj.com ranks well in traditional search but shows low AI extractability. Here's the analysis — and practical steps to improve.
wsj.com has an ACRI score of 13, compared to sina.com.cn with ACRI 72 — a 59-point gap that may affect AI citation rates.
Each query was run against our FAISS-indexed corpus of 100,000+ domains. The table shows who the retrieval pipeline cited as the top answer.
| Query | Type | Top Retrieved | ACRI | Result |
|---|---|---|---|---|
| What is wsj.com? | entity | sina.com.cn | 72 | ⚠ Mismatch |
| What features does wsj.com offer? | product | sina.com.cn | 72 | ⚠ Mismatch |
| best technology solution for enterprise | comparison | sina.com.cn | 72 | ⚠ Mismatch |
Prioritized technical fixes to reclaim AI citation share. Total estimated effort: 1–3 engineering sprints.
<!-- Add to <head> for AI crawlers: --> <link rel="alternate" type="application/ld+json" href="/structured-data.json"> <!-- Or serve a simplified HTML variant for bot user-agents -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "wsj.com",
"url": "https://wsj.com",
"description": "..."
}
</script>
// Next.js: Switch from client-side to SSR
// Replace: export default function Page() { ... }
// With:
export async function getServerSideProps() {
return { props: { data: await fetchData() } }
}
# Add to robots.txt: User-agent: GPTBot Allow: / User-agent: ClaudeBot Allow: /
Run a free AI Visibility scan to check your ACRI score, token bloat, and hallucination risk.
View Full Domain Report →