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 { Button } from '@/components/ui/Button';
|
||||
@@ -16,7 +17,7 @@ import { featuredUseCases } from '@/lib/growth-pages';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
absolute: 'Dynamic QR Code Generator: Edit After Print',
|
||||
absolute: 'Free Dynamic QR Code Generator: Edit After Print',
|
||||
},
|
||||
description:
|
||||
'Create dynamic QR codes with editable destinations, scan tracking, branding, and post-print updates for menus, flyers, packaging, and campaigns.',
|
||||
@@ -286,7 +287,14 @@ const softwareSchema = {
|
||||
'@type': 'SoftwareApplication',
|
||||
'@id': 'https://www.qrmaster.net/dynamic-qr-code-generator#software',
|
||||
name: 'QR Master - Dynamic 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',
|
||||
|
||||
Reference in New Issue
Block a user