This commit is contained in:
2026-01-13 19:03:33 +01:00
parent 65def796ea
commit ceb2ac40ec
14 changed files with 499 additions and 28 deletions

View File

@@ -88,6 +88,16 @@ export function organizationSchema() {
name: 'QR Master Free',
applicationCategory: 'BusinessApplication',
operatingSystem: 'Web Browser',
offers: {
'@type': 'Offer',
price: '0',
priceCurrency: 'EUR',
},
aggregateRating: {
'@type': 'AggregateRating',
ratingValue: '4.8',
ratingCount: '1250',
},
},
},
{
@@ -97,6 +107,16 @@ export function organizationSchema() {
name: 'QR Master Pro',
applicationCategory: 'BusinessApplication',
operatingSystem: 'Web Browser',
offers: {
'@type': 'Offer',
price: '9',
priceCurrency: 'EUR',
},
aggregateRating: {
'@type': 'AggregateRating',
ratingValue: '4.9',
ratingCount: '850',
},
},
},
],