<?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>Google 標籤 - Let&#039;s Write</title>
	<atom:link href="https://www.letswrite.tw/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.letswrite.tw/tag/google/</link>
	<description>前端工程師 August 的學習筆記 -- solving problems, in simple ways.</description>
	<lastBuildDate>Tue, 20 Jan 2026 15:04:32 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>

<image>
	<url>https://res.cloudinary.com/let-s-write/images/w_32,h_32,c_fill,g_auto/f_auto,q_auto/v1746103360/cropped-logo_2025/cropped-logo_2025.png?_i=AA</url>
	<title>Google 標籤 - Let&#039;s Write</title>
	<link>https://www.letswrite.tw/tag/google/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186153126</site>	<item>
		<title>站內搜尋加上 AI：使用 Google Vertex AI Search（RAG）打造智慧問答型搜尋</title>
		<link>https://www.letswrite.tw/google-vertex-ai-search/</link>
					<comments>https://www.letswrite.tw/google-vertex-ai-search/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Tue, 20 Jan 2026 14:34:04 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[GCP]]></category>
		<category><![CDATA[Gemini]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[RAG]]></category>
		<category><![CDATA[Vertex AI]]></category>
		<guid isPermaLink="false">https://www.letswrite.tw/?p=4926</guid>

					<description><![CDATA[<p>想在網站實作 AI RAG 搜尋但不想自建向量資料庫？本篇教學將帶你使用 Google Vertex AI Search，低成本打造能「閱讀」文章並回答問題的智慧站內搜尋，並整合至 WordPress 網站中。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/google-vertex-ai-search/">站內搜尋加上 AI：使用 Google Vertex AI Search（RAG）打造智慧問答型搜尋</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/google-vertex-ai-search/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4926</post-id>	</item>
		<item>
		<title>用原生 JavaScript 做一個簡單的抽獎功能頁面</title>
		<link>https://www.letswrite.tw/simple-lottery/</link>
					<comments>https://www.letswrite.tw/simple-lottery/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Mon, 20 Jun 2022 14:20:21 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[抽獎]]></category>
		<category><![CDATA[按鈕]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=461</guid>

					<description><![CDATA[<p>本篇大綱：本篇會完成的Demo、本篇用到資源、html部份、css部份、js部份、抽獎名單資料庫、範例頁面、原始碼。很多活動頁上都在玩抽獎，就自己動手寫了一個出來。把抽獎的名單換成店家名稱，順便再加上Google Map進去，就解決不知道午餐要吃什麼的煩惱啦~</p>
<p>這篇文章 <a href="https://www.letswrite.tw/simple-lottery/">用原生 JavaScript 做一個簡單的抽獎功能頁面</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/simple-lottery/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">461</post-id>	</item>
		<item>
		<title>WordPress：埋 Google AdSense 廣告</title>
		<link>https://www.letswrite.tw/google-adsense/</link>
					<comments>https://www.letswrite.tw/google-adsense/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 30 Nov 2019 09:26:33 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Google]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=821</guid>

					<description><![CDATA[<p>探討如何在 WordPress 上嵌入 Google AdSense 廣告，分享審核過程、手動/自動放置廣告的方法，並介紹 Ad Inserter 外掛與 Google Analytics 的連結技巧。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/google-adsense/">WordPress：埋 Google AdSense 廣告</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/google-adsense/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">821</post-id>	</item>
		<item>
		<title>WordPress：Site Kit by Google 介紹及使用</title>
		<link>https://www.letswrite.tw/site-kit-by-google/</link>
					<comments>https://www.letswrite.tw/site-kit-by-google/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Mon, 25 Nov 2019 12:17:16 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[外掛]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=816</guid>

					<description><![CDATA[<p>在 WordPress 上使用 Google 的 Site Kit 外掛的完整指南。學習如何安裝、設置、連結到 Google Analytics，以及如何添加更多功能。本文提供了詳細的步驟和實用建議，助你輕鬆上手 Site Kit by Google。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/site-kit-by-google/">WordPress：Site Kit by Google 介紹及使用</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/site-kit-by-google/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">816</post-id>	</item>
		<item>
		<title>拿 Trello 當資料庫 建一個店家清單 &#8211; 下篇：建立清單頁面</title>
		<link>https://www.letswrite.tw/trello-db-list/</link>
					<comments>https://www.letswrite.tw/trello-db-list/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Tue, 15 Oct 2019 13:08:31 +0000</pubDate>
				<category><![CDATA[Vue]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Trello]]></category>
		<category><![CDATA[資料]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=651</guid>

					<description><![CDATA[<p>本篇大綱：上篇的最後取得了 URL、整理取得的資料、製作顯示清單頁面、捷運站選單、清單卡片部份、店家詳細資料、原始碼及 Demo。本篇要筆記的是取得資料後的整理，以及處理成一個店家清單的頁面。為了有切換的功能，除了上篇的公館站外，Augustus 另外又建了一個古亭站。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/trello-db-list/">拿 Trello 當資料庫 建一個店家清單 &#8211; 下篇：建立清單頁面</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/trello-db-list/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">651</post-id>	</item>
		<item>
		<title>SpeechSynthesisUtterance 讓瀏覽器說話</title>
		<link>https://www.letswrite.tw/speech-synthesis-utterance/</link>
					<comments>https://www.letswrite.tw/speech-synthesis-utterance/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Wed, 09 Oct 2019 14:21:36 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Promise]]></category>
		<category><![CDATA[參數]]></category>
		<category><![CDATA[語音]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=610</guid>

					<description><![CDATA[<p>本篇大綱：瀏覽器本身就可以發音、頁面製作、SpeechSynthesisUtterance、第一坑 拿瀏覽器支援的所有語音、第二坑 調整速度倍率、第三坑 Chrome 的 Google 語音、原始碼、筆記後心得。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/speech-synthesis-utterance/">SpeechSynthesisUtterance 讓瀏覽器說話</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/speech-synthesis-utterance/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">610</post-id>	</item>
	</channel>
</rss>
