SEO
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { Metadata } from 'next'
|
||||
import Home from '../page'
|
||||
import { siteConfig } from '@/lib/site'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'GreenLens - Plant Identifier & Care Planner',
|
||||
@@ -18,11 +19,18 @@ export const metadata: Metadata = {
|
||||
title: 'GreenLens - Plant Identifier & Care Planner',
|
||||
description:
|
||||
'Scan plants by photo, understand what they need, and keep care, reminders, and your collection in one app.',
|
||||
url: `${siteConfig.domain}/en`,
|
||||
type: 'website',
|
||||
locale: 'en_US',
|
||||
},
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
title: 'GreenLens - Plant Identifier & Care Planner',
|
||||
description:
|
||||
'Scan plants by photo, understand what they need, and keep care, reminders, and your collection in one app.',
|
||||
},
|
||||
}
|
||||
|
||||
export default function EnglishHomePage() {
|
||||
return <Home />
|
||||
return <Home locale="en" />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user