From cc9b0f8a73a632de17bb83ec96e6c32bbdd61b88 Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Sun, 21 Dec 2025 11:00:47 +0100 Subject: [PATCH] chore: Remove incorrect information from SEO schemas --- apps/landing/src/pages/index.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/landing/src/pages/index.tsx b/apps/landing/src/pages/index.tsx index 3a36096..c7dca13 100644 --- a/apps/landing/src/pages/index.tsx +++ b/apps/landing/src/pages/index.tsx @@ -157,7 +157,7 @@ export default function Index() { 'acceptedAnswer': { '@type': 'Answer', 'text': - 'Plunk offers a free plan that includes 3000 automated, 3000 transactional and 3000 broadcast emails per month. You can upgrade to a pay-as-you-go plan that costs $0.001 per email.', + 'Plunk offers a free plan that includes 1000 emails per month. You can upgrade to a pay-as-you-go plan that costs $0.001 per email.', }, }, ], @@ -200,11 +200,6 @@ export default function Index() { 'unitText': 'email', }, }, - 'aggregateRating': { - '@type': 'AggregateRating', - 'ratingValue': '4.8', - 'reviewCount': '50', - }, 'featureList': 'Workflow Automation, Dynamic Segmentation, Campaign Management, Analytics, Developer API, Custom Domains, Self-Hosting, Open Source', }),