feat: add SEO outreach templates, testimonial components, and supporting data schemas

This commit is contained in:
Timo Knuth
2026-04-12 23:23:39 +02:00
parent 434b5954c1
commit 6ccab068d8
7 changed files with 1672 additions and 110 deletions

View File

@@ -317,10 +317,13 @@ export function reviewSchema(testimonial: Testimonial) {
export function aggregateRatingSchema(aggregateRating: AggregateRating) {
return {
'@context': 'https://schema.org',
'@type': 'Product',
'@type': 'SoftwareApplication',
name: 'QR Master',
description: 'Professional QR code generator with dynamic QR codes, analytics, and customization.',
image: `${SITE_URL}/static/og-image.png`,
applicationCategory: 'BusinessApplication',
operatingSystem: 'Web Browser',
url: SITE_URL,
offers: {
'@type': 'Offer',
price: '0',