seo: sharpen title tags, meta descriptions and H1s for CTR

This commit is contained in:
2026-07-27 11:48:15 +02:00
parent 50c0f33dd7
commit 45a7704ea6
6 changed files with 82 additions and 82 deletions

View File

@@ -3,9 +3,9 @@ import Home from '../page'
import { siteConfig } from '@/lib/site'
export const metadata: Metadata = {
title: 'GreenLens - Plant Identifier & Care Planner',
title: 'GreenLens Plant Identifier — Name + Care Plan Instantly',
description:
'Scan plants by photo, understand what they need, and keep care, reminders, and your collection in one app.',
'GreenLens is a plant identifier app: snap a photo, get the name, and see the care plan before the plant gets worse. 450+ species, one free scan.',
alternates: {
canonical: '/en',
languages: {
@@ -16,18 +16,18 @@ export const metadata: Metadata = {
},
},
openGraph: {
title: 'GreenLens - Plant Identifier & Care Planner',
title: 'GreenLens Plant Identifier — Name + Care Plan Instantly',
description:
'Scan plants by photo, understand what they need, and keep care, reminders, and your collection in one app.',
'GreenLens is a plant identifier app: snap a photo, get the name, and see the care plan before the plant gets worse. 450+ species, one free scan.',
url: `${siteConfig.domain}/en`,
type: 'website',
locale: 'en_US',
},
twitter: {
card: 'summary_large_image',
title: 'GreenLens - Plant Identifier & Care Planner',
title: 'GreenLens Plant Identifier — Name + Care Plan Instantly',
description:
'Scan plants by photo, understand what they need, and keep care, reminders, and your collection in one app.',
'GreenLens is a plant identifier app: snap a photo, get the name, and see the care plan before the plant gets worse. 450+ species, one free scan.',
},
}