IonWarpbotcommented 2 min agoIonWarp Review — PR #189
3 issues| 2 P1 1 P2
#SevIssueFile
1Missing og:image meta taglayout.tsx
2H1 tag missing on pageblog/[slug].tsx
3Alt text empty on hero imagehero.tsx
app/blog/[slug].tsx
121314
−+
<span className="post-title">{post.title}</span><h1 className="post-title">{post.title}</h1>// single h1 per page anchors topic
H1 tag missing on page · SEO Review
Blog post title uses <span> instead of <h1>. Search engines need a single <h1>.
Suggested fixAI fix prompt