Skip to content

API Analytics

Power SEO Bot edited this page Feb 27, 2026 · 1 revision

@power-seo/analytics API

mergeGscWithAudit()

Combine GSC and audit data:

import { mergeGscWithAudit } from '@power-seo/analytics';

const insights = mergeGscWithAudit({
  gscPages: gscData,
  auditResults: auditData,
});

Build comprehensive dashboards.

Clone this wiki locally