agentspeed.
store.steampowered.com
Remediation

Failing: structured_data.jsonld_present

structured_data.jsonld_presentmediumauto-fix available
Generated fix
Generated fixinline snippet<head>

AgentSpeed didn't find any JSON-LD on the page. JSON-LD is the most agent-readable structured-data format, and schema.org Organization is the right starting block for a homepage; product, blog, and FAQ pages should add their own per-page types alongside it.

<!-- Place inside <head>. Replace placeholder values with real data. -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Store",
  "url": "https://store.steampowered.com",
  "logo": "https://store.steampowered.com/logo.png",
  "sameAs": [
    "https://twitter.com/<your-handle>",
    "https://www.linkedin.com/company/<your-company>"
  ]
}
</script>
paste inside <head>
  • Validate with Google Rich Results test before deploying.
  • For product pages add `Product`; for blog posts add `Article` or `BlogPosting`; for FAQs add `FAQPage`.
  • Multiple <script type="application/ld+json"> blocks per page are fine and recommended over deeply-nested mixed types.
Why and how

No JSON-LD blocks found. Add a <script type="application/ld+json"> with a schema.org type for this page.