shopify-json-ld

仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

补充主题无法生成的丰富 Schema,提高搜索表现

▸ 风险提示

会写入元字段并渲染,需写权限

这个 Skill 做什么

为 Shopify 添加缺失的结构化数据(JSON-LD)以提升丰富结果机会

为 Shopify 商店补上主题无法自动输出的结构化数据(JSON-LD),比如 Recipe、FAQPage、Article 或 Collection 的 richer nodes,目的是提升 Google rich results 命中率或修复 Search Console 的 schema 错误。做法是把补充的 JSON-LD 存到 metafield 并通过一个 Liquid 片段渲染,不去重复主题已有的标记。适合想优化丰富结果但主题不支持时使用。

▸ 展开 SKILL.md 英文原文

Use when adding structured data / JSON-LD / schema markup to a Shopify store: recipe, FAQ, Article/BlogPosting, CollectionPage, AboutPage, or Organization schema; chasing Google rich-results / rich-snippet eligibility; debugging a Search Console "Invalid object type" or "missing field" schema error; or a request like "add schema to my store", "add recipe schema", or "why isn't my product showing rich results". This skill adds SUPPLEMENTAL JSON-LD the theme cannot emit dynamically, stored in a metafield and rendered by one Liquid snippet. Not for meta titles, meta descriptions, canonical tags, or Open Graph (use shopify-seo-metadata for those).

垂直行业JSON-LDschemaSEOShopify通用
7
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-json-ld/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-json-ld/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Shopify JSON-LD

Adds **supplemental** structured data to a Shopify store: the schema types the
theme can't generate on its own (Recipe, FAQPage, richer Article/Collection
nodes), stored as JSON-LD in a per-entity metafield and rendered through a
single Liquid snippet. The governing principle: **you add what's missing, you
never duplicate what the theme already emits.** For meta tags, descriptions, and
Open Graph (a different job), use the sibling skill **shopify-seo-metadata**.

## Store access

**Lane A: custom-app token (scriptable).** In Shopify admin: Settings → Apps
and sales channels → Develop apps → create an app → grant this skill's minimum
scopes, then install and copy the Admin 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有