seo
This commit is contained in:
@@ -4,8 +4,15 @@ import { ObfuscatedMailto } from '@/components/ui/ObfuscatedMailto';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Contact Us | QR Master',
|
||||
description: 'Get in touch with QR Master support.',
|
||||
title: 'Contact Us | QR Master Support & Inquiries',
|
||||
description: 'Get in touch with QR Master support for technical help, billing questions, or partnership inquiries. We are here to help you scale your QR campaigns.',
|
||||
openGraph: {
|
||||
title: 'Contact QR Master | Support & Team',
|
||||
description: 'Need help with your QR codes? Reach out to our support team for assistance with dynamic codes, analytics, and more.',
|
||||
url: 'https://www.qrmaster.net/contact',
|
||||
type: 'website',
|
||||
images: ['/og-image.png'],
|
||||
},
|
||||
};
|
||||
|
||||
export default function ContactPage() {
|
||||
|
||||
Reference in New Issue
Block a user