SEO
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user