Shopto|Google 搜得到,AI 也推得到 - 台灣第一個 AEO 友善開店平台 { "@context": "https://schema.org", "@graph": [ { "@type": "Organization", "@id": "https://shopto.tw/#organization", "name": "Shopto", "url": "https://shopto.tw", "logo": { "@type": "ImageObject", "url": "https://shopto.tw/images/shopto_logo.png" }, "address": { "@type": "PostalAddress", "addressCountry": "TW" }, "contactPoint": { "@type": "ContactPoint", "contactType": "customer support", "availableLanguage": "zh-TW", "url": "https://shopto.tw/contact.php" } }, { "@type": "WebPage", "@id": "https:\/\/www.shopto.tw\/", "url": "https:\/\/www.shopto.tw\/", "name": "Shopto\uff5cGoogle \u641c\u5f97\u5230\uff0cAI \u4e5f\u63a8\u5f97\u5230 - \u53f0\u7063\u7b2c\u4e00\u500b AEO \u53cb\u5584\u958b\u5e97\u5e73\u53f0", "description": "SEO \u8b93\u4eba\u627e\u5230\u4f60\uff0cAEO \u8b93 AI \u5e6b\u4f60\u8ce3\u3002\u5ee3\u544a\u8cbb\u8cb4\u3001\u6d41\u91cf\u4e0d\u7a69\uff1fShopto \u96d9\u5f15\u64ce\u514d\u8cbb\u6d41\u91cf\u67b6\u69cb\uff0c\u8b93 ChatGPT\u3001Google AI \u4e3b\u52d5\u63a8\u85a6\u4f60\u7684\u5e97\u30020% \u62bd\u6210\uff0c14\u5929\u514d\u8cbb\u8a66\u7528\u3002", "inLanguage": "zh-TW", "isPartOf": { "@id": "https://shopto.tw/#website" }, "publisher": { "@id": "https://shopto.tw/#organization" } }, { "@type": "WebSite", "@id": "https://shopto.tw/#website", "url": "https://shopto.tw", "name": "Shopto", "publisher": { "@id": "https://shopto.tw/#organization" }, "potentialAction": { "@type": "SearchAction", "target": "https://shopto.tw/blog_list.php?q={search_term_string}", "query-input": "required name=search_term_string" } } ] } 特色 政府專區 產品方案 講座課程 資源 --> 開店資源 電商知識庫 教學專區 近期開放 聯絡我們 .navbar { display: flex; justify-content: space-between; align-items: center; padding: 1rem 5%; background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: relative; height: 70px; } .logo { font-size: 1.8rem; font-weight: 800; color: #333; text-decoration: none; z-index: 1001; } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { text-decoration: none; color: #555; font-weight: 500; transition: color 0.3s; } .nav-links a:hover { color: #4872c6; } /* Menu Toggle - Absolute Top Right */ .menu-toggle { display: none; font-size: 1.5rem; cursor: pointer; color: #333; z-index: 1002; position: absolute; top: 22px; right: 20px; } /* Logo Gradient */ .logo { font-size: 1.8rem; font-weight: 800; text-decoration: none; z-index: 1001; background: linear-gradient(45deg, #6b8de3, #4872c6); -webkit-background-clip: text; background-clip: text; color: transparent; } /* Mobile Close Button (Inside menu) */ .menu-close { display: none; } @media (max-width: 768px) { .nav-links { /* Slide from right, full height */ display: flex; /* Keep flex but hide via transforms */ flex-direction: column; position: fixed; top: 0; right: -100%; /* Hidden off-screen */ width: 250px; /* Or 70-80% of screen */ height: 100vh; background: #ffffff; box-shadow: -5px 0 30px rgba(0,0,0,0.2); /* Stronger shadow */ padding: 80px 30px; /* More padding */ gap: 0; z-index: 99999; /* Highest priority */ transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Smoother easing */ } .nav-links.active { right: 0; } /* Slide in */ .nav-links li { width: 100%; text-align: left; border-bottom: 1px solid #f5f5f5; } .nav-links a { display: block; padding: 20px 10px; font-size: 1.1rem; color: #333; } .menu-toggle { display: block; } /* Show X button inside menu */ .menu-close { display: block; position: absolute; top: 25px; right: 25px; font-size: 1.8rem; cursor: pointer; color: #333; background: #f0f0f0; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 50%; } } .hidden { display: none; } .mt-4 { margin-top: 1rem; } .error-message { color: #ef4444; font-size: 0.875rem; margin-top: 0.25rem; } .success-message { color:#2ecc71; } /* ── Dropdown Nav ── */ .has-dropdown { position: relative; } .sub-dropdown { display: none; position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: white; box-shadow: 0 8px 24px rgba(0,0,0,0.12); border-radius: 10px; padding: 0.4rem 0; min-width: 150px; z-index: 2000; list-style: none; border: 1px solid rgba(0,0,0,0.06); } .sub-dropdown::before { content: ''; position: absolute; top: -6px; left: 50%; width: 10px; height: 10px; background: white; border-left: 1px solid rgba(0,0,0,0.06); border-top: 1px solid rgba(0,0,0,0.06); transform: translateX(-50%) rotate(45deg); } .has-dropdown:hover .sub-dropdown { display: block; } .sub-dropdown li { border-bottom: none !important; width: 100%; } .sub-dropdown li a { display: block; padding: 0.55rem 1.2rem; font-size: 0.9rem; color: #444 !important; white-space: nowrap; } .sub-dropdown li a:hover { color: #4872c6 !important; background: #f5f7ff; border-radius: 6px; } .nav-badge { display: inline-block; background: #ffd166; color: #0f1f3d; font-size: 0.58rem; font-weight: 800; padding: 1px 5px; border-radius: 100px; vertical-align: middle; margin-left: 3px; letter-spacing: 0.5px; } @med
FACT BOX ・ 要点整理
- 出典:PR Times
- 分類:新製品
- 関連組織:Google / OpenAI (ChatGPT)