事前に監査を自動実行
製品が提出されると、SDK を通じて無料スコアプレビューを即座に実行します.
パートナープログラム
AI SEO の包括的監査を数分でプラットフォームに組み込みます。ユーザーは即座に価値を得られます。すべてのアップグレードでマージンを保持します。
npm install @seoreport/client製品が提出されると、SDK を通じて無料スコアプレビューを即座に実行します.
スコアとドメインの内訳を表示します。ユーザーは何を修正すべきかを正確に把握します.
修正と PDF を含む完全な高度レポートを提供します。ホワイトラベル化。価格設定はあなたのもの。チェックアウトはあなたのもの。
5行のコード。管理するインフラはありません。.
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
}パートナーシップの仕組みは次のとおりです: