<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>テスト  |  白猫プロジェクト攻略の『白あん』</title>
	<atom:link href="https://white-cat-project.an-channel.com/category/test/feed" rel="self" type="application/rss+xml" />
	<link>https://white-cat-project.an-channel.com</link>
	<description>白猫プロジェクトの攻略ブログです。</description>
	<lastBuildDate>Sun, 02 Aug 2020 09:24:17 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://white-cat-project.an-channel.com/wp-content/uploads/2018/06/cropped-CAD08E4C-6C44-4C3A-90D1-300AD8782DB6-100x100.png</url>
	<title>テスト  |  白猫プロジェクト攻略の『白あん』</title>
	<link>https://white-cat-project.an-channel.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<atom:link rel='hub' href='https://white-cat-project.an-channel.com/?pushpress=hub'/>
	<item>
		<title>構造化データのテスト</title>
		<link>https://white-cat-project.an-channel.com/post-5881</link>
		
		<dc:creator><![CDATA[あん]]></dc:creator>
		<pubDate>Sun, 15 Apr 2018 20:58:01 +0000</pubDate>
				<category><![CDATA[テスト]]></category>
		<guid isPermaLink="false">https://white-cat-project.an-channel.com/?p=5881</guid>

					<description><![CDATA[目次 動画グーグル検索に検索ボックスを載せるイベント情報ページ内に 構造化データを載せる方法 動画 グーグル検索に検索ボックスを載せる schema.orgを使ってGoogleの検索結果にサイトリンク検索ボックスを表示さ [&#8230;]]]></description>
										<content:encoded><![CDATA[

  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2" checked><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">動画</a></li><li><a href="#toc2" tabindex="0">グーグル検索に検索ボックスを載せる</a></li><li><a href="#toc3" tabindex="0">イベント情報</a></li><li><a href="#toc4" tabindex="0">ページ内に 構造化データを載せる方法</a></li></ol>
    </div>
  </div>

<h2 class="wp-block-heading"><span id="toc1">動画</span></h2>



<p><video poster="https://white-cat-project.an-channel.com/wp-content/uploads/2019/05/img20190513_172658.jpg" loop="loop" muted="" controls="controls" width="568px" height="320px"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><source src="https://white-cat-project.an-channel.com/wp-content/uploads/2019/04/18467EAA-AC5A-4A39-821B-CAB891A5605B.mp4" type="video/mp4"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span></video></p>



<pre class="wp-block-code"><code>&lt;script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "VideoObject",
  "name": "動画タイトル 白猫プロジェクト",
  "description": "動画の説明",
  "thumbnailUrl": "動画のサムネ",
     "uploadDate": "2019-02-05T08:00:00+08:00",
  "duration": "PT1M33S",
  "contentUrl": "動画のURL",}
&lt;/script></code></pre>



<p><script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "VideoObject",
  "name": "動画タイトル",
  "description": "動画の説明",
  "thumbnailUrl": "動画のサムネ",
  "uploadDate": "動画の公開日時",
  "duration": "動画の長さPT1M33S",
  "contentUrl": "動画のURL",}
</script></p>
<p><script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "VideoObject",
    "name": "Schnitzel Stories",
    "description": "How to make fantastic schnitzel in just one hour",
    "thumbnailUrl": "https://example.com/imgs/schnitzel-small.jpg",
    "uploadDate": "2015-02-05T08:00:00+08:00",
    "duration": "PT1M33S",
    "contentUrl": "https://streamserver.example.com/schnitzel.mp4"
  }
  </script></p>



<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "VideoObject",
    "name": "神楽のスキル動画",
    "description": "神楽のスキル説明",
    "thumbnailUrl": "https://white-cat-project.an-channel.com/wp-content/uploads/2019/05/img20190513_172658.jpg",
    "uploadDate": "2019-05-05T08:00:00+08:00",
    "duration": "PT0M22S",
    "contentUrl": "https://white-cat-project.an-channel.com/wp-content/uploads/2019/04/18467EAA-AC5A-4A39-821B-CAB891A5605B.mp4"
  }
  </script>


<h2><span id="toc2">グーグル検索に検索ボックスを載せる</span></h2>
<a rel="noopener nofollow" target="_blank" href="https://www.suzukikenichi.com/blog/google-sitelinks-search-box/" title="schema.orgを使ってGoogleの検索結果にサイトリンク検索ボックスを表示させよう" class="blogcard-wrap external-blogcard-wrap a-wrap cf"><div class="blogcard external-blogcard eb-left cf"><div class="blogcard-label external-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail external-blogcard-thumbnail"><img fetchpriority="high" decoding="async" src="https://white-cat-project.an-channel.com/wp-content/uploads/cocoon-resources/blog-card-cache/69cd56cbe53903a734ad1d16a7669ef7.png" alt="" class="blogcard-thumb-image external-blogcard-thumb-image" width="320" height="180" /></figure><div class="blogcard-content external-blogcard-content"><div class="blogcard-title external-blogcard-title">schema.orgを使ってGoogleの検索結果にサイトリンク検索ボックスを表示させよう</div><div class="blogcard-snippet external-blogcard-snippet">Googleは、検索結果でのサイト内検索ボックスの表示方法を改良した。オートコンプリートも利用可能。schema.orgのpotentialActionプロパティでマークアップすることで表示を促すことができる。</div></div><div class="blogcard-footer external-blogcard-footer cf"><div class="blogcard-site external-blogcard-site"><div class="blogcard-favicon external-blogcard-favicon"><img decoding="async" src="https://www.google.com/s2/favicons?domain=https://www.suzukikenichi.com/blog/google-sitelinks-search-box/" alt="" class="blogcard-favicon-image external-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain external-blogcard-domain">www.suzukikenichi.com</div></div></div></div></a>
<p>参考</p>
<pre>&lt;script type="application/ld+json"&gt;
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://white-cat-project.an-channel.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://white-cat-project.an-channel.com/?s={s}", 
"query-input": "required name=s" 
} 
} &lt;/script&gt;</pre>
<h2><span id="toc3">イベント情報</span></h2>
<a rel="noopener nofollow" target="_blank" href="https://www.webtoolnavi.com/events-structured-data/" title="https://www.webtoolnavi.com/events-structured-data/" class="blogcard-wrap external-blogcard-wrap a-wrap cf"><div class="blogcard external-blogcard eb-left cf"><div class="blogcard-label external-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail external-blogcard-thumbnail"><img decoding="async" src="https://s.wordpress.com/mshots/v1/https%3A%2F%2Fwww.webtoolnavi.com%2Fevents-structured-data%2F?w=320&#038;h=180" alt="" class="blogcard-thumb-image external-blogcard-thumb-image" width="320" height="180" /></figure><div class="blogcard-content external-blogcard-content"><div class="blogcard-title external-blogcard-title">https://www.webtoolnavi.com/events-structured-data/</div><div class="blogcard-snippet external-blogcard-snippet"></div></div><div class="blogcard-footer external-blogcard-footer cf"><div class="blogcard-site external-blogcard-site"><div class="blogcard-favicon external-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://www.webtoolnavi.com/events-structured-data/" alt="" class="blogcard-favicon-image external-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain external-blogcard-domain">www.webtoolnavi.com</div></div></div></div></a>
<p>参考</p>
<p>イベント</p>
<p>白猫</p>
<p>イベント名</p>
<p>開始日　2018年6月10日</p>
<p>終了　6月20日 endDate</p>
<p><a rel="follow" target="_self" href="https://white-cat-project.an-channel.com/%E3%83%86%E3%82%B9%E3%83%887">url</a></p>
<p>アドレス</p>
<p>説明</p>
<p>画像</p>
<p>提供</p>
<p>パフォーマー</p>
<p>参考ページとやり方</p>
<h2><span id="toc4">ページ内に 構造化データを載せる方法</span></h2>
<a rel="noopener nofollow" target="_blank" href="http://terette.com/?p=689" title="Wordpress記事ごとのhead内に任意タグを追加する方法 - てれってー" class="blogcard-wrap external-blogcard-wrap a-wrap cf"><div class="blogcard external-blogcard eb-left cf"><div class="blogcard-label external-blogcard-label"><span class="fa"></span></div><figure class="blogcard-thumbnail external-blogcard-thumbnail"><img loading="lazy" decoding="async" src="https://white-cat-project.an-channel.com/wp-content/uploads/cocoon-resources/blog-card-cache/ebbd9aff622519df46926517c8198126.jpg" alt="" class="blogcard-thumb-image external-blogcard-thumb-image" width="320" height="180" /></figure><div class="blogcard-content external-blogcard-content"><div class="blogcard-title external-blogcard-title">Wordpress記事ごとのhead内に任意タグを追加する方法 - てれってー</div><div class="blogcard-snippet external-blogcard-snippet">訳あって、Wordpressの記事ごとのhead内に任意タグを追加したいなぁと思って調べてみた。 Wordpressのカスタムフィールドを使う方法でテーマ関係なく非常に簡単に実装できたので、覚書として残しておく。</div></div><div class="blogcard-footer external-blogcard-footer cf"><div class="blogcard-site external-blogcard-site"><div class="blogcard-favicon external-blogcard-favicon"><img loading="lazy" decoding="async" src="https://www.google.com/s2/favicons?domain=https://terette.com/?p=689" alt="" class="blogcard-favicon-image external-blogcard-favicon-image" width="16" height="16" /></div><div class="blogcard-domain external-blogcard-domain">terette.com</div></div></div></div></a>
<p>カスタムフィールド内の『head_load』内に追記する。</p>]]></content:encoded>
					
		
		<enclosure url="https://white-cat-project.an-channel.com/wp-content/uploads/2019/04/18467EAA-AC5A-4A39-821B-CAB891A5605B.mp4" length="1954099" type="video/mp4" />

			</item>
	</channel>
</rss>
