<?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>搜尋結果頁 SERP &#8211; Larry的午茶時光</title>
	<atom:link href="https://blog.yuyansoftware.com.tw/tag/serp/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.yuyansoftware.com.tw</link>
	<description></description>
	<lastBuildDate>Tue, 10 Aug 2021 03:11:31 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.yuyansoftware.com.tw/wp-content/uploads/2022/10/favicon-45x45.png</url>
	<title>搜尋結果頁 SERP &#8211; Larry的午茶時光</title>
	<link>https://blog.yuyansoftware.com.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Google推出改善網站在搜尋結果頁顯示的新方法</title>
		<link>https://blog.yuyansoftware.com.tw/2019/09/improve-your-search-results/</link>
					<comments>https://blog.yuyansoftware.com.tw/2019/09/improve-your-search-results/#respond</comments>
		
		<dc:creator><![CDATA[Larry]]></dc:creator>
		<pubDate>Fri, 27 Sep 2019 08:28:06 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[數位行銷]]></category>
		<category><![CDATA[搜尋結果頁 SERP]]></category>
		<guid isPermaLink="false">https://blog.yuyansoftware.com.tw/?p=1178</guid>

					<description><![CDATA[這次 WebMaster 部落格文章提到兩種被動建議 Google 產生網頁摘要的新方式：meta robots 與 html data-nosnippet。另結構化資料也再被提及，也持續在演進，顯示它的重要性。Google 搜尋產生 snippets, 產生 preview 的觀念值得再作釐清。]]></description>
										<content:encoded><![CDATA[
<p>圖片來源 <a rel="noreferrer noopener" aria-label=" (在新分頁中開啟)" href="https://support.google.com/google-ads/answer/1722080" target="_blank">https://support.google.com/google-ads/answer/1722080</a></p>



<p>前幾天 Google WebMaster 官方部落格介紹了改善網站在搜尋結果頁顯示的幾個方法<br><a rel="noreferrer noopener" aria-label=" (在新分頁中開啟)" href="https://webmasters.googleblog.com/2019/09/more-controls-on-search.html" target="_blank">https://webmasters.googleblog.com/2019/09/more-controls-on-search.html</a></p>



<p>一樣，我們要先清楚翻譯，snippets, 或是 text snippets, 翻成「網頁摘要」。<br>上面 WebMaster 文章引用了 Google 另外一份文件<br><a rel="noreferrer noopener" aria-label=" (在新分頁中開啟)" href="https://support.google.com/webmasters/answer/35624" target="_blank">https://support.google.com/webmasters/answer/35624</a></p>



<p>這份 35624 號文件提到搜尋結果頁的網頁標題和網頁摘要是由 Google 產生的，所以搜尋結果的網頁標題有可能跟你網站真正的網頁標題是不同的！</p>



<p>如何寫好網頁標題的原則在 35624 號文件有，讀者自行研讀，我們這邊不重複。重點是 35624 號文件提到有兩個方式可以被動的建議 Google 產生你想要的網頁摘要：</p>



<ol class="wp-block-list"><li>結構化資料，也就是複合式搜尋結果。</li><li>中繼說明標記 meta description</li></ol>



<p>有這些背景知識之後，我們回到上面 WebMaster 文章。它舉例如果找食譜，圖片或評分會比 text snippets 重要。如果找音樂會，event 就比其他元素重要。而以上皆可由結構化資料來達成。</p>



<p>到此為止，讀者應該可以感覺到結構化資料非常重要。回到標題，這次 Google 提出兩種新方法來標記 html (也就是被動的建議 Google)</p>



<h4 class="wp-block-heading">1. Using robots meta tags</h4>



<p>例如 WebMaster 文章提到的範例</p>



<pre class="wp-block-code"><code>&lt;meta name="robots" content="max-snippet:50, max-image-preview:large"&gt;</code></pre>



<p>有 max-snippet, max-image-preview 等可以設定。Google 有定義，規格請自行搜尋。WebMaster 文章提到</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>&#8220;Preview settings from these meta tags will become effective in mid-to-late October 2019 and may take about a week for the global rollout to complete.&#8221;</p></blockquote>



<p>2019十月中，十月底這個方式才會開始生效。</p>



<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">2. Using the new data-nosnippet HTML attribute</h4>



<p>防止部分 html 產生 snippets, 如 WebMaster 文章提到的範例</p>



<pre class="wp-block-code"><code>&lt;p&gt;&lt;span data-nosnippet&gt;Harry Houdini&lt;/span&gt; is undoubtedly the most famous magician ever to live.&lt;/p&gt;</code></pre>



<p>可以將某一段 html 標記為避免產生 snippets. 這個方式會在今年稍晚 (later this year) 開始生效。</p>



<p>最後 WebMaster 文章附註，結構化資料「不會」被上面兩個方式 (meta robots 與 html data-nosnippet) 所限制，可以想成結構化資料造成的效果是在上面兩個方式之上。</p>



<div style="height:1px" aria-hidden="true" class="wp-block-spacer"></div>



<h4 class="wp-block-heading">結論</h4>



<p>本篇文章附的 Google 35624 號文件很重要，是觀念上的釐清。結構化資料也很重要，Google 一直在推，在演進。至於這篇 WebMaster 文章提到的兩個新方式，larry 覺得參考就好，原因 1) 實務上用不太到 2) 還不知道什麼時候生效。但這篇 WebMaster 文章的第一二段的一些觀念可以參考。 </p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.yuyansoftware.com.tw/2019/09/improve-your-search-results/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
