feat: implement high-priority SEO fixes and German localization
This commit is contained in:
@@ -7,17 +7,19 @@ import { ToolBreadcrumb } from '@/components/seo/BreadcrumbSchema';
|
||||
|
||||
// SEO Optimized Metadata
|
||||
export const metadata: Metadata = {
|
||||
title: 'Free SMS QR Code Generator | Pre-filled Texts | QR Master',
|
||||
description: 'Create a QR code to send an SMS text message instantly. Pre-fill the phone number and message body. Free, private, and works on all phones.',
|
||||
keywords: ['sms qr code', 'text message qr code', 'send sms qr', 'sms generator', 'text qr'],
|
||||
title: {
|
||||
absolute: 'Free SMS QR Code Generator | SMS QR Code Erstellen | QR Master',
|
||||
},
|
||||
description: 'Create a QR code to send an SMS text message instantly. SMS QR Code erstellen mit vorgefertigtem Text. Free, private, and works on all phones.',
|
||||
keywords: ['sms qr code', 'text message qr code', 'send sms qr', 'sms generator', 'text qr', 'sms qr code erstellen', 'qr code für sms', 'nachricht qr code', 'sms vorlage qr code', 'sms versenden qr'],
|
||||
alternates: {
|
||||
canonical: 'https://qrmaster.io/tools/sms-qr-code',
|
||||
canonical: 'https://www.qrmaster.net/tools/sms-qr-code',
|
||||
},
|
||||
openGraph: {
|
||||
title: 'Free SMS QR Code Generator | QR Master',
|
||||
description: 'Generate QR codes for instant SMS messages. Pre-fill text and number.',
|
||||
type: 'website',
|
||||
url: 'https://qrmaster.io/tools/sms-qr-code',
|
||||
url: 'https://www.qrmaster.net/tools/sms-qr-code',
|
||||
images: [{ url: '/og-sms-generator.png', width: 1200, height: 630 }],
|
||||
},
|
||||
twitter: {
|
||||
|
||||
Reference in New Issue
Block a user