Competitor comparison page generation. Creates "X vs Y" and "alternatives to X" pages with structured comparison tables, product schema markup, and conversion-optimized layouts. Use when user says "competitor comparison", "vs page", "alternatives page", or "comparison page".
For direct head-to-head comparisons (e.g., "Notion vs Obsidian").
For showcasing alternatives to a competitor (e.g., "Best Notion Alternatives").
| Feature | [Your Product] | [Competitor] |
|---------|---------------|-------------|
| Pricing | $X/month | $Y/month |
| Feature A | Yes | No |
| Feature B | Partial | Yes |
| Free Trial | 14 days | None |
| Support | 24/7 | Business hours |
Use Product schema with AggregateRating:
{
"@context": "https://schema.org",
"@type": "Product",
"name": "[Product Name]",
"description": "[Description]",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "1234"
}
}
/[product-a]-vs-[product-b]//alternatives-to-[competitor]//[product]-alternatives/Generate a complete comparison page draft with: