neuer versuch
This commit is contained in:
@@ -4,6 +4,23 @@ import Link from 'next/link';
|
||||
export const metadata = {
|
||||
title: 'Privacy Policy | QR Master',
|
||||
description: 'Read our Privacy Policy to understand how QR Master collects, uses, and protects your data. We are committed to GDPR compliance and data security.',
|
||||
alternates: {
|
||||
canonical: 'https://www.qrmaster.net/privacy',
|
||||
},
|
||||
openGraph: {
|
||||
title: 'Privacy Policy | QR Master',
|
||||
description: 'Read our Privacy Policy to understand how QR Master collects, uses, and protects your data.',
|
||||
url: 'https://www.qrmaster.net/privacy',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: 'https://www.qrmaster.net/og-image.png',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'QR Master Privacy Policy',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function PrivacyPage() {
|
||||
|
||||
Reference in New Issue
Block a user