すたすた式
Blogger Vaster2
検索結果にどのような変化が出るのかわかりませんが、物はためしに追加してみました。
<script type="application/ld+json"> [ { "@context": "https://schema.org", "@type": "SiteNavigationElement", "name": "ホーム", "url": "https://sutasutashiki.blogspot.com/?max-results=10" }, { "@context": "https://schema.org", "@type": "SiteNavigationElement", "name": "暮らし", "url": "https://sutasutashiki.blogspot.com/search/label/%E6%9A%AE%E3%82%89%E3%81%97?max-results=10/" }, { "@context": "https://schema.org", "@type": "SiteNavigationElement", "name": "DIY", "url": "https://sutasutashiki.blogspot.com/search/label/DIY?max-results=10" }, { "@context": "https://schema.org", "@type": "SiteNavigationElement", "name": "Bloggerカスタム", "url": "https://sutasutashiki.blogspot.com/search/label/Blogger%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0?max-results=10" }, { "@context": "https://schema.org", "@type": "SiteNavigationElement", "name": "Vaster1.9", "url": "https://sutasutashiki.blogspot.com/search/label/Vaster1.9?max-results=10" }, { "@context": "https://schema.org", "@type": "SiteNavigationElement", "name": "Vaster2", "url": "https://sutasutashiki.blogspot.com/search/label/Vaster2?max-results=10" } ] </script>
Google グループ
SiteNavigationElement example in JSON-LD - Google プロダクト フォーラム
Google グループでは、オンライン フォーラムやメール ベースのグループを作成したり、こうしたフォーラムやグループに参加したりすることで、大勢のユーザーと情報の共有やディスカッションを行うことができます。
トップページ
記事ページ
前にマークアップしたものの下に貼り付けました。
[Blogger]ほぼコピペでOK サーチコンソール 構造化データのエラーを消す!JSON-LDでマークアップに挑戦[Search Console] [Vaster 1.9 & 2 ]
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "SiteNavigationElement", "name": [ "ホーム", "暮らし", "DIY", "Bloggerカスタム", "Vaster1.9", "Vaster2" ], "url": [ "https://sutasutashiki.blogspot.com/?max-results=10", "https://sutasutashiki.blogspot.com/search/label/%E6%9A%AE%E3%82%89%E3%81%97?max-results=10/", "https://sutasutashiki.blogspot.com/search/label/DIY?max-results=10", "https://sutasutashiki.blogspot.com/search/label/Blogger%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0?max-results=10", "https://sutasutashiki.blogspot.com/search/label/Vaster1.9?max-results=10", "https://sutasutashiki.blogspot.com/search/label/Vaster2?max-results=10" ] } ] </script>
コーポレートサイトをJSON-LDで構造化データマークアップ(schema.org) | MH MAG
コーポレートサイトをJSON-LDで構造化データマークアップ(schema.org) | HAPPEN
はじめはここら辺の <nav> とか <ul> に
<nav>
<ul>
<b:includable id='main'> <div class='button-toggle'><i class='fa fa-bars'/>メニューを開く</div> <nav class='grobal-navi'> <ul class='header-nav'> <b:loop values='data:links' var='link'> <li> <a expr:href='data:link.href + "?max-results=10"'> <data:link.title/> </a> </li> </b:loop> </ul> </nav> <b:include name='quickedit'/> </b:includable>
itemscope='itemscope' itemtype='https://www.schema.org/SiteNavigationElement'>
をつければ、動的にマークアップできるかと思いやってみましたが、自分の環境ではうまく機能しませんでした。
なので、やや面倒でしたが JSON-LD でマークアップしました。
サイト内検索に使ってください 🐤
© 2015 すたすた式
Enjoy!👍
QooQ
コメントなし:
コメントを投稿