This commit is contained in:
Timo Knuth
2026-05-18 16:00:24 +02:00
parent 81d1fdd280
commit 4774f4d51e
9 changed files with 283 additions and 56 deletions

View File

@@ -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
);