← 返回
未分类 中文

Schema Gen

Generate Schema.org JSON-LD structured data markup for Person, Organization, Product, FAQ, HowTo, Article, LocalBusiness, Event, WebSite, BreadcrumbList, Vid...
为Person、Organization、Product、FAQ、HowTo、Article、LocalBusiness、Event、WebSite、BreadcrumbList、Video等类型生成Schema.org JSON-LD结构化数据标记
sharozdawa
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 406
下载
💾 0
安装
1
版本
#latest

概述

schema-gen

Generate valid Schema.org JSON-LD structured data markup for any schema type.

Supported Schema Types

TypeKey FieldsGoogle Rich Result
------------------------------------
Personname, jobTitle, url, image, sameAs, worksForYes
Organizationname, url, logo, description, sameAs, foundingDateYes
Productname, description, image, price, availability, brandYes
Articleheadline, author, datePublished, image, publisherYes
FAQquestions (question + answer pairs)Yes
HowToname, steps (name + text), totalTimeYes
LocalBusinessname, address, telephone, openingHours, geoYes
Eventname, startDate, location, description, offersYes
WebSitename, url, potentialAction (SearchAction)Yes (Sitelinks)
BreadcrumbListitems (name + url position pairs)Yes
VideoObjectname, description, thumbnailUrl, uploadDate, durationYes
SoftwareApplicationname, operatingSystem, applicationCategory, offersYes

How to Generate

When asked to generate schema markup:

  1. Identify which schema type is needed based on the user's request
  2. Ask for the required fields (or extract from context)
  3. Generate valid JSON-LD with:
    • @context: always https://schema.org
    • @type: the schema type name
    • All provided fields properly formatted
  4. Output in a code block with json syntax highlighting
  5. Wrap in