Add 3 YouTube video demos with i18n and structured Schema

Added Cross-Platform Bookmarks, Page Context Copy, and Thread Transfer video sections with id anchors, i18n support, and VideoObject JSON-LD structured data in the FAQ section.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
qingjie.du
2026-06-20 09:59:30 +09:00
parent 5e3001a2b5
commit e93b48345c

View File

@@ -272,6 +272,60 @@
} }
</script> </script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "VideoObject",
"@id": "https://youtu.be/_XzSm3txFkg",
"name": "Cross-Platform Bookmarks Demo - ContextWizard",
"description": "Save key moments across ChatGPT, Claude, and Gemini in one place using ContextWizard's cross-platform bookmark feature. Organize into custom groups and jump back with one click.",
"thumbnailUrl": "https://img.youtube.com/vi/_XzSm3txFkg/maxresdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=_XzSm3txFkg",
"embedUrl": "https://www.youtube.com/embed/_XzSm3txFkg",
"uploadDate": "2025-01-01",
"publisher": {
"@type": "Organization",
"name": "amiPro",
"url": "https://amipro.me"
}
},
{
"@type": "VideoObject",
"@id": "https://youtu.be/lYbXXWZZMJ0",
"name": "Page Context Copy Demo - ContextWizard",
"description": "Copy page context from any website and seamlessly use it across your AI platforms with ContextWizard.",
"thumbnailUrl": "https://img.youtube.com/vi/lYbXXWZZMJ0/maxresdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=lYbXXWZZMJ0",
"embedUrl": "https://www.youtube.com/embed/lYbXXWZZMJ0",
"uploadDate": "2025-01-01",
"publisher": {
"@type": "Organization",
"name": "amiPro",
"url": "https://amipro.me"
}
},
{
"@type": "VideoObject",
"@id": "https://youtu.be/UDKbb1h-NMA",
"name": "Cross-Platform Thread Transfer Demo - ContextWizard",
"description": "Stop losing formats when shifting from ChatGPT to Claude. ContextWizard transfers long threads locally in 1 click.",
"thumbnailUrl": "https://img.youtube.com/vi/UDKbb1h-NMA/maxresdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=UDKbb1h-NMA",
"embedUrl": "https://www.youtube.com/embed/UDKbb1h-NMA",
"uploadDate": "2025-01-01",
"publisher": {
"@type": "Organization",
"name": "amiPro",
"url": "https://amipro.me"
}
}
]
}
</script>
<!--! Template customizer & Theme config files MUST be included after core stylesheets and helpers.js in the <head> section --> <!--! Template customizer & Theme config files MUST be included after core stylesheets and helpers.js in the <head> section -->
<script src="files/config.js"></script> <script src="files/config.js"></script>
@@ -348,6 +402,60 @@
lang_map.set('ja', 'カスタム秘匿化ルールで機密データを保護。'); lang_map.set('ja', 'カスタム秘匿化ルールで機密データを保護。');
i18n_messages.set('feature_pe_3', lang_map); i18n_messages.set('feature_pe_3', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'Cross-Platform Bookmarks Demo');
lang_map.set('zh-CN', '跨平台书签演示');
lang_map.set('ja', 'クロスプラットフォームブックマークデモ');
i18n_messages.set('video_bm_title', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'See how ContextWizard saves key moments across ChatGPT, Claude, and Gemini. Organize bookmarks into custom groups and jump back with one click.');
lang_map.set('zh-CN', '了解 ContextWizard 如何在 ChatGPT、Claude、Gemini 间保存关键时刻。将书签整理到自定义分组,一键跳回。');
lang_map.set('ja', 'ContextWizardがChatGPT、Claude、Gemini間で重要な会話を保存する方法をご覧ください。ブックマークをカスタムグループに整理し、ワンクリックで戻ります。');
i18n_messages.set('video_bm_desc', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'Watch Bookmark Demo on YouTube &rarr;');
lang_map.set('zh-CN', '在 YouTube 上观看书签演示 &rarr;');
lang_map.set('ja', 'YouTubeでブックマークデモを見る &rarr;');
i18n_messages.set('video_bm_link', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'Page Context Copy Demo');
lang_map.set('zh-CN', '页面上下文复制演示');
lang_map.set('ja', 'ページコンテキストコピーデモ');
i18n_messages.set('video_pcc_title', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'Learn how to copy page context from any website and seamlessly use it across your AI platforms with ContextWizard.');
lang_map.set('zh-CN', '了解如何从任意网站复制页面上下文,并在 AI 平台间无缝使用。');
lang_map.set('ja', '任意のWebサイトからページコンテキストをコピーし、AIプラットフォーム間でシームレスに使用する方法をご紹介します。');
i18n_messages.set('video_pcc_desc', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'Watch Page Context Demo on YouTube &rarr;');
lang_map.set('zh-CN', '在 YouTube 上观看页面上下文演示 &rarr;');
lang_map.set('ja', 'YouTubeでページコンテキストデモを見る &rarr;');
i18n_messages.set('video_pcc_link', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'Cross-Platform Thread Transfer Demo');
lang_map.set('zh-CN', '跨平台对话传输演示');
lang_map.set('ja', 'クロスプラットフォームスレッド転送デモ');
i18n_messages.set('video_act_title', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'Stop losing formats when shifting from ChatGPT to Claude. ContextWizard transfers long threads locally in 1 click.');
lang_map.set('zh-CN', '不再在从 ChatGPT 切换到 Claude 时丢失格式。ContextWizard 一键本地传输长对话。');
lang_map.set('ja', 'ChatGPTからClaudeに移行する際のフォーマット損失を解消。ContextWizardが1クリックで長いスレッドをローカル転送。');
i18n_messages.set('video_act_desc', lang_map);
lang_map = new Map();
lang_map.set('en-US', 'Watch 5-sec Workflow Demo on YouTube &rarr;');
lang_map.set('zh-CN', '在 YouTube 上观看 5 秒工作流演示 &rarr;');
lang_map.set('ja', 'YouTubeで5秒ワークフローデモを見る &rarr;');
i18n_messages.set('video_act_link', lang_map);
window.onload = async function() { window.onload = async function() {
setI18NText(i18n_messages); setI18NText(i18n_messages);
initRevealAnimations(); initRevealAnimations();
@@ -534,6 +642,42 @@
</article> </article>
</div> </div>
<section class="reveal" data-animate style="margin-top: 40px;">
<h2 class="section-heading" data-i18n="video_section_title">Watch in Action</h2>
<p class="section-lead" data-i18n="video_section_lead">Quick video demonstrations of ContextWizard's key features.</p>
</section>
<div class="feature-grid" style="margin-top: 24px;">
<div id="bookmark-demo" class="card feature-card reveal" data-animate>
<div class="card-body">
<div class="feature-icon">▶️</div>
<h3 class="card-title"><span id="video_bm_title">Cross-Platform Bookmarks Demo</span></h3>
<p><span id="video_bm_desc">See how ContextWizard saves key moments across ChatGPT, Claude, and Gemini. Organize bookmarks into custom groups and jump back with one click.</span></p>
<a href="https://youtu.be/_XzSm3txFkg" target="_blank" id="video_bm_link" style="color: #2563eb; text-decoration: underline; display: inline-flex; align-items: center; gap: 0.35rem;">Watch Bookmark Demo on YouTube &rarr;</a>
</div>
</div>
<div id="page-context-demo" class="card feature-card reveal" data-animate>
<div class="card-body">
<div class="feature-icon">▶️</div>
<h3 class="card-title"><span id="video_pcc_title">Page Context Copy Demo</span></h3>
<p><span id="video_pcc_desc">Learn how to copy page context from any website and seamlessly use it across your AI platforms with ContextWizard.</span></p>
<a href="https://youtu.be/lYbXXWZZMJ0" target="_blank" id="video_pcc_link" style="color: #2563eb; text-decoration: underline; display: inline-flex; align-items: center; gap: 0.35rem;">Watch Page Context Demo on YouTube &rarr;</a>
</div>
</div>
<div id="thread-transfer-demo" class="card feature-card reveal" data-animate>
<div class="card-body">
<div class="feature-icon">▶️</div>
<h3 class="card-title"><span id="video_act_title">Cross-Platform Thread Transfer Demo</span></h3>
<p><span id="video_act_desc">Stop losing formats when shifting from ChatGPT to Claude. ContextWizard transfers long threads locally in 1 click.</span></p>
<a href="https://youtu.be/UDKbb1h-NMA" target="_blank" id="video_act_link" style="color: #2563eb; text-decoration: underline; display: inline-flex; align-items: center; gap: 0.35rem;">Watch 5-sec Workflow Demo on YouTube &rarr;</a>
</div>
</div>
</div>
<hr class="my-1" /> <hr class="my-1" />
<section class="card mb-4 reveal" data-animate> <section class="card mb-4 reveal" data-animate>
@@ -595,9 +739,14 @@
<div class="card-body"> <div class="card-body">
<h3 class="card-title" style="margin-bottom: 1.5rem;">Frequently Asked Questions</h3> <h3 class="card-title" style="margin-bottom: 1.5rem;">Frequently Asked Questions</h3>
<div class="faq-item" style="margin-bottom: 1.5rem;"> <div id="faq-thread-transfer" class="faq-item" style="margin-bottom: 1.5rem;">
<h4 style="font-size: 1.1rem; margin-bottom: 0.5rem; color: #1e293b;">How to copy a long ChatGPT thread into Claude without formatting issues?</h4> <h4 style="font-size: 1.1rem; margin-bottom: 0.5rem; color: #1e293b;">How to copy a long ChatGPT thread into Claude without formatting issues?</h4>
<p style="margin-bottom: 0;"><strong>To copy a long ChatGPT thread into Claude without markdown or UI formatting clutter, use ContextWizard's context copy feature.</strong> It automatically strips out platform-specific UI artifacts, extracts clean raw text transcripts from ChatGPT, and allows one-step copying, exporting, or transferring of full conversation contexts into Claude, Manus, Gemini, or other assistants.</p> <p style="margin-bottom: 0;"><strong>To copy a long ChatGPT thread into Claude without markdown or UI formatting clutter, use ContextWizard's context copy feature.</strong> It automatically strips out platform-specific UI artifacts, extracts clean raw text transcripts from ChatGPT, and allows one-step copying, exporting, or transferring of full conversation contexts into Claude, Manus, Gemini, or other assistants. <a href="#thread-transfer-demo" style="color: #2563eb; text-decoration: underline;">&#8593; Watch the demo</a></p>
</div>
<div id="faq-page-context-copy" class="faq-item" style="margin-bottom: 1.5rem;">
<h4 style="font-size: 1.1rem; margin-bottom: 0.5rem; color: #1e293b;">How do I copy page context and use it across AI platforms?</h4>
<p style="margin-bottom: 0;"><strong>ContextWizard's page context copy feature lets you capture content from any webpage and seamlessly paste it into ChatGPT, Claude, Gemini, or other AI assistants.</strong> It strips out unnecessary UI clutter, preserves the meaningful text structure, and lets you transfer context in one click — no more manual copy-paste or formatting cleanup. <a href="#page-context-demo" style="color: #2563eb; text-decoration: underline;">&#8593; Watch the demo</a></p>
</div> </div>
<div class="faq-item" style="margin-bottom: 1.5rem;"> <div class="faq-item" style="margin-bottom: 1.5rem;">
@@ -610,12 +759,12 @@
<p style="margin-bottom: 0;"><strong>ContextWizard turns your daily browsing history into a secure, searchable local text database.</strong> By capturing real-time conversations using platform-specific selectors, it aggregates scattered insights into a unified workspace on your PC, enabling power users to build an offline second brain from their AI interactions.</p> <p style="margin-bottom: 0;"><strong>ContextWizard turns your daily browsing history into a secure, searchable local text database.</strong> By capturing real-time conversations using platform-specific selectors, it aggregates scattered insights into a unified workspace on your PC, enabling power users to build an offline second brain from their AI interactions.</p>
</div> </div>
<div class="faq-item" style="margin-bottom: 1.5rem;"> <div id="faq-cross-platform-bookmarks" class="faq-item" style="margin-bottom: 0;">
<h4 style="font-size: 1.1rem; margin-bottom: 0.5rem; color: #1e293b;">How do I keep track of important conversations across different AI models?</h4> <h4 style="font-size: 1.1rem; margin-bottom: 0.5rem; color: #1e293b;">How do I keep track of important conversations across different AI models?</h4>
<p style="margin-bottom: 0;"><strong>ContextWizard's cross-platform bookmark feature lets you save key moments across ChatGPT, Claude, and Gemini in a single place.</strong> It supports organizing bookmarks into custom groups with full instant-undo support, making it easy to jump back to any bookmarked conversation in its original web context with one click.</p> <p style="margin-bottom: 0;"><strong>ContextWizard's cross-platform bookmark feature lets you save key moments across ChatGPT, Claude, and Gemini in a single place.</strong> It supports organizing bookmarks into custom groups with full instant-undo support, making it easy to jump back to any bookmarked conversation in its original web context with one click. <a href="#bookmark-demo" style="color: #2563eb; text-decoration: underline;">&#8593; Watch the demo</a></p>
</div> </div>
<div class="faq-item" style="margin-bottom: 0;"> <div class="faq-item" style="margin-bottom: 0; margin-top: 1.5rem;">
<h4 style="font-size: 1.1rem; margin-bottom: 0.5rem; color: #1e293b;">How can I safely reuse prompts without exposing sensitive data?</h4> <h4 style="font-size: 1.1rem; margin-bottom: 0.5rem; color: #1e293b;">How can I safely reuse prompts without exposing sensitive data?</h4>
<p style="margin-bottom: 0;"><strong>The built-in Prompt Editor in ContextWizard allows you to manage reusable prompt templates while safeguarding your privacy through auto-redaction.</strong> You can define custom redaction rules that automatically replace sensitive information—such as API keys, passwords, and private tokens—with placeholders before sending the prompt to any AI platform.</p> <p style="margin-bottom: 0;"><strong>The built-in Prompt Editor in ContextWizard allows you to manage reusable prompt templates while safeguarding your privacy through auto-redaction.</strong> You can define custom redaction rules that automatically replace sensitive information—such as API keys, passwords, and private tokens—with placeholders before sending the prompt to any AI platform.</p>
</div> </div>