TikTok V4
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { getAggregateRating } from '@/lib/testimonial-data';
|
||||
import React from 'react';
|
||||
import type { Metadata } from 'next';
|
||||
import ReprintSavingsCalculator from '@/components/marketing/ReprintSavingsCalculator';
|
||||
@@ -39,7 +40,14 @@ const softwareSchema = {
|
||||
'@type': 'WebApplication',
|
||||
'@id': 'https://www.qrmaster.net/reprint-calculator#app',
|
||||
name: 'QR Code Reprint Cost Calculator',
|
||||
applicationCategory: 'BusinessApplication',
|
||||
applicationCategory: 'BusinessApplication',
|
||||
aggregateRating: {
|
||||
'@type': 'AggregateRating',
|
||||
ratingValue: getAggregateRating().ratingValue,
|
||||
reviewCount: getAggregateRating().reviewCount,
|
||||
bestRating: getAggregateRating().bestRating,
|
||||
worstRating: getAggregateRating().worstRating,
|
||||
},
|
||||
operatingSystem: 'Web Browser',
|
||||
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
||||
description: 'Calculate the cost of reprinting static QR codes vs switching to dynamic QR codes that never need reprinting.',
|
||||
|
||||
Reference in New Issue
Block a user