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: 'Generate hundreds of QR codes at once from CSV or Excel files. Create URLs, vCards, locations, phone numbers, and text QR codes in bulk. Perfect for products, events, inventory management.',
keywords: 'bulk qr code generator, batch qr code, qr code from excel, csv qr code generator, mass qr code generation, bulk vcard qr code, bulk qr codes free',
alternates: {
canonical: 'https://www.qrmaster.com/bulk-qr-code-generator',
canonical: 'https://www.qrmaster.net/bulk-qr-code-generator',
languages: {
'x-default': 'https://www.qrmaster.com/bulk-qr-code-generator',
en: 'https://www.qrmaster.com/bulk-qr-code-generator',
'x-default': 'https://www.qrmaster.net/bulk-qr-code-generator',
en: 'https://www.qrmaster.net/bulk-qr-code-generator',
},
},
openGraph: {
title: 'Bulk QR Code Generator - Create 1000s of QR Codes from Excel',
description: 'Generate hundreds of QR codes at once from CSV or Excel files. Perfect for products, events, and inventory.',
url: 'https://www.qrmaster.com/bulk-qr-code-generator',
url: 'https://www.qrmaster.net/bulk-qr-code-generator',
type: 'website',
},
twitter: {
@@ -171,7 +171,7 @@ export default function BulkQRCodeGeneratorPage() {
const softwareSchema = {
'@context': 'https://schema.org',
'@type': 'SoftwareApplication',
'@id': 'https://www.qrmaster.com/bulk-qr-code-generator#software',
'@id': 'https://www.qrmaster.net/bulk-qr-code-generator#software',
name: 'QR Master - Bulk QR Code Generator',
applicationCategory: 'BusinessApplication',
operatingSystem: 'Web Browser',
@@ -202,7 +202,7 @@ export default function BulkQRCodeGeneratorPage() {
const howToSchema = {
'@context': 'https://schema.org',
'@type': 'HowTo',
'@id': 'https://www.qrmaster.com/bulk-qr-code-generator#howto',
'@id': 'https://www.qrmaster.net/bulk-qr-code-generator#howto',
name: 'How to Generate Bulk QR Codes from Excel',
description: 'Learn how to create hundreds of QR codes from an Excel or CSV file',
totalTime: 'PT10M',
@@ -218,7 +218,7 @@ export default function BulkQRCodeGeneratorPage() {
position: 2,
name: 'Upload File',
text: 'Log into QR Master and upload your file to the bulk generator',
url: 'https://www.qrmaster.com/bulk-creation',
url: 'https://www.qrmaster.net/bulk-creation',
},
{
'@type': 'HowToStep',
@@ -244,7 +244,7 @@ export default function BulkQRCodeGeneratorPage() {
const faqSchema = {
'@context': 'https://schema.org',
'@type': 'FAQPage',
'@id': 'https://www.qrmaster.com/bulk-qr-code-generator#faq',
'@id': 'https://www.qrmaster.net/bulk-qr-code-generator#faq',
mainEntity: [
{
'@type': 'Question',