qrmaster.net

This commit is contained in:
Timo Knuth
2025-12-09 22:22:36 +01:00
parent 424c61a176
commit 8c5e2fa58e
37 changed files with 549 additions and 915 deletions

View File

@@ -12,16 +12,16 @@ export const metadata: Metadata = {
description: 'Create dynamic QR codes that can be edited after printing. Change destination URL, track scans, and update content without reprinting. Free dynamic QR code generator.',
keywords: 'dynamic qr code generator, editable qr code, dynamic qr code, free dynamic qr code, qr code generator dynamic, best dynamic qr code generator',
alternates: {
canonical: 'https://www.qrmaster.com/dynamic-qr-code-generator',
canonical: 'https://www.qrmaster.net/dynamic-qr-code-generator',
languages: {
'x-default': 'https://www.qrmaster.com/dynamic-qr-code-generator',
en: 'https://www.qrmaster.com/dynamic-qr-code-generator',
'x-default': 'https://www.qrmaster.net/dynamic-qr-code-generator',
en: 'https://www.qrmaster.net/dynamic-qr-code-generator',
},
},
openGraph: {
title: 'Dynamic QR Code Generator - Edit QR Codes Anytime | QR Master',
description: 'Create dynamic QR codes that can be edited after printing. Change URLs, track scans, and update content anytime.',
url: 'https://www.qrmaster.com/dynamic-qr-code-generator',
url: 'https://www.qrmaster.net/dynamic-qr-code-generator',
type: 'website',
},
twitter: {
@@ -132,7 +132,7 @@ export default function DynamicQRCodeGeneratorPage() {
const softwareSchema = {
'@context': 'https://schema.org',
'@type': 'SoftwareApplication',
'@id': 'https://www.qrmaster.com/dynamic-qr-code-generator#software',
'@id': 'https://www.qrmaster.net/dynamic-qr-code-generator#software',
name: 'QR Master - Dynamic QR Code Generator',
applicationCategory: 'BusinessApplication',
operatingSystem: 'Web Browser',
@@ -163,7 +163,7 @@ export default function DynamicQRCodeGeneratorPage() {
const howToSchema = {
'@context': 'https://schema.org',
'@type': 'HowTo',
'@id': 'https://www.qrmaster.com/dynamic-qr-code-generator#howto',
'@id': 'https://www.qrmaster.net/dynamic-qr-code-generator#howto',
name: 'How to Create a Dynamic QR Code',
description: 'Learn how to create editable QR codes that can be updated after printing',
totalTime: 'PT3M',
@@ -173,14 +173,14 @@ export default function DynamicQRCodeGeneratorPage() {
position: 1,
name: 'Sign Up Free',
text: 'Create a free QR Master account to start generating dynamic QR codes',
url: 'https://www.qrmaster.com/signup',
url: 'https://www.qrmaster.net/signup',
},
{
'@type': 'HowToStep',
position: 2,
name: 'Generate QR Code',
text: 'Enter your destination URL and customize the design with your branding',
url: 'https://www.qrmaster.com/create',
url: 'https://www.qrmaster.net/create',
},
{
'@type': 'HowToStep',
@@ -193,7 +193,7 @@ export default function DynamicQRCodeGeneratorPage() {
position: 4,
name: 'Update Anytime',
text: 'Log into your dashboard to change the destination URL whenever needed - no reprinting required',
url: 'https://www.qrmaster.com/dashboard',
url: 'https://www.qrmaster.net/dashboard',
},
],
};
@@ -201,7 +201,7 @@ export default function DynamicQRCodeGeneratorPage() {
const faqSchema = {
'@context': 'https://schema.org',
'@type': 'FAQPage',
'@id': 'https://www.qrmaster.com/dynamic-qr-code-generator#faq',
'@id': 'https://www.qrmaster.net/dynamic-qr-code-generator#faq',
mainEntity: [
{
'@type': 'Question',