Ahrefs problems >95

This commit is contained in:
2026-01-13 23:55:39 +01:00
parent 8b7deb9312
commit 1747922b29
4 changed files with 12 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import AppLayout from './AppLayout';
export const metadata: Metadata = {
title: 'Dashboard | QR Master',
description: 'Manage your QR Master dashboard. Create dynamic QR codes, view real-time scan analytics, and configure your account settings in one secure place.',
robots: { index: false, follow: false }, // Dashboard pages shouldn't be indexed generally
};

View File

@@ -4,7 +4,8 @@ import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Authentication | QR Master',
description: 'Login or Sign Up to QR Master',
description: 'Securely login or sign up to QR Master to manage your dynamic QR codes, track analytics, and access premium features. Your gateway to professional QR management.',
robots: { index: false, follow: true },
};
export default function AuthRootLayout({

View File

@@ -35,7 +35,6 @@ export const metadata: Metadata = {
siteName: 'QR Master',
title: 'QR Master Smart QR Generator & Analytics',
description: 'Create dynamic QR codes, track scans, and scale campaigns with secure analytics.',
url: 'https://www.qrmaster.net',
images: [
{
url: 'https://www.qrmaster.net/og-image.png',