feat: add SEO outreach templates, testimonial components, and supporting data schemas
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user