Structured Data (JSON-LD) for AI and Search Engines in Astro


Every once in a while, I like to take another look at SEO strategies, since they change over time… And I realized I hadn’t done anything to embrace the current world of AI searches. The main thing I learned and added to my blogs is structured data using JSON-LD.

This makes for nicer looking Google results, better search previews, and all those good things.

How to Add JSON-LD in Astro

Add a <script type="application/ld+json"> block to your main head component. For a blog post, use the BlogPosting schema from schema.org: