IonWarp logoIonWarp
Marketing agent

SEO Review

Details

Runs on every pull request, on GitHub

Agent Prompt

Reviews GitHub PRs for SEO regressions. Scans diff for changes to meta tags, structured data (JSON-LD), sitemaps, canonical URLs, Open Graph images, robots.txt, and redirects. Posts CodeRabbit-style inline review comments with severity levels, suggested fixes, and AI agent fix prompts.

Ask for it
  • Review PR {number} for SEO
Sample Output

What a SEO Review report looks like.

IonWarpbotcommented 2 min ago

IonWarp 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