一行代码即可
npm install @seoreport/client。提交产品时调用 createPreview(url)。我们运行审核。你不需要做任何事.
合作伙伴计划
在几分钟内将全面的 AI SEO 审计嵌入您的平台。您的用户立即获得价值。您在每一次升级中保留利润。
npm install @seoreport/clientnpm install @seoreport/client。提交产品时调用 createPreview(url)。我们运行审核。你不需要做任何事.
总分、SEO 带宽和域名细分在不到10秒内渲染完成。用户在付款前就能确切知道需要修复的地方
通过你自己的结账提供完整的高级报告。白标 PDF。你的品牌。你的利润。我们保持隐形
五行代码。没有基础设施来管理.
import { SEOReportClient } from "@seoreport/client";
const client = new SEOReportClient({
apiKey: process.env.SEOREPORT_API_KEY,
});
// When a user submits a product, run a free preview instantly
async function onProductSubmit(url: string) {
const preview = await client.createPreview(url);
return {
score: preview.preview.score.overall,
band: preview.preview.score.band,
breakdown: preview.preview.score.domainScores,
};
}
// Sell the full advanced report through your own checkout
async function unlockForUser(jobId: string) {
const report = await client.pollReport(jobId);
return report; // white-label PDF + full findings
}合作方式如下: