Next.jsでのJSON-LD出力デモ

{"@context":"https://schema.org","@type":"CollectionPage","name":"カテゴリ一覧","url":"https://nextjs-jsonld.vercel.app/category"}
{"@context":"https://schema.org","@type":"ItemList","itemListElement":[{"@type":"ListItem","position":1,"name":"未分類","url":"https://nextjs-jsonld.vercel.app/category/uncategorized"},{"@type":"ListItem","position":2,"name":"生活","url":"https://nextjs-jsonld.vercel.app/category/life"},{"@type":"ListItem","position":3,"name":"勉強","url":"https://nextjs-jsonld.vercel.app/category/study"}]}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"ホーム","item":"https://nextjs-jsonld.vercel.app"},{"@type":"ListItem","position":2,"name":"category","item":"https://nextjs-jsonld.vercel.app/category"}]}

カテゴリ一覧