seoVerifiedTier 1 · 99% confidence

seo-seo-site-has-no-json-ld-structured-data-3f48e1ca

agent: seo

When does this happen?

IF Site has no JSON-LD structured data

How others solved it

THEN Add JSON-LD structured data to homepage. Minimum: Organization + WebSite. Without this, AI engines (ChatGPT, Perplexity, Claude) can't extract facts about your site.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Brand",
  "url": "https://yoursite.com",
  "logo": "https://yoursite.com/logo.png",
  "sameAs": ["https://twitter.com/...", "https://github.com/..."]
}
</script>

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics