SEO Schema Architect - JSON-LD Generator
收藏SEO Schema Architect - JSON-LD Generator 数据集概述
基本信息
- 数据集名称: SEO Schema Architect - JSON-LD Generator
- 提供者: Lyndorin LLC
- 类别: Text Analysis
- API版本: v1 (current)
- 订阅者数量: 1
- 流行度: 8.6 Popularity
- 服务等级: 75% Service Level
- 延迟: 3622ms Latency
定价方案
- BASIC: $0.00 / mo
- PRO: $19.99 / mo
- ULTRA: $49.99 / mo
功能描述
SEO Architect 是一个用于优化搜索引擎结构化数据(Rich Snippets)的工具,可自动生成完美结构化的SEO元数据和有效的JSON-LD模式标记。
核心功能
- 生成有效的JSON-LD: 为Google Rich Snippets生成所需的模式标记(如Article、Product、FAQPage)。
- 智能摘要: 创建高点击率的SEO标题(最多60个字符)和引人注目的元描述(最多160个字符)。
- AI驱动标签提取: 从内容中提取最相关的关键词/标签。
- 协同作用: 可作为任何内容生成工作流程的完美配套API。
技术细节
端点
- GET Health Check
- POST Generate Schema
集成示例
Python
python import requests url = "https://seo-schema-generator.p.rapidapi.com/" payload = { "type": "Product", "content": "New Nike Air Zoom Pegasus 40. Responsive cushioning for road running. Breathable mesh upper. Price: $130. Available in Black and White." } headers = { "content-type": "application/json", "X-RapidAPI-Key": "YOUR_API_KEY", "X-RapidAPI-Host": "seo-schema-generator.p.rapidapi.com" } response = requests.post(url, json=payload, headers=headers) print(response.json())
Node.js
javascript const axios = require(axios); const options = { method: POST, url: https://seo-schema-generator.p.rapidapi.com/, headers: { content-type: application/json, X-RapidAPI-Key: YOUR_API_KEY, X-RapidAPI-Host: seo-schema-generator.p.rapidapi.com }, data: { "type": "Product", "content": "New Nike Air Zoom Pegasus 40. Responsive cushioning for road running. Breathable mesh upper. Price: $130. Available in Black and White." } }; try { const response = await axios.request(options); console.log(response.data); } catch (error) { console.error(error); }
响应格式
API返回一个包含结构化SEO数据的JSON对象。 json { "success": true, "data": { "seo_title": "Nike Air Zoom Pegasus 40: Responsive Road Running Shoe", "meta_description": "Experience responsive cushioning and breathable mesh with the Nike Air Zoom Pegasus 40...", "keywords": ["Nike", "Road Running Shoes", "Cushioning"], "json_ld_schema": { "@type": "Product", "name": "Nike Air Zoom Pegasus 40", ... } } }
使用价值
- 节省时间: 避免手动编写技术模式代码,减少错误。
- 保证准确性: 确保代码有效,符合Google要求。
- 自动化流程: 从任何文本内容自动生成SEO标题、元描述、关键词和有效的JSON-LD模式标记。




