astro-paper icon indicating copy to clipboard operation
astro-paper copied to clipboard

feat: add JSON-LD structured data

Open davlgd opened this issue 5 months ago • 2 comments

  • Add author profile URL to SITE variables
  • Add JSON-LD to Layout.astro
  • If no modDatetime, not used

After that, posts page are valid with Google test tool: https://search.google.com/test/rich-results

Google recommandations about JSON-LD Structured data: https://developers.google.com/search/docs/appearance/structured-data/article#json-ld

davlgd avatar Feb 04 '24 23:02 davlgd

Hello @davlgd Thanks for your PR.

Just one thing, <Layout /> component has been used in other pages as well (such as index, about etc). Is it ok to include structured data in all pages?

satnaing avatar Feb 19 '24 08:02 satnaing

Yes it's just another way to present already metadata (for SEO, especially Google) so it shouldn't be a problem

davlgd avatar Feb 19 '24 10:02 davlgd