<?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://an-blog.xsrv.jp/category/test/feed" rel="self" type="application/rss+xml" />
	<link>https://an-blog.xsrv.jp</link>
	<description>テストブログなのだよ</description>
	<lastBuildDate>Sun, 15 Apr 2018 20:58:01 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.8</generator>

<image>
	<url>https://an-blog.xsrv.jp/wp-content/uploads/cropped-VID_2RILdBvNio_1492342395_1492342409-100x100.png</url>
	<title>テスト  |  黒あん</title>
	<link>https://an-blog.xsrv.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
	<atom:link rel='hub' href='https://an-blog.xsrv.jp/?pushpress=hub'/>
	<item>
		<title>構造化データのテスト</title>
		<link>https://an-blog.xsrv.jp/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[目次だよ 動画グーグル検索に検索ボックスを載せるイベント情報ページ内に 構造化データを載せる方法 動画 グーグル検索に検索ボックスを載せる https://www.suzukikenichi.com/blog/googl [&#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><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>
<p>https://www.suzukikenichi.com/blog/google-sitelinks-search-box/</p>
<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>
<p>https://www.webtoolnavi.com/events-structured-data/</p>
<p>参考</p>
<p>イベント</p>
<p>白猫</p>
<p>イベント名</p>
<p>開始日　2018年6月10日</p>
<p>終了　6月20日 endDate</p>
<p><a rel="nofollow noopener" target="_blank" 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>
<p>http://terette.com/?p=689</p>
<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>
