実現したいこと
設定した構造化データが実際にどのようにブラウザで表示されるか確認したい
発生している問題・分からないこと
リッチリザルトが有効になっていることは確認できたが
ブラウザにどのように表示されるかが確認できない
該当のソースコード
headタグに記載されている該当のscript
1<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","datePublished":"2015-02-05T08:00:00+08:00","description":"This is a mighty good description of this article.","mainEntityOfPage":{"@type":"WebPage","@id":"https://example.com/article"},"headline":"Article headline","image":["https://example.com/photos/1x1/photo.jpg","https://example.com/photos/4x3/photo.jpg","https://example.com/photos/16x9/photo.jpg"],"dateModified":"2015-02-05T09:00:00+08:00","author":[{"@type":"Person","name":"Jane Blogs","url":"https://example.com"},{"@type":"Person","name":"Mary Stone","url":"https://example.com"}],"publisher":{"@type":"Organization","name":"Gary Meehan","logo":{"@type":"ImageObject","url":"https://www.example.com/photos/logo.jpg"}},"isAccessibleForFree":true}</script> 2 3<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":"https://example.com/books","name":"Books"},{"@type":"ListItem","position":2,"item":"https://example.com/books/authors","name":"Authors"},{"@type":"ListItem","position":3,"item":"https://example.com/books/authors/annleckie","name":"Ann Leckie"},{"@type":"ListItem","position":4,"item":"https://example.com/books/authors/ancillaryjustice","name":"Ancillary Justice"}]}</script>
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
下記のサイトでリッチリザルトが確認できるとあったので対象のサイトURLを入力
設定が適切にできていることは確認できた
しかし、プレビューなど実際のブラウザ画面の確認方法がわからない
リッチリザルト確認サイト
補足
使用フレームワーク:Next.js
デプロイ環境:vercel
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。