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
issues.push({category: 'Schema Presence',severity: 'warning',message: 'No social profiles (sameAs) — critical for GEO/E-E-A-T signals',fix: 'Add schema.organization.sameAs with social profile URLs'});
issues.push({category: 'Schema Presence',severity: 'error',message: 'Site URL is still the default (https://example.com)',fix: 'Set url to your actual site URL'});
195
+
// Article/WebPage schema (4 pts) — always passes when schema is enabled since defaultType is set
suggestions.push('Set schema.defaultType to "Article" or "WebPage" for per-page structured data');
197
200
}
198
201
199
202
return{
@@ -247,13 +250,11 @@ function auditMetaQuality(config: ResolvedAeoConfig, issues: AuditIssue[], sugge
247
250
issues.push({category: 'Meta Quality',severity: 'warning',message: `Only ${pagesWithTitles.length}/${config.pages.length} pages have titles`,fix: 'Add titles to all pages'});
0 commit comments