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

@@ -14,9 +14,9 @@ function truncateAtWord(text: string, maxLength: number): string {
}
export async function generateMetadata(): Promise<Metadata> {
const title = truncateAtWord('QR Code FAQ: Expiry, Laminate Scanning & Dynamic QR Explained', 60);
const title = truncateAtWord('QR Code FAQ Common Questions Answered | QR Master', 60);
const description = truncateAtWord(
'Quick answers: do QR codes expire? Do they work through laminate? What\'s the difference between static and dynamic? Get straight answers before you start creating.',
'Quick answers to common QR code questions: Do QR codes expire? Static vs dynamic? Can they be scanned through laminate? Get clear answers.',
160
);