TikTok V4

This commit is contained in:
2026-07-10 11:26:47 +02:00
parent c26c2aae31
commit 854670197b
20 changed files with 629 additions and 55 deletions

View File

@@ -1,3 +1,4 @@
import { getAggregateRating } from '@/lib/testimonial-data';
import React from 'react';
import type { Metadata } from 'next';
import Link from 'next/link';
@@ -177,7 +178,14 @@ const softwareSchema = {
'@type': 'SoftwareApplication',
'@id': 'https://www.qrmaster.net/bulk-qr-code-generator#software',
name: 'QR Master - Bulk QR Code Generator',
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',