热门角色不仅是灵感来源,更是你的效率助手。通过精挑细选的角色提示词,你可以快速生成高质量内容、提升创作灵感,并找到最契合你需求的解决方案。让创作更轻松,让价值更直接!
我们根据不同用户需求,持续更新角色库,让你总能找到合适的灵感入口。
本提示词为用户提供基于Schema.org标准的结构化数据实施全流程指导。通过输入产品/服务描述,专家将精准推荐相关类型、必备属性,并提供具体的JSON-LD代码示例与实施、监控步骤,帮助用户高效提升网页内容在搜索引擎中的可见性与理解度。
建议页面映射:
示例1:SoftwareApplication(放在首页或主要功能页)
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"@id": "https://example.com/#app",
"name": "迅协云",
"description": "面向中小团队的在线项目管理SaaS,支持看板、甘特、迭代管理、OKR跟踪、自动化工单、工时统计与可视化报表;提供Web与移动端,14天免费试用。",
"applicationCategory": "Project Management",
"applicationSubCategory": "Team collaboration",
"operatingSystem": "Web,iOS,Android",
"softwareVersion": "2.8",
"isAccessibleForFree": false,
"availableLanguage": ["zh-CN", "en"],
"inLanguage": "zh-CN",
"url": "https://example.com/",
"sameAs": [
"https://example.com/about",
"https://weibo.com/example"
],
"areaServed": "Worldwide",
"image": [
"https://cdn.example.com/img/hero.png",
"https://cdn.example.com/img/dashboard.png"
],
"screenshot": [
"https://cdn.example.com/img/hero.png",
"https://cdn.example.com/img/dashboard.png"
],
"featureList": ["看板", "甘特图", "OKR", "工时", "报表", "API", "SSO"],
"brand": {
"@type": "Brand",
"name": "迅协"
},
"audience": {
"@type": "BusinessAudience",
"audienceType": "SMB teams",
"industry": ["软件开发", "市场运营", "跨部门协作"]
},
"offers": {
"@type": "Offer",
"price": "99",
"priceCurrency": "CNY",
"priceValidUntil": "2026-12-31",
"url": "https://example.com/pricing",
"availability": "https://schema.org/InStock",
"category": "subscription",
"priceSpecification": {
"@type": "UnitPriceSpecification",
"price": "99",
"priceCurrency": "CNY",
"unitText": "month"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.6",
"reviewCount": "132"
},
"review": {
"@type": "Review",
"author": { "@type": "Person", "name": "张同学" },
"reviewBody": "使用迭代与自动化工单后,跨部门协作更顺畅,报表也清晰",
"reviewRating": { "@type": "Rating", "ratingValue": "5" },
"datePublished": "2025-01-10",
"inLanguage": "zh-CN"
},
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/VisitAction",
"userInteractionCount": 120000
},
"mainEntityOfPage": "https://example.com/"
}
示例2:Product(放在定价/套餐页,可与 SoftwareApplication 互相引用)
{
"@context": "https://schema.org",
"@type": "Product",
"@id": "https://example.com/#product",
"name": "迅协云 项目管理SaaS",
"description": "迅协云是面向中小团队的项目管理SaaS,支持多工作区、角色权限、单点登录、审计日志、API与Webhook集成(消息协作与代码托管平台对接),提供7×12在线支持与服务等级协议。",
"sku": "XUNXIE-PM-STD",
"brand": { "@type": "Brand", "name": "迅协" },
"image": [
"https://cdn.example.com/img/hero.png",
"https://cdn.example.com/img/dashboard.png"
],
"category": "SaaS",
"url": "https://example.com/pricing",
"inLanguage": "zh-CN",
"isRelatedTo": { "@id": "https://example.com/#app" },
"offers": {
"@type": "Offer",
"price": "99",
"priceCurrency": "CNY",
"priceValidUntil": "2026-12-31",
"url": "https://example.com/pricing",
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.6",
"reviewCount": "132"
}
}
示例3:Review(放在案例/口碑页;可批量生成多条)
{
"@context": "https://schema.org",
"@type": "Review",
"@id": "https://example.com/reviews/#review-zh-1",
"itemReviewed": { "@id": "https://example.com/#app" },
"author": { "@type": "Person", "name": "张同学" },
"reviewBody": "使用迭代与自动化工单后,跨部门协作更顺畅,报表也清晰",
"reviewRating": { "@type": "Rating", "ratingValue": "5", "bestRating": "5", "worstRating": "1" },
"datePublished": "2025-01-10",
"inLanguage": "zh-CN",
"publisher": { "@type": "Organization", "name": "迅协" }
}
示例4:FAQPage(放在帮助中心FAQ页)
{
"@context": "https://schema.org",
"@type": "FAQPage",
"@id": "https://example.com/help/faq/#faq",
"inLanguage": "zh-CN",
"mainEntity": [
{
"@type": "Question",
"name": "如何导入任务?",
"acceptedAnswer": {
"@type": "Answer",
"text": "在项目页面点击“导入”,支持CSV/Excel与Jira导入向导;也可通过API批量导入。"
}
},
{
"@type": "Question",
"name": "是否支持SSO?",
"acceptedAnswer": {
"@type": "Answer",
"text": "支持企业级单点登录,兼容 SAML 2.0 与 OAuth 2.0;可配置登录IP白名单与审计日志。"
}
},
{
"@type": "Question",
"name": "价格如何计费?",
"acceptedAnswer": {
"@type": "Answer",
"text": "提供14天免费试用;正式版按席位订阅,支持月付/年付,详情见定价页。"
}
}
],
"mainEntityOfPage": "https://example.com/help/faq"
}
示例5:HowTo(放在“快速上手”或文档页)
{
"@context": "https://schema.org",
"@type": "HowTo",
"@id": "https://example.com/get-started/#howto",
"name": "迅协云快速上手",
"description": "4步完成注册、建团队、导入任务与自动化配置。",
"totalTime": "PT15M",
"image": "https://cdn.example.com/img/hero.png",
"inLanguage": "zh-CN",
"supply": [
{ "@type": "HowToSupply", "name": "团队项目数据(CSV/Excel)" }
],
"tool": [
{ "@type": "HowToTool", "name": "Web 浏览器或移动App" }
],
"step": [
{
"@type": "HowToStep",
"name": "步骤1 注册试用",
"url": "https://example.com/signup",
"text": "访问官网点击“免费试用”,填写邮箱并完成验证。"
},
{
"@type": "HowToStep",
"name": "步骤2 创建团队与项目",
"text": "在“工作区设置”中新建团队,设置角色与权限;创建首个项目。"
},
{
"@type": "HowToStep",
"name": "步骤3 导入任务",
"text": "通过CSV/Excel或API导入历史任务,映射字段并校验。"
},
{
"@type": "HowToStep",
"name": "步骤4 配置自动化",
"text": "在“自动化”中添加触发器与Webhook,与消息/代码平台对接。"
}
],
"mainEntityOfPage": "https://example.com/get-started"
}
以上标记覆盖Google/Bing/Baidu普遍支持的关键类型,聚焦SaaS与价格/功能/FAQ/上手指南等高影响区域,有助于提升功能页与价格页的搜索展示并促进试用注册转化。
可选(后续增强,非本次硬性要求):
分阶段实施建议:
Restaurant(用于门店详情页/店铺页)
Organization(用于首页/站点级)
FAQPage(用于FAQ页面)
Event(用于活动详情页)
Review(用于单条/列表评价页;请确保页面可见同内容)
{
"@context": "https://schema.org",
"@type": "Restaurant",
"@id": "https://example.com/#restaurant",
"name": "杉禾面馆",
"url": "https://example.com/store",
"inLanguage": "zh-CN",
"image": [
"https://cdn.example.com/storefront.jpg",
"https://cdn.example.com/noodle.jpg"
],
"telephone": "+86-20-55553366",
"address": {
"@type": "PostalAddress",
"streetAddress": "新城路88号1层",
"addressLocality": "新城区",
"addressRegion": "海州",
"postalCode": "310000",
"addressCountry": "CN"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 30.2801,
"longitude": 120.1234
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "11:00",
"closes": "21:30"
}
],
"priceRange": "¥¥",
"currenciesAccepted": "CNY",
"paymentAccepted": "现金, 银行卡, 移动支付",
"servesCuisine": ["中式", "面食", "素食"],
"suitableForDiet": ["https://schema.org/VegetarianDiet"],
"amenityFeature": [
{ "@type": "LocationFeatureSpecification", "name": "开放式厨房", "value": true },
{ "@type": "LocationFeatureSpecification", "name": "低盐少油", "value": true },
{ "@type": "LocationFeatureSpecification", "name": "儿童友好座椅", "value": true }
],
"hasDelivery": true,
"hasTakeout": true,
"acceptsReservations": true,
"areaServed": "新城区",
"menu": "https://example.com/menu",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "午市套餐",
"itemListElement": [
{
"@type": "Offer",
"name": "牛肉面+饮品",
"price": "48",
"priceCurrency": "CNY",
"availability": "https://schema.org/InStock",
"itemOffered": { "@type": "MenuItem", "name": "牛肉面+饮品" }
},
{
"@type": "Offer",
"name": "素食面+小菜",
"price": "42",
"priceCurrency": "CNY",
"availability": "https://schema.org/InStock",
"itemOffered": { "@type": "MenuItem", "name": "素食面+小菜" }
}
]
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": 286
},
"review": [
{
"@type": "Review",
"author": { "@type": "Person", "name": "李女士" },
"reviewBody": "牛肉面筋道,汤头清爽,等位也很快",
"reviewRating": { "@type": "Rating", "ratingValue": 5 },
"datePublished": "2025-01-15"
}
],
"sameAs": [
"https://example.com/store",
"https://maps.example.com/p/sg-noodle"
],
"potentialAction": [
{
"@type": "ReserveAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://example.com/reserve",
"inLanguage": "zh-CN"
},
"result": { "@type": "FoodEstablishmentReservation" }
},
{
"@type": "OrderAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://example.com/order",
"inLanguage": "zh-CN"
},
"deliveryMethod": [
"https://schema.org/OnSitePickup",
"http://purl.org/goodrelations/v1#DeliveryModeOwnFleet"
]
}
]
}
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://example.com/#organization",
"name": "杉禾面馆",
"url": "https://example.com/",
"logo": {
"@type": "ImageObject",
"url": "https://cdn.example.com/logo.png"
},
"sameAs": [
"https://example.com/store",
"https://maps.example.com/p/sg-noodle"
],
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+86-20-55553366",
"contactType": "customer service",
"areaServed": "CN",
"availableLanguage": ["zh-CN"]
}
]
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"inLanguage": "zh-CN",
"mainEntity": [
{
"@type": "Question",
"name": "是否可预约包间?",
"acceptedAnswer": {
"@type": "Answer",
"text": "目前门店为开放式大厅,无独立包间;可在线预约座位或到店取餐。"
}
},
{
"@type": "Question",
"name": "是否提供儿童座椅?",
"acceptedAnswer": {
"@type": "Answer",
"text": "提供儿童友好座椅,数量有限,先到先得。"
}
},
{
"@type": "Question",
"name": "外卖范围?",
"acceptedAnswer": {
"@type": "Answer",
"text": "支持新城区范围内的外卖配送,距离门店5公里内可下单;也可选择到店自取。"
}
}
]
}
{
"@context": "https://schema.org",
"@type": "Event",
"@id": "https://example.com/event/2025-12-20-tasting",
"name": "周末新品试吃会",
"startDate": "2025-12-20T15:00:00+08:00",
"endDate": "2025-12-20T17:00:00+08:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@id": "https://example.com/#restaurant"
},
"image": "https://cdn.example.com/noodle.jpg",
"description": "免费参与,限额30人,现场试吃新品低盐少油面食。",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "CNY",
"availability": "https://schema.org/InStock",
"url": "https://example.com/event/2025-12-20-tasting/register"
},
"organizer": {
"@id": "https://example.com/#organization"
}
}
{
"@context": "https://schema.org",
"@type": "Review",
"inLanguage": "zh-CN",
"datePublished": "2025-01-15",
"author": { "@type": "Person", "name": "李女士" },
"reviewBody": "牛肉面筋道,汤头清爽,等位也很快",
"reviewRating": {
"@type": "Rating",
"ratingValue": 5,
"bestRating": 5,
"worstRating": 1
},
"itemReviewed": { "@id": "https://example.com/#restaurant" }
}
放置位置(原则:每个页面仅放置与该页主体最相关的实体)
集成方式
实施要点
测试与验证
例行监控
持续更新
合规与质量
扩展机会(后续)
按上述分阶段实施,先上线Restaurant+Organization,随后FAQPage与Event,可在Google/Bing结果页争取FAQ折叠卡与事件展示,结合本地包信息提升到店与外卖转化。
提示:在同一页面可将多个类型合并为一个@graph,也可用多个
通过提供清晰、实用的结构化数据实施指南,帮助用户轻松、高效地完成Schema.org结构化数据的部署,提升产品/服务在搜索引擎中的展现效果,从而增加流量和转化率。解决的问题
通过标准化结构化数据,优化网站的搜索引擎表现,提升网页排名和流量转化。
无需专业开发经验,通过分步执行指南,快速实现结构化数据方案,节省时间和成本。
利用Schema.org标准呈现商品详情,增强产品信息在搜索引擎中的表现,吸引潜在买家。
将模板生成的提示词复制粘贴到您常用的 Chat 应用(如 ChatGPT、Claude 等),即可直接对话使用,无需额外开发。适合个人快速体验和轻量使用场景。
把提示词模板转化为 API,您的程序可任意修改模板参数,通过接口直接调用,轻松实现自动化与批量处理。适合开发者集成与业务系统嵌入。
在 MCP client 中配置对应的 server 地址,让您的 AI 应用自动调用提示词模板。适合高级用户和团队协作,让提示词在不同 AI 工具间无缝衔接。
半价获取高级提示词-优惠即将到期