seo: add meta description (tool.summary) to all tool pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ import { getToolByHref } from '@/lib/tools';
|
||||
|
||||
const tool = getToolByHref('/qrcode')!;
|
||||
|
||||
export const metadata: Metadata = { title: tool.title };
|
||||
export const metadata: Metadata = { title: tool.title, description: tool.summary };
|
||||
|
||||
export default function QRCodePage() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user