shopping-feed

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Shopping Feed & Merchant Center Setup

Shopping Feed & Merchant Center 设置

Optimize product feeds and configure Google Merchant Center to maximize visibility in Google Shopping results, drive qualified traffic, and increase sales through properly structured product data and feed optimization.
优化product feed并配置Google Merchant Center,以提升在Google Shopping结果中的曝光量,引入精准流量,并通过规范结构化的产品数据和feed优化提高销售额。

Core Objectives

核心目标

  • Create compliant, optimized product feeds for Google Shopping
  • Maximize product visibility in Google Shopping search results
  • Optimize feed data for better ad performance and lower CPCs
  • Ensure feed compliance with Google Merchant Center policies
  • Automate feed updates to keep product data current
  • 为Google Shopping创建合规且经过优化的product feed
  • 提升产品在Google Shopping搜索结果中的曝光量
  • 优化feed数据以提升广告效果、降低CPC(每次点击成本)
  • 确保feed符合Google Merchant Center的政策要求
  • 实现feed自动更新,保持产品数据的时效性

Mandatory Elements

必备要素

1. Product Feed Structure

1. Product Feed结构

  • Required Fields: id, title, description, link, image_link, price, availability
  • Recommended Fields: brand, gtin, mpn, condition, shipping, tax
  • Feed Format: XML or CSV (XML preferred for automation)
  • Data Quality: Accurate titles, descriptions, prices, images
  • 必填字段:id, title, description, link, image_link, price, availability
  • 推荐字段:brand, gtin, mpn, condition, shipping, tax
  • Feed格式:XML或CSV(XML更适合自动化场景)
  • 数据质量:准确的标题、描述、价格、图片

2. Merchant Center Configuration

2. Merchant Center配置

  • Account Setup: Business verification and tax information
  • Feed Submission: Primary feed + supplemental feeds (if needed)
  • Shipping Settings: Accurate shipping costs by region
  • Tax Settings: Tax rates by location (if applicable)
  • 账户设置:企业验证及税务信息完善
  • Feed提交:主feed + 补充feed(如有需要)
  • 配送设置:按地区设置准确的配送费用
  • 税务设置:按地区设置税率(如适用)

3. Feed Optimization

3. Feed优化

  • Title Optimization: Include brand, product type, key features (150 chars max)
  • Description: Detailed, keyword-rich descriptions (5,000 chars max)
  • Image Quality: High-resolution images (minimum 100x100px, recommended 800x800px)
  • Category Mapping: Accurate Google product category assignment
  • 标题优化:包含品牌、产品类型、核心特性(最多150字符)
  • 描述优化:内容详实、富含关键词(最多5000字符)
  • 图片质量:高分辨率图片(最低100x100像素,推荐800x800像素)
  • 分类映射:准确匹配Google产品分类

Structure & Frameworks

结构与框架

The "Feed-First" Framework

"Feed优先"框架

  1. Structure Data: Organize product data in feed format
  2. Optimize Content: Titles, descriptions, images for search
  3. Submit & Verify: Upload to Merchant Center and fix errors
  4. Monitor & Optimize: Track performance and refine feed data
  1. 结构化数据:将产品数据整理为feed格式
  2. 内容优化:针对搜索优化标题、描述、图片
  3. 提交与验证:上传至Merchant Center并修复错误
  4. 监控与优化:追踪效果并优化feed数据

Feed Optimization Checklist

Feed优化检查清单

  • Titles: Include brand, product name, key attributes, model number
  • Descriptions: Keyword-rich, detailed, include all relevant features
  • Images: High-quality, multiple angles, lifestyle images
  • Pricing: Accurate, updated regularly, matches website
  • Availability: Real-time inventory sync (if possible)
  • GTINs: Include UPC/EAN/ISBN for better matching
  • 标题:包含品牌、产品名称、核心属性、型号
  • 描述:富含关键词、内容详实,涵盖所有相关特性
  • 图片:高质量、多角度、场景化图片
  • 定价:准确无误、定期更新,与网站价格保持一致
  • 库存状态:尽可能实现实时库存同步
  • GTIN:包含UPC/EAN/ISBN以提升匹配度

Voice & Tone Guidelines

语气与语调指南

  • Technical & Precise: Use Google Shopping terminology accurately
  • Optimization-Focused: Emphasize feed quality for better performance
  • Compliance-Aware: Highlight policy requirements and best practices
  • Formatting: Use tables for feed fields, checklists for setup steps
  • 专业精准:准确使用Google Shopping相关术语
  • 聚焦优化:强调feed质量对效果的提升作用
  • 合规导向:突出政策要求与最佳实践
  • 格式规范:使用表格展示feed字段,使用清单展示设置步骤

Concrete Examples

具体示例

Optimized Product Title

优化后的产品标题

text
"Bad: Widget
Good: Brand Name Widget Pro - 10-Pack - Blue - Model XYZ123
Best: Brand Name Widget Pro 10-Pack Blue Model XYZ123 | Premium Quality | Fast Shipping"
text
"Bad: Widget
Good: Brand Name Widget Pro - 10-Pack - Blue - Model XYZ123
Best: Brand Name Widget Pro 10-Pack Blue Model XYZ123 | Premium Quality | Fast Shipping"

Product Feed XML Structure

Product Feed XML结构

xml
<item>
  <id>PROD-12345</id>
  <title>Brand Name Widget Pro 10-Pack Blue Model XYZ123</title>
  <description>Premium quality widget set featuring 10 professional-grade widgets in blue. Perfect for [use case]. Includes [features].</description>
  <link>https://store.com/products/widget-pro-blue</link>
  <image_link>https://store.com/images/widget-pro-blue-800x800.jpg</image_link>
  <price>29.99 USD</price>
  <availability>in stock</availability>
  <brand>Brand Name</brand>
  <gtin>0123456789012</gtin>
  <condition>new</condition>
  <google_product_category>Home & Garden > Tools > Hand Tools</google_product_category>
</item>
xml
<item>
  <id>PROD-12345</id>
  <title>Brand Name Widget Pro 10-Pack Blue Model XYZ123</title>
  <description>Premium quality widget set featuring 10 professional-grade widgets in blue. Perfect for [use case]. Includes [features].</description>
  <link>https://store.com/products/widget-pro-blue</link>
  <image_link>https://store.com/images/widget-pro-blue-800x800.jpg</image_link>
  <price>29.99 USD</price>
  <availability>in stock</availability>
  <brand>Brand Name</brand>
  <gtin>0123456789012</gtin>
  <condition>new</condition>
  <google_product_category>Home & Garden > Tools > Hand Tools</google_product_category>
</item>

Quality Checklist

质量检查清单

For every shopping feed plan, ask:
  • Are all required fields present and accurate?
  • Are product titles optimized with keywords and attributes?
  • Are images high-quality and meet Google's requirements?
  • Is pricing accurate and synced with website?
  • Will this feed maximize product visibility and conversions?
针对每个shopping feed方案,需确认:
  • 所有必填字段是否完整且准确?
  • 产品标题是否已加入关键词与属性进行优化?
  • 图片是否符合Google的高质量要求?
  • 定价是否准确且与网站同步?
  • 该feed能否最大化产品曝光量与转化率?