How to use Shopify for programmatic SEO

How to use Shopify for programmatic SEO
CapGo AI participates in China International Medical Equipment Fair as an AI overseas expansion expert

🧱 Step 1: Create a Liquid template (page template)

  1. Open the Shopify admin

👉 “Online Store > Themes > Edit Code”

  1. Click on the /templates folder on the left

👉 Click “Add New Template”

  1. Select “page” as the type and enter “seo-template” as the name

👉 It will create a new file: page.seo-template.liquid

  1. Paste the following code:

liquidCopyEdit{% layout 'theme' %}

<section class="seo-page">
<h1>在 {{ page.metafields.custom.city }} 吃 {{ page.metafields.custom.food }}</h1>

<p>{{ page.metafields.custom.description }}</p>

<div class="html-body">
{{ page.content }}
</div>
</section>

Notes:

  • city, food, and description are the custom fields (metafields) you will define later in the CSV file
  • age.content will render the HTML body content of the page

🧾 Step 2: Prepare the Matrixify CSV file

You can use Excel or Google Sheets to write content. Here is a minimal viable example:

Title Handle Template Body HTML Metafield: custom.city Metafield: custom.food Metafield: custom.description
Best Pizza in Beijing best-pizza-in-beijing page.seo-template

This pizza place is amazing!

Beijing Pizza Authentic Italian pizza fused with local flavors
Best Pizza in Shanghai best-pizza-in-shanghai page.seo-template

You must try their Margherita.

Shanghai Pizza Pizza place recommended by Shanghai locals

Description fields:

  • Title: Page title
  • Handle: Page link URL (will generate /pages/handle)
  • Template: Enter the name of the template you just created: page.seo-template
  • Body HTML: HTML body text
  • Metafield: custom.xxx: Your custom field (must be defined in advance in the Shopify backend)

⚙️ Step 3: Add custom fields (Metafields) in Shopify

  1. Shopify Backend

👉 “Settings > Custom Data > Pages”

  1. Add the following fields:
    1. city (text field)
    2. food (text field)
    3. description (multi-line text)

📌 Note that the namespace is custom (default)


🚀 Step 4: Upload the CSV file (using Matrixify)

  1. Install the Matrixify app (https://apps.shopify.com/matrixify)
  2. After opening the app:
    1. Upload your CSV file
    2. Select the “Pages” import type
    3. Click “Import”

Wait a few minutes, and all pages will be created automatically.


🌐 Step 5: Visit your SEO page


Open these URLs to see the results:

  • https://yourstore.com/pages/best-pizza-in-beijing
  • https://yourstore.com/pages/best-pizza-in-shanghai

✅ Summary: Process overview

Step Action
1 Create Liquid Page Template
2 Define Metafields Custom Fields
3 Prepare and Upload CSV with Matrixify
4 Automatically Generate Pages and Bind Templates
5 Page Goes Live, Adapts to SEO Landing Page Requirements

📌 CAPGO AI Service Model:


During the collaboration process, CAPGO will provide page structure recommendations and content field requirements. The client team will then complete the design and configuration of the Shopify template (such as Liquid templates and Metafields settings) according to the requirements.

Subsequently, CAPGO will generate large-scale SEO content based on the template structure and deliver it to the client via CSV or API for bulk import into Shopify, enabling efficient programmatic landing page construction.

Read more

如何衡量 GEO(Generative Engine Optimization)的效果?

如何衡量 GEO(Generative Engine Optimization)的效果?

随着 AI 搜索(如 Google 的 AI Overview、ChatGPT Web Search 等)的普及,GEO(Generative Engine Optimization) 成为新的增长手段:优化内容,让生成式搜索结果更频繁、更有利地提及我们。 但是,如何科学地衡量 GEO 的效果?本文介绍一个实践方法。 GEO 效果衡量的核心思路 在传统 SEO 中,我们会看关键词排名、自然流量、点击率等指标。 而在 GEO 中,核心问题变成了: 👉 “我们的内容是否被 AI 搜索引擎在生成式回答中提及?” 因此,衡量 GEO 效果的关键指标就是 被提及率: * 给定一组我们希望优化的 Topic,生成相关网页 * 在

By CapGo AI - by YG
什么样的博客才是优秀的 SEO 博客?

什么样的博客才是优秀的 SEO 博客?

很多人谈到 SEO 博客时,第一反应是:关键词布局、外链建设、标题优化。这些确实重要,但真正能在竞争激烈的环境下长期获得流量和转化的博客,并不仅仅是“为搜索引擎写的文章”,而是为用户而写。 如果用户点击进来发现文章排版杂乱、文字密不透风、毫无重点,很快就会关闭页面。相反,如果你的博客能给人清晰、舒适的阅读体验,用户愿意停留更久、分享内容,搜索引擎自然会给予更高的权重。 那么,什么样的博客才是优秀的 SEO 博客? 核心是:用户体验优先,SEO优化其次。下面我们从多个维度展开。 一、阅读舒适度:用户体验是第一位 1. 窄屏布局,避免“大段横向阅读” 研究表明,人眼在屏幕上阅读的最佳宽度大约在 600-800px。太宽的文字行距会让眼睛左右来回大幅移动,造成阅读疲劳;太窄则会显得拥挤。 因此,一个优秀的博客应该限制正文宽度,保持阅读的舒适感。 2. 右侧 Table of

By CapGo AI - by YG
Technical SEO for Developers: 深入理解 Rendering 的挑战

Technical SEO for Developers: 深入理解 Rendering 的挑战

在 SEO 优化中,很多人只关注内容和链接,但对于开发者而言,Technical SEO 更关键的是确保搜索引擎能够高效、准确地渲染和索引页面。尤其是在现代 Web 应用中,复杂的 Rendering(渲染) 机制往往是影响 SEO 成败的核心因素。 重点 - Rendering 1. Rendering 与 SEO 的关系 搜索引擎爬虫(Googlebot 等)需要渲染页面后才能理解 DOM、提取内容、识别链接。如果渲染不完整或延迟,可能导致: * 页面内容无法被抓取(尤其是动态生成的内容)。 * 内部链接缺失,影响索引覆盖率。 * 结构化数据未被识别,导致丰富结果(Rich Results)丢失。 对于单页应用(SPA, Single Page Application),这个问题尤其严重,

By CapGo AI - by YG
群发邮件获客如果获得高打开率,高到达率

群发邮件获客如果获得高打开率,高到达率

背景数据与现状 近年来,群发邮件的整体到达率呈下降趋势,尤其是在 Gmail 等主流邮箱系统下,反垃圾算法的门槛越来越高。根据行业监测数据: * 在 Gmail 环境下,如果使用未经预热的新域名批量群发,到达率甚至可能低于 60%,冷名单(非精准名单)可能更低到 30%-40%。 * 并发大量无区别邮件,高投诉率(用户标记为垃圾邮件)和高退信率(无效邮箱)会迅速降低域名信誉,让后续邮件更容易被过滤,甚至会让整个域名的所有邮件进入垃圾邮箱。 因此,要想在今天依然保持高到达率和高打开率,必须做邮箱预热,个性化内容,模拟真人非并发发送,高邮箱质量,标题要触发高打开率。 一、高到达率邮件的特点 1. 良好的发件人信誉 * 使用干净的域名与 IP(避免使用被滥用过的老域名)。 * 持续保持低退信率、低投诉率,积累发件信誉。 2. 预热(Warm Up)机制 * 新域名或新邮箱不能一开始就群发,

By CapGo AI - by YG