SEO
This commit is contained in:
@@ -22,9 +22,9 @@ function truncateAtWord(text: string, maxLength: number): string {
|
||||
}
|
||||
|
||||
export async function generateMetadata(): Promise<Metadata> {
|
||||
const title = truncateAtWord('QR Master - Free QR Code Generator', 60);
|
||||
const title = truncateAtWord('QR Master – Free QR Code Generator with Analytics', 60);
|
||||
const description = truncateAtWord(
|
||||
'QR Master is a free QR code generator for dynamic QR codes, scan tracking, custom branding, bulk creation, and static QR tools.',
|
||||
'QR Master is a free QR code generator with scan analytics, dynamic QR codes, custom branding, and bulk creation. No signup required for static codes.',
|
||||
160
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user