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.',
},
}

View File

@@ -3,9 +3,9 @@ import Home from '../page'
import { siteConfig } from '@/lib/site'
export const metadata: Metadata = {
title: 'GreenLens - Identificar y cuidar plantas',
title: 'GreenLens Identifica tu planta y cuida al instante',
description:
'GreenLens en español: identifica plantas por foto, organiza cuidados, recibe recordatorios y diagnostica síntomas comunes.',
'Haz una foto, identifica la planta y recibe el plan de cuidado antes de que empeore. Más de 450 especies, un escaneo gratis, sin tarjeta.',
alternates: {
canonical: '/es',
languages: {
@@ -16,18 +16,18 @@ export const metadata: Metadata = {
},
},
openGraph: {
title: 'GreenLens - Identificar y cuidar plantas',
title: 'GreenLens Identifica tu planta y cuida al instante',
description:
'Identifica plantas por foto, organiza cuidados, recibe recordatorios y diagnostica síntomas comunes con GreenLens.',
'Haz una foto, identifica la planta y recibe el plan de cuidado antes de que empeore. Más de 450 especies, un escaneo gratis, sin tarjeta.',
url: `${siteConfig.domain}/es`,
type: 'website',
locale: 'es_ES',
},
twitter: {
card: 'summary_large_image',
title: 'GreenLens - Identificar y cuidar plantas',
title: 'GreenLens Identifica tu planta y cuida al instante',
description:
'Identifica plantas por foto, organiza cuidados, recibe recordatorios y diagnostica síntomas comunes con GreenLens.',
'Haz una foto, identifica la planta y recibe el plan de cuidado antes de que empeore. Más de 450 especies, un escaneo gratis, sin tarjeta.',
},
}

View File

@@ -14,9 +14,9 @@ import type { Lang } from '@/lib/i18n'
import { getHomeSchemas } from '@/lib/homeSchema'
export const metadata: Metadata = {
title: 'GreenLens - Pflanzen erkennen & Pflege planen',
title: 'GreenLens Pflanze scannen, Name + Pflegeplan sofort',
description:
'Scanne Pflanzen per Foto, verstehe ihre Bedürfnisse und organisiere Pflege, Erinnerungen und Sammlung in einer App.',
'Foto machen, Pflanze erkennen und sofort den Pflegeplan bekommen — bevor sie eingeht. Über 450 Arten, 1 Scan gratis, keine Kreditkarte nötig.',
alternates: {
canonical: '/',
languages: {

View File

@@ -48,7 +48,7 @@ export const competitorProfiles: Record<CompetitorSlug, CompetitorProfile> = {
picturethis: {
slug: 'picturethis',
name: 'PictureThis',
metaTitle: 'GreenLens vs PictureThis: Plant App Comparison (2026)',
metaTitle: 'GreenLens vs PictureThis (2026): Less Paywall, More Triage',
metaDescription:
'GreenLens or PictureThis? Compare plant emergency workflows, paywall behavior, care guidance, and diagnosis depth. See which app fits your situation.',
heroSummary:
@@ -208,9 +208,9 @@ export const competitorProfiles: Record<CompetitorSlug, CompetitorProfile> = {
plantum: {
slug: 'plantum',
name: 'Plantum',
metaTitle: 'GreenLens vs Plantum: Plant Care Comparison (2026)',
metaTitle: 'GreenLens vs Plantum (2026): Which Fits a Struggling Plant?',
metaDescription:
'GreenLens or Plantum? Compare diagnosis depth, beginner clarity, care workflows, and pricing friction. See which plant app fits your situation.',
'Plantum has more reports. GreenLens gives you the next right step when a plant already looks wrong. See the honest comparison before you pick.',
heroSummary:
'Plantum markets itself as a high-accuracy, all-in-one plant care assistant. GreenLens is the sharper choice when the user does not want an all-in-one system right now, but a clear answer to what to do next for a struggling plant.',
heroVerdict: [
@@ -368,9 +368,9 @@ export const competitorProfiles: Record<CompetitorSlug, CompetitorProfile> = {
inaturalist: {
slug: 'inaturalist',
name: 'iNaturalist',
metaTitle: 'GreenLens vs iNaturalist: Plant App Comparison (2026)',
metaTitle: 'GreenLens vs iNaturalist: Care Guidance or Species ID?',
metaDescription:
'GreenLens or iNaturalist? Plant care, watering reminders, and health diagnosis (GreenLens) vs. biodiversity discovery and community ID (iNaturalist). Find your fit.',
"iNaturalist tells you the plant's name. GreenLens tells you what to do next — care plan, reminders, and diagnosis. Compare both before you pick.",
heroSummary:
'iNaturalist is one of the most respected citizen science platforms in the world. GreenLens is built for a different job: helping you decide what to do next when a plant you own is struggling. These two tools solve different problems, and the right choice depends entirely on what you are trying to accomplish.',
heroVerdict: [
@@ -529,7 +529,7 @@ export const competitorProfiles: Record<CompetitorSlug, CompetitorProfile> = {
'google-lens': {
slug: 'google-lens',
name: 'Google Lens',
metaTitle: 'Google Pflanzen erkennen: GreenLens vs Google Lens',
metaTitle: 'GreenLens vs Google Lens: Name reicht nicht, Pflege schon',
metaDescription:
'Google Lens Pflanzen erkennen vs GreenLens: Name, Pflegeplan, Gießerinnerung und Diagnose vergleichen. Was hilft nach dem Foto wirklich?',
heroSummary:

View File

@@ -89,11 +89,11 @@ export interface SeoPageProfile {
const seoPageProfiles: Record<string, SeoPageProfile> = {
'plant-identifier-app': {
slug: 'plant-identifier-app',
metaTitle: 'Plant Identifier App — GreenLens',
metaTitle: 'Plant Identifier App — ID in Seconds, Care Plan Included',
metaDescription:
'GreenLens is a plant identifier app that goes beyond the name. Scan a plant, review the suggested match, and move straight to care guidance and health checks.',
'GreenLens is a plant identifier app that goes beyond the name: scan, get the species, and move straight to care guidance and health checks.',
canonical: '/plant-identifier-app',
h1: 'Plant Identifier App',
h1: 'Plant Identifier App — ID in Seconds, Care Plan Included',
tagline: 'The name is the easy part. Most plants die from what comes after it.',
directAnswer:
'GreenLens is a plant identifier app for iPhone and iPad. Point your camera at a plant, tap Scan, and get the species name, care requirements, and next-step guidance. The catalog covers 450+ species.',
@@ -211,11 +211,11 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
'plant-disease-identifier': {
slug: 'plant-disease-identifier',
templateIntent: 'diagnosis',
metaTitle: 'Plant Disease Identifier — GreenLens',
metaTitle: 'Plant Disease Identifier — One Cause, One Next Step',
metaDescription:
'Use GreenLens to identify plant diseases from visible symptoms. Get a concrete next action — not a list of possibilities — when your plant shows yellow leaves, soft stems, or sudden decline.',
'GreenLens identifies plant diseases from visible symptoms and gives one concrete next action — not a list of possibilities to sort through.',
canonical: '/plant-disease-identifier',
h1: 'Plant Disease Identifier',
h1: 'Plant Disease Identifier — One Cause, One Next Step',
tagline: 'Something is wrong — and every answer you find says something different.',
directAnswer:
'GreenLens identifies plant diseases by analyzing visible symptoms — yellow leaves, brown tips, soft stems, spots, or wilting — and returns the most probable cause with a specific next action, not a list of generic possibilities. Uncertain scans are re-checked by a second model before a result is shown.',
@@ -318,11 +318,11 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
'plant-care-app': {
slug: 'plant-care-app',
templateIntent: 'care',
metaTitle: 'Plant Care App — GreenLens',
metaTitle: "Plant Care App That Knows Each Plant's Needs (Not a Timer)",
metaDescription:
'GreenLens is a plant care app that goes beyond simple watering reminders. It connects care decisions to what your plant actually needs — not to a generic calendar.',
'Stop guessing with a generic watering calendar. Scan your plant, get a care plan built for that species — watering, light, and feeding, matched to your home.',
canonical: '/plant-care-app',
h1: 'Plant Care App',
h1: "Plant Care App That Knows Each Plant's Needs (Not a Timer)",
tagline: 'Twelve plants, twelve different needs — and a calendar that knows none of them.',
directAnswer:
'GreenLens is a plant care app that combines identification, care scheduling, and health diagnostics in one place. Instead of generic watering timers, it connects care recommendations to the specific plant, its environment, and recent changes.',
@@ -425,11 +425,11 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
'pflanzen-erkennen-app': {
slug: 'pflanzen-erkennen-app',
locale: 'de',
metaTitle: 'Pflanzen erkennen App kostenlos: Foto scannen | GreenLens',
metaTitle: 'Pflanzen erkennen App Foto scannen, Pflegeplan sofort',
metaDescription:
'Erkenne Pflanzen per Foto: Artname, Pflegeplan, Gießerinnerung und Diagnose in einer App. Kostenlos starten mit GreenLens für iPhone.',
canonical: '/pflanzen-erkennen-app',
h1: 'Pflanzen erkennen App',
h1: 'Pflanzen erkennen App — Foto scannen, Pflegeplan sofort',
tagline: 'Den Namen hast du schnell. Woran die meisten Pflanzen dann trotzdem eingehen, steht gleich daneben.',
directAnswer:
'GreenLens ist eine Pflanzen erkennen App für iOS. Du scannst eine Pflanze per Foto und erhältst Artname, Pflegebedarf, Gießerinnerungen und bei sichtbaren Symptomen eine konkrete Handlungsempfehlung. Das Lexikon umfasst über 450 Arten.',
@@ -564,11 +564,11 @@ const additionalSeoPages: Record<string, SeoPageProfile> = {
'blumen-scanner': {
slug: 'blumen-scanner',
locale: 'de',
metaTitle: 'Blumen Scanner kostenlos | Blume per Foto erkennen',
metaTitle: 'Blume scannen & sofort erkennen — gratis, ohne Anmeldung',
metaDescription:
'Blume scannen, Blumen bestimmen und per Foto erkennen: GreenLens zeigt Name, Pflegeplan, Gießerinnerung und Diagnose. Kostenlos starten.',
'Blume fotografieren, Name in Sekunden erfahren — plus Pflegeplan, damit sie nicht eingeht. 1 Scan kostenlos, keine Anmeldung nötig.',
canonical: '/blumen-scanner',
h1: 'Blumen Scanner kostenlos',
h1: 'Blume scannen & sofort erkennen — gratis, ohne Anmeldung',
tagline: 'Blume fotografieren, Namen erfahren — und was sie braucht, bevor sie eingeht.',
directAnswer:
'Mit GreenLens kannst du Blumen per Foto scannen und Pflegehinweise erhalten. Der Blumenscanner zeigt dir Name, botanische Einordnung, Pflegeplan und Gießerinnerung in einer App. Das Lexikon umfasst über 450 Arten.',
@@ -737,11 +737,11 @@ const additionalSeoPages: Record<string, SeoPageProfile> = {
'pflanzen-bestimmen': {
slug: 'pflanzen-bestimmen',
locale: 'de',
metaTitle: 'Pflanzen bestimmen per Foto kostenlos | GreenLens',
metaTitle: 'Pflanze per Foto bestimmen — Name + Pflegeplan sofort',
metaDescription:
'Pflanze fotografieren und kostenlos bestimmen: GreenLens liefert Artname, Pflegeplan, Gießerinnerung und Gesundheitscheck ohne Google-Umweg.',
'Pflanze fotografieren und in Sekunden bestimmen: GreenLens zeigt Artname, Pflegeplan und Gießerinnerung — ohne Umweg über Google. Jetzt kostenlos starten.',
canonical: '/pflanzen-bestimmen',
h1: 'Pflanzen bestimmen per Foto',
h1: 'Pflanze per Foto bestimmen — Name + Pflegeplan sofort',
tagline: 'Der Name allein hat noch keine Pflanze gerettet. Der Pflegeplan kommt mit.',
directAnswer:
'Mit GreenLens kannst du Pflanzen per Foto bestimmen. Statt dich auf Google-Suchergebnisse weiterzuleiten, liefert die App direkt Artname, Pflegebedarf, Gießerinnerungen und bei Bedarf eine Gesundheitsdiagnose. Das Lexikon umfasst über 450 Arten.',
@@ -880,11 +880,11 @@ const additionalSeoPages: Record<string, SeoPageProfile> = {
const englishSeoPages: Record<string, SeoPageProfile> = {
'flower-scanner': {
slug: 'flower-scanner',
metaTitle: 'Flower Scanner: Identify Flowers by Photo | GreenLens',
metaTitle: 'Flower Scanner — Name, Origin & Care Plan Instantly',
metaDescription:
'Photograph a flower, review the suggested match, and continue with care guidance, watering reminders, and an optional health check.',
'Point your camera at any flower and get the name instantly — plus a care plan, watering reminders, and health diagnosis. Free to start, no paywall at the scan.',
canonical: '/flower-scanner',
h1: 'Flower Scanner',
h1: 'Flower Scanner — Name, Origin & Care Plan Instantly',
tagline: 'Photograph the flower, get the name — and what it needs before it wilts.',
directAnswer:
'GreenLens is a flower scanner for iPhone and iPad. Point your camera at a flower or plant, tap Scan, and get the species name, botanical classification, and a care plan. The catalog covers 450+ species.',
@@ -998,11 +998,11 @@ const englishSeoPages: Record<string, SeoPageProfile> = {
'identify-plant-photo': {
slug: 'identify-plant-photo',
metaTitle: 'Identify Plant by Photo Free | Plant Finder App',
metaTitle: 'Identify a Plant by Photo Free, No Signup Required',
metaDescription:
'Identify a plant by photo, picture, or gallery upload. GreenLens returns the species name, care plan, watering reminders, and health check.',
canonical: '/identify-plant-photo',
h1: 'Identify Plant by Photo',
h1: 'Identify a Plant by Photo — Free, No Signup Required',
tagline: 'One photo gives you the name. The next screen tells you what usually kills it.',
directAnswer:
'GreenLens identifies plants by photo from your camera or gallery. Instead of sending you to search results, the app delivers the species name, care requirements, watering reminders, and a health check directly in one place. The catalog covers 450+ species.',
@@ -1157,11 +1157,11 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
slug: 'pflanzen-krankheiten-erkennen',
locale: 'de',
templateIntent: 'diagnosis',
metaTitle: 'Pflanzenkrankheiten per Foto erkennen | GreenLens',
metaTitle: 'Pflanzenkrankheiten erkennen — Ursache + nächster Schritt',
metaDescription:
'Pflanzenkrankheit erkennen: gelbe Blätter, braune Flecken, Schädlinge oder Wurzelfäule per Foto analysieren und sofort den nächsten richtigen Schritt erhalten.',
canonical: '/pflanzen-krankheiten-erkennen',
h1: 'Pflanzenkrankheiten erkennen',
h1: 'Pflanzenkrankheiten erkennen — Ursache + nächster Schritt',
tagline: 'Sie sieht schlechter aus als letzte Woche — und jede Quelle sagt etwas anderes.',
heroImage: '/hero-gesundheitscheck.jpg',
heroImageAlt:
@@ -2159,11 +2159,11 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
slug: 'pflanzen-pflege-app',
locale: 'de',
templateIntent: 'care',
metaTitle: 'Pflanzen Pflege App: Pflegeplan pro Pflanze | GreenLens',
metaTitle: 'Pflanzen Pflege App — Plan pro Pflanze, nicht nach Kalender',
metaDescription:
'Pflegeplan, Gießerinnerung und Push-Hinweise pro Pflanze: Die GreenLens Pflanzen Pflege App hilft bei Standort, Licht, Wasser und Diagnose.',
canonical: '/pflanzen-pflege-app',
h1: 'Pflanzen Pflege App',
h1: 'Pflanzen Pflege App — Plan pro Pflanze, nicht nach Kalender',
tagline: 'Zwölf Pflanzen, zwölf verschiedene Bedürfnisse — und ein Kalender, der das nicht weiß.',
directAnswer:
'GreenLens ist eine Pflanzen Pflege App, die Pflanzenerkennung, Pflegeplanung, Gießerinnerungen und Gesundheitsdiagnose verbindet. Statt generischer Gieß-Timer verknüpft sie Pflegeempfehlungen mit der konkreten Pflanze, ihrem Standort und jüngsten Veränderungen.',
@@ -2331,11 +2331,11 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
slug: 'giess-erinnerung-app',
locale: 'de',
templateIntent: 'watering',
metaTitle: 'Gieß-Erinnerung App: Pflanzen gießen Erinnerung | GreenLens',
metaTitle: 'Gieß-Erinnerung, die zur Pflanze passt — nicht zum Timer',
metaDescription:
'Nie wieder Gießen vergessen: GreenLens erinnert dich pro Pflanze ans Gießen — mit Gießplan nach Pflanzenart, Standort und Jahreszeit. Kostenlos starten.',
'Kein starrer 7-Tage-Rhythmus: GreenLens erstellt die Gießerinnerung aus Art, Standort und Jahreszeit deiner Pflanze. Kostenlos starten.',
canonical: '/giess-erinnerung-app',
h1: 'Gieß-Erinnerung App',
h1: 'Gieß-Erinnerung, die zur Pflanze passt — nicht zum Timer',
tagline: 'Nie wieder Gießen vergessen — und nie wieder alle Pflanzen am selben Tag.',
directAnswer:
'GreenLens ist eine Gieß-Erinnerung App für iPhone und iPad. Pflanze scannen, und die App legt automatisch einen Gießplan mit Push-Erinnerung an — abgestimmt auf Art, Standort und Jahreszeit statt auf einen starren Timer.',
@@ -2503,11 +2503,11 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
'zimmerpflanzen-bestimmen': {
slug: 'zimmerpflanzen-bestimmen',
locale: 'de',
metaTitle: 'Zimmerpflanzen bestimmen per Foto kostenlos | GreenLens',
metaTitle: 'Zimmerpflanzen bestimmen — Monstera, Efeutute & Co. per Foto',
metaDescription:
'Bestimme Zimmerpflanzen per Foto: Monstera, Efeutute, Ficus, Orchideen und Sukkulenten erkennen, Pflegeplan erhalten und richtig gießen.',
canonical: '/zimmerpflanzen-bestimmen',
h1: 'Zimmerpflanzen bestimmen',
h1: 'Zimmerpflanzen bestimmen — Monstera, Efeutute & Co. per Foto',
tagline: 'Monstera oder Efeutute? Und vor allem: wie viel Licht und Wasser sie wirklich braucht.',
directAnswer:
'Mit GreenLens kannst du Zimmerpflanzen per Foto bestimmen und direkt Pflegehinweise erhalten. Die App erkennt häufige Indoor-Pflanzen wie Monstera, Efeutute, Ficus, Orchideen, Kakteen und Sukkulenten und erstellt daraus einen Pflegeplan. Das Lexikon umfasst über 450 Arten.',
@@ -2651,11 +2651,11 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
const englishSeoPages2: Record<string, SeoPageProfile> = {
'plant-scanner': {
slug: 'plant-scanner',
metaTitle: 'Plant Scanner: Plant ID and Care | GreenLens',
metaTitle: 'Plant Scanner — Point, Scan, Get the Care Plan Too',
metaDescription:
'GreenLens is a plant scanner that goes further: scan a plant, review the suggested match, then receive care guidance and an optional health check.',
canonical: '/plant-scanner',
h1: 'Plant Scanner',
h1: 'Plant Scanner — Point, Scan, Get the Care Plan Too',
tagline: 'Point, scan, and find out what the plant needs — not just what it is called.',
directAnswer:
'GreenLens is a plant scanner for iPhone and iPad. Point your camera at a plant, tap Scan, and get the species name, care requirements, and next-step guidance. Unlike basic scanners, it keeps going after the name. The catalog covers 450+ species.',
@@ -2772,11 +2772,11 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
'houseplant-identifier': {
slug: 'houseplant-identifier',
metaTitle: 'Houseplant Identifier by Photo | GreenLens',
metaTitle: 'Houseplant Identifier — Name, Light & Water in One Scan',
metaDescription:
'GreenLens assesses houseplants by photo and combines the suggested match with an indoor care plan, watering reminders, and an optional health check.',
canonical: '/houseplant-identifier',
h1: 'Houseplant Identifier',
h1: 'Houseplant Identifier — Name, Light & Water in One Scan',
tagline: 'Know the name, the light it wants, and what to do when it starts looking wrong.',
directAnswer:
'GreenLens is a houseplant identifier for iPhone and iPad. Scan an indoor plant to get the species name and an indoor-specific care plan, including watering frequency, light requirements, and a fertilizing schedule. The catalog covers 450+ species.',
@@ -2893,11 +2893,11 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
'succulent-identifier': {
slug: 'succulent-identifier',
metaTitle: 'Succulent Identifier by Photo | GreenLens',
metaTitle: 'Succulent Identifier — How Often to Actually Water It',
metaDescription:
'GreenLens assesses succulents and cacti by photo and combines the suggested match with watering, light, and care guidance.',
'GreenLens identifies succulents and cacti by photo, then builds a care plan tuned to watering, light, and soil needs for that exact species.',
canonical: '/succulent-identifier',
h1: 'Succulent Identifier',
h1: 'Succulent Identifier — How Often to Actually Water It',
tagline: 'Most succulents die from kindness. Find out how often yours actually needs water.',
directAnswer:
'GreenLens identifies succulents and cacti by photo. The app returns the species name with a care plan adapted for succulents, including watering schedules, light requirements, and soil conditions. The catalog covers 450+ species.',
@@ -3016,11 +3016,11 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
const highVolumeSeoPages: Record<string, SeoPageProfile> = {
'best-plant-identification-app': {
slug: 'best-plant-identification-app',
metaTitle: 'Best Plant Identification App — Free & Accurate | GreenLens',
metaTitle: 'Best Plant Identification App — 4 Free Scans, No Card',
metaDescription:
'Looking for the best plant identification app? GreenLens identifies 450+ species for free and goes further: care plan, health check, and watering reminders after every scan.',
'Looking for the best plant identification app? GreenLens IDs 450+ species free and adds a care plan, health check, and watering reminders.',
canonical: '/best-plant-identification-app',
h1: 'Best Plant Identification App',
h1: 'Best Plant Identification App — 4 Free Scans, No Card',
tagline: 'Four scans before anything costs money. Most plant apps make you decide before that.',
directAnswer:
'GreenLens is a free plant identification app for iPhone and iPad. Point your camera at a plant, review the suggested match, and receive a care plan without being redirected to search results.',
@@ -3128,11 +3128,11 @@ const highVolumeSeoPages: Record<string, SeoPageProfile> = {
'plant-health-app': {
slug: 'plant-health-app',
templateIntent: 'diagnosis',
metaTitle: 'Plant Health App: Assess Plant Symptoms | GreenLens',
metaTitle: 'Plant Health App — One Clear Next Step, Not a Long List',
metaDescription:
'GreenLens helps assess visible symptoms such as yellow leaves, wilting, or soft stems and suggests cautious next steps for further checking.',
'Something looks wrong and every answer says something different? GreenLens gives you the most likely cause and one clear next step — no endless list.',
canonical: '/plant-health-app',
h1: 'Plant Health App',
h1: 'Plant Health App — One Clear Next Step, Not a Long List',
tagline: 'Something looks wrong — and every answer you find says something different.',
directAnswer:
'GreenLens is a plant health app for iPhone and iPad. When your plant shows symptoms — yellow leaves, soft stems, wilting, or spots — the health check scan identifies the most likely cause and gives you one clear next step. No endless list of possibilities. Uncertain scans are re-checked by a second model before a result is shown.',
@@ -3240,11 +3240,11 @@ const highVolumeSeoPages: Record<string, SeoPageProfile> = {
'pflanzen-erkennen-kostenlos': {
slug: 'pflanzen-erkennen-kostenlos',
locale: 'de',
metaTitle: 'Pflanzen erkennen kostenlos — App mit Pflegeplan | GreenLens',
metaTitle: 'Pflanzen kostenlos erkennen — ohne Paywall vorm Ergebnis',
metaDescription:
'GreenLens erkennt Pflanzen kostenlos per Foto und liefert direkt Artname, Pflegeplan und Gießerinnerungen — ohne Umweg und ohne Paywall bei der Erkennung.',
'Viele Apps zeigen das Ergebnis erst nach dem Kauf. GreenLens zeigt Artname + Pflegeplan direkt nach dem Scan — kostenlos, kein Abo-Zwang.',
canonical: '/pflanzen-erkennen-kostenlos',
h1: 'Pflanzen erkennen kostenlos',
h1: 'Pflanzen kostenlos erkennen — ohne Paywall vorm Ergebnis',
tagline: 'Vier Scans, bevor irgendetwas kostet — und kein Abo, das vorher startet.',
directAnswer:
'GreenLens erkennt Pflanzen kostenlos per Foto. Kein Bezahlschritt vor dem Ergebnis: Artname, Pflanzenportrait und ein vollständiger Pflegeplan erscheinen direkt nach dem Scan — für über 450 Pflanzenarten.',

View File

@@ -4,11 +4,11 @@ export const spanishSeoPageProfiles: Record<string, SeoPageProfile> = {
'identificador-de-plantas': {
slug: 'identificador-de-plantas',
locale: 'es',
metaTitle: 'Identificador de plantas por foto | GreenLens',
metaTitle: 'Identificador de plantas — nombre y cuidado al instante',
metaDescription:
'Identifica plantas por foto con GreenLens y recibe nombre, cuidados, recordatorios y diagnostico de salud en una sola app.',
'Identifica plantas por foto con GreenLens y recibe nombre, cuidados, recordatorios de riego y diagnóstico de salud, todo en una sola app.',
canonical: '/es/identificador-de-plantas',
h1: 'Identificador de plantas',
h1: 'Identificador de plantas — nombre y cuidado al instante',
tagline: 'El nombre es lo facil. La mayoria de las plantas mueren por lo que viene despues.',
directAnswer:
'GreenLens es un identificador de plantas para iPhone y iPad. Toma una foto, recibe el nombre de la especie y pasa directamente a cuidados, riego y diagnostico si la planta muestra sintomas. El catalogo cubre mas de 450 especies.',
@@ -96,11 +96,11 @@ export const spanishSeoPageProfiles: Record<string, SeoPageProfile> = {
slug: 'app-para-cuidar-plantas',
templateIntent: 'care',
locale: 'es',
metaTitle: 'App para cuidar plantas | GreenLens',
metaTitle: 'App para cuidar plantas — plan por planta, no calendario',
metaDescription:
'GreenLens te ayuda a cuidar plantas con identificacion, planes de riego, recordatorios y diagnostico de problemas visibles.',
'GreenLens te ayuda a cuidar tus plantas con identificación, planes de riego personalizados, recordatorios y diagnóstico de problemas visibles.',
canonical: '/es/app-para-cuidar-plantas',
h1: 'App para cuidar plantas',
h1: 'App para cuidar plantas — plan por planta, no calendario',
tagline: '12 plantas, 12 necesidades distintas — y un calendario que no conoce ninguna.',
directAnswer:
'GreenLens combina identificacion de plantas, planes de cuidado, recordatorios y diagnostico de salud para que cada planta tenga una rutina clara. Los recordatorios se ajustan por planta en vez de un ciclo fijo de 7 dias.',
@@ -182,11 +182,11 @@ export const spanishSeoPageProfiles: Record<string, SeoPageProfile> = {
slug: 'diagnosticar-enfermedades-plantas',
templateIntent: 'diagnosis',
locale: 'es',
metaTitle: 'Diagnosticar enfermedades de plantas | GreenLens',
metaTitle: 'Diagnosticar enfermedades de plantas: causa + siguiente paso',
metaDescription:
'Analiza hojas amarillas, manchas, tallos blandos y otros sintomas con GreenLens para recibir una accion concreta.',
'Analiza hojas amarillas, manchas o tallos blandos con GreenLens y recibe una acción concreta — no una lista larga de posibilidades.',
canonical: '/es/diagnosticar-enfermedades-plantas',
h1: 'Diagnosticar enfermedades de plantas',
h1: 'Diagnosticar enfermedades de plantas: causa + siguiente paso',
tagline: 'Algo se ve mal — y si actuas al reves, lo notaras cuando ya sea tarde.',
directAnswer:
'GreenLens analiza sintomas visibles de una planta y sugiere la causa mas probable con una accion concreta, como revisar humedad, ajustar luz o detener el riego.',
@@ -269,11 +269,11 @@ export const spanishSeoPageProfiles: Record<string, SeoPageProfile> = {
'escaner-de-plantas': {
slug: 'escaner-de-plantas',
locale: 'es',
metaTitle: 'Escaner de plantas | GreenLens',
metaTitle: 'Escáner de plantas — nombre al instante, sin cuenta',
metaDescription:
'Escanea plantas con tu movil y recibe nombre, perfil, cuidado y diagnostico con GreenLens.',
'Escanea plantas con tu móvil y recibe nombre, perfil, cuidado y diagnóstico con GreenLens. Un escaneo gratis, sin necesidad de crear una cuenta.',
canonical: '/es/escaner-de-plantas',
h1: 'Escaner de plantas',
h1: 'Escáner de plantas — nombre al instante, sin cuenta',
tagline: 'Apunta y escanea: el nombre es lo facil, lo dificil es no matarla despues.',
directAnswer:
'El escaner de GreenLens identifica plantas desde una foto y conecta el resultado con recomendaciones de cuidado y salud. El catalogo cubre mas de 450 especies.',
@@ -353,11 +353,11 @@ export const spanishSeoPageProfiles: Record<string, SeoPageProfile> = {
'comparar-google-lens': {
slug: 'comparar-google-lens',
locale: 'es',
metaTitle: 'GreenLens vs Google Lens para plantas | Comparacion',
metaTitle: 'GreenLens vs Google Lens: el nombre no basta',
metaDescription:
'Google Lens identifica el nombre. GreenLens tambien ofrece cuidado, diagnostico y recordatorios. Compara cual conviene para plantas.',
'Google Lens identifica el nombre. GreenLens también ofrece cuidado, diagnóstico y recordatorios. Compara cuál conviene para plantas.',
canonical: '/es/comparar/google-lens',
h1: 'GreenLens vs Google Lens para plantas',
h1: 'GreenLens vs Google Lens: el nombre no basta',
tagline: 'Google Lens te da el nombre gratis. Lo que no te dice es por que la planta se esta muriendo.',
directAnswer:
'Google Lens es util para reconocer una planta rapidamente. GreenLens esta diseñado para propietarios de plantas: identifica, crea un plan de cuidado, guarda la planta y ayuda con sintomas. GreenLens ofrece 4 escaneos de prueba antes de requerir suscripcion.',