You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Power SEO Bot edited this page Feb 27, 2026
·
1 revision
@power-seo/preview API
SERP Preview
import{generateSerpPreview}from'@power-seo/preview';constserp=generateSerpPreview({title: 'My Article Title',description: 'A great description of the article',url: 'https://example.com/article',siteTitle: 'My Blog',});console.log(serp.title);// Full titleconsole.log(serp.displayUrl);// Breadcrumb URLconsole.log(serp.description);// Full descriptionconsole.log(serp.titleTruncated);// Title cut off?console.log(serp.descriptionTruncated);// Description cut off?