Ahrefs problems >95
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user