SEO
This commit is contained in:
@@ -25,6 +25,8 @@ export interface SeoContentSection {
|
||||
export interface SeoPageProfile {
|
||||
slug: string
|
||||
locale?: 'en' | 'de' | 'es'
|
||||
/** Controls which shared template sections fit the page's search intent. */
|
||||
templateIntent?: 'identification' | 'diagnosis' | 'care' | 'watering'
|
||||
metaTitle: string
|
||||
metaDescription: string
|
||||
canonical: string
|
||||
@@ -51,12 +53,12 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
|
||||
slug: 'plant-identifier-app',
|
||||
metaTitle: 'Plant Identifier App — GreenLens',
|
||||
metaDescription:
|
||||
'GreenLens is a plant identifier app that goes beyond the name. Scan any plant, get the species instantly, and move straight to care guidance, health checks, and rescue decisions.',
|
||||
'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.',
|
||||
canonical: '/plant-identifier-app',
|
||||
h1: 'Plant Identifier App',
|
||||
tagline: 'Identify any plant in seconds — then know exactly what to do next.',
|
||||
tagline: 'Scan a plant, review the suggested match, and understand the next care steps.',
|
||||
directAnswer:
|
||||
'GreenLens is a plant identifier app for iOS and Android. Point your camera at any plant, tap Scan, and receive the species name, care requirements, and next-step guidance in under a second.',
|
||||
'GreenLens is a plant identifier app for iOS and Android. Point your camera at a plant, tap Scan, and quickly receive the species name, care requirements, and next-step guidance.',
|
||||
definitionBlock:
|
||||
'A plant identifier app uses your phone camera and AI to match a photo against a plant database and return the species name, common names, and care profile. GreenLens extends this with health diagnostics and care scheduling so identification leads directly to action.',
|
||||
lastUpdated: 'April 2026',
|
||||
@@ -67,7 +69,7 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
|
||||
rows: [
|
||||
{
|
||||
feature: 'Instant plant identification',
|
||||
greenlens: 'AI scan returns species name, common names, and plant profile in under a second.',
|
||||
greenlens: 'AI scan quickly returns the species name, common names, and plant profile.',
|
||||
alternative: 'Most apps return a species name and stop there.',
|
||||
},
|
||||
{
|
||||
@@ -105,7 +107,7 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'How accurate is GreenLens for plant identification?',
|
||||
answer:
|
||||
'GreenLens accurately identifies 450+ plant species including the most common houseplants, garden plants, and succulents. For rare or highly regional species, community platforms such as iNaturalist may have a broader expert pool. For everyday owned plants, GreenLens is fast and reliable.',
|
||||
'The GreenLens catalog covers more than 450 plant species, including common houseplants, garden plants, and succulents. Results depend on image quality and how distinctive the plant is, so review the suggested match before acting on it. For rare or highly regional species, community platforms such as iNaturalist may offer a broader expert pool.',
|
||||
},
|
||||
{
|
||||
question: 'Does GreenLens work offline?',
|
||||
@@ -159,6 +161,7 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
|
||||
|
||||
'plant-disease-identifier': {
|
||||
slug: 'plant-disease-identifier',
|
||||
templateIntent: 'diagnosis',
|
||||
metaTitle: 'Plant Disease Identifier — GreenLens',
|
||||
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.',
|
||||
@@ -254,6 +257,7 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
|
||||
|
||||
'plant-care-app': {
|
||||
slug: 'plant-care-app',
|
||||
templateIntent: 'care',
|
||||
metaTitle: 'Plant Care App — GreenLens',
|
||||
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.',
|
||||
@@ -368,7 +372,7 @@ const seoPageProfiles: Record<string, SeoPageProfile> = {
|
||||
rows: [
|
||||
{
|
||||
feature: 'Pflanzenerkennung per Foto',
|
||||
greenlens: 'KI-gestützter Scan liefert Artname, Trivialname und Pflanzenportrait in unter einer Sekunde.',
|
||||
greenlens: 'Der KI-gestützte Scan liefert einen Artvorschlag mit Trivialname und Pflanzenportrait.',
|
||||
alternative: 'Artname wird ausgegeben — ohne weitere Informationen oder nächste Schritte.',
|
||||
},
|
||||
{
|
||||
@@ -497,7 +501,7 @@ const additionalSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
feature: 'Blumen- und Pflanzenerkennung',
|
||||
greenlens:
|
||||
'KI-gestützter Scan erkennt Blumen und Pflanzen in unter einer Sekunde — mit Artname, Trivialname und botanischer Einordnung.',
|
||||
'Der KI-gestützte Scan liefert für Blumen und Pflanzen einen Artvorschlag mit Trivialname und botanischer Einordnung.',
|
||||
alternative:
|
||||
'Name wird ausgegeben. Weitere Informationen fehlen oder sind hinter einer Paywall.',
|
||||
},
|
||||
@@ -575,7 +579,7 @@ const additionalSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'Was ist das für eine Pflanze? Wie finde ich es mit dem Handy heraus?',
|
||||
answer:
|
||||
'Mit GreenLens genügt ein Foto: App öffnen, Kamera auf die Pflanze oder Blume richten und scannen. In unter einer Sekunde erscheinen Artname, Pflanzenportrait und ein vollständiger Pflegeplan. Alternativ kannst du eine Blume per Foto erkennen, indem du ein Bild aus der Galerie hochlädst.',
|
||||
'Mit GreenLens genügt ein klares Foto: App öffnen, Kamera auf die Pflanze oder Blume richten und scannen. Anschließend kannst du den Artvorschlag prüfen und das Pflanzenportrait mit Pflegehinweisen öffnen. Alternativ lässt sich ein Bild aus der Galerie hochladen.',
|
||||
},
|
||||
{
|
||||
question: 'Was ist der Unterschied zwischen Blumenscanner und Blumen bestimmen App?',
|
||||
@@ -659,7 +663,7 @@ const additionalSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
feature: 'Bestimmung per Foto',
|
||||
greenlens:
|
||||
'KI-gestützter Scan liefert Artname und vollständiges Pflanzenportrait in unter einer Sekunde.',
|
||||
'Der KI-gestützte Scan liefert einen Artvorschlag und das zugehörige Pflanzenportrait.',
|
||||
alternative:
|
||||
'Google Lens erkennt Pflanzen und zeigt Links zu Google-Suchergebnissen.',
|
||||
},
|
||||
@@ -706,7 +710,7 @@ const additionalSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'Wie kann ich eine Pflanze per Foto bestimmen?',
|
||||
answer:
|
||||
'Mit GreenLens: App öffnen, Kamera auf die Pflanze richten, scannen. In unter einer Sekunde erscheinen Artname, botanische Klassifizierung und ein vollständiger Pflegeplan. Alternativ kannst du ein Foto aus der Galerie hochladen, wenn du die Pflanze später bestimmen möchtest.',
|
||||
'Mit GreenLens: App öffnen, Kamera auf die Pflanze richten und scannen. Danach prüfst du den Artvorschlag, die botanische Einordnung und die passenden Pflegehinweise. Alternativ kannst du ein Foto aus der Galerie hochladen.',
|
||||
},
|
||||
{
|
||||
question: 'Kann ich Pflanzen per Foto kostenlos bestimmen?',
|
||||
@@ -772,14 +776,14 @@ const additionalSeoPages: Record<string, SeoPageProfile> = {
|
||||
const englishSeoPages: Record<string, SeoPageProfile> = {
|
||||
'flower-scanner': {
|
||||
slug: 'flower-scanner',
|
||||
metaTitle: 'Flower Scanner App – Identify Any Flower by Photo Instantly | GreenLens',
|
||||
metaTitle: 'Flower Scanner: Identify Flowers by Photo | GreenLens',
|
||||
metaDescription:
|
||||
'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.',
|
||||
'Photograph a flower, review the suggested match, and continue with care guidance, watering reminders, and an optional health check.',
|
||||
canonical: '/flower-scanner',
|
||||
h1: 'Flower Scanner',
|
||||
tagline: 'Photograph a flower — get the name, origin, and care plan instantly.',
|
||||
tagline: 'Photograph a flower, review the suggested match, and continue with a care plan.',
|
||||
directAnswer:
|
||||
'GreenLens is a flower scanner for iOS and Android. Point your camera at any flower or plant, tap Scan, and receive the species name, botanical classification, and a complete care plan in under a second.',
|
||||
'GreenLens is a flower scanner for iOS and Android. Point your camera at a flower or plant, tap Scan, and quickly receive the species name, botanical classification, and a care plan.',
|
||||
definitionBlock:
|
||||
'A flower scanner identifies flowers and plants from photos and returns the species name along with care information. GreenLens goes beyond simple name lookup: every scan automatically generates a care plan, and a separate health check analyzes symptoms like wilting blooms, yellowing leaves, or pest damage.',
|
||||
lastUpdated: 'April 2026',
|
||||
@@ -791,7 +795,7 @@ const englishSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
feature: 'Flower and plant recognition',
|
||||
greenlens:
|
||||
'AI-powered scan identifies flowers and plants in under a second — species name, common name, and botanical classification.',
|
||||
'AI-powered scanning quickly identifies flowers and plants and returns the species name, common name, and botanical classification.',
|
||||
alternative:
|
||||
'Returns a name. Further information is missing or locked behind a paywall.',
|
||||
},
|
||||
@@ -823,7 +827,7 @@ const englishSeoPages: Record<string, SeoPageProfile> = {
|
||||
],
|
||||
},
|
||||
greenLensIf: [
|
||||
'You want to identify a flower or plant instantly and know right away how to care for it.',
|
||||
'You want to identify a flower or plant and move directly to practical care guidance.',
|
||||
'You have a flower that is wilting or showing symptoms and need a concrete diagnosis.',
|
||||
'You want to manage a collection of your flowers and plants with care reminders.',
|
||||
],
|
||||
@@ -835,7 +839,7 @@ const englishSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'What flower is this? How do I find out using my phone?',
|
||||
answer:
|
||||
'With GreenLens: open the app, point the camera at the flower or plant, and tap Scan. In under a second you get the species name, plant portrait, and a complete care plan. You can also upload a photo from your gallery instead of taking a new shot.',
|
||||
'With GreenLens: open the app, point the camera at the flower or plant, and tap Scan. You quickly get the species name, plant portrait, and a care plan. You can also upload a photo from your gallery instead of taking a new shot.',
|
||||
},
|
||||
{
|
||||
question: 'Can GreenLens identify both flowers and houseplants?',
|
||||
@@ -862,7 +866,7 @@ const englishSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
href: '/plant-identifier-app',
|
||||
label: 'Plant Identifier App',
|
||||
description: 'Identify any plant species — with care plan, diagnosis, and collection.',
|
||||
description: 'Identify supported plant species and connect the suggested match with care guidance and your collection.',
|
||||
},
|
||||
{
|
||||
href: '/identify-plant-photo',
|
||||
@@ -898,7 +902,7 @@ const englishSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
feature: 'Identification by photo',
|
||||
greenlens:
|
||||
'AI scan returns species name and full plant portrait in under a second.',
|
||||
'AI scanning quickly returns the species name and full plant portrait.',
|
||||
alternative:
|
||||
'Google Lens identifies plants and shows links to Google search results.',
|
||||
},
|
||||
@@ -1011,7 +1015,7 @@ const englishSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
href: '/flower-scanner',
|
||||
label: 'Flower Scanner',
|
||||
description: 'Scan flowers by photo — species name, origin, and care plan instantly.',
|
||||
description: 'Scan flowers by photo, review the suggested species, and continue with care guidance.',
|
||||
},
|
||||
{
|
||||
href: '/vs/google-lens',
|
||||
@@ -1026,7 +1030,8 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
|
||||
'pflanzen-krankheiten-erkennen': {
|
||||
slug: 'pflanzen-krankheiten-erkennen',
|
||||
locale: 'de',
|
||||
metaTitle: 'Pflanzenkrankheiten erkennen & diagnostizieren per Foto | GreenLens',
|
||||
templateIntent: 'diagnosis',
|
||||
metaTitle: 'Pflanzenkrankheiten per Foto erkennen | GreenLens',
|
||||
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',
|
||||
@@ -1147,6 +1152,7 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
|
||||
'pflanzen-pflege-app': {
|
||||
slug: 'pflanzen-pflege-app',
|
||||
locale: 'de',
|
||||
templateIntent: 'care',
|
||||
metaTitle: 'Pflanzen Pflege App: Pflegeplan pro Pflanze | GreenLens',
|
||||
metaDescription:
|
||||
'Pflegeplan, Gießerinnerung und Push-Hinweise pro Pflanze: Die GreenLens Pflanzen Pflege App hilft bei Standort, Licht, Wasser und Diagnose.',
|
||||
@@ -1307,6 +1313,7 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
|
||||
'giess-erinnerung-app': {
|
||||
slug: 'giess-erinnerung-app',
|
||||
locale: 'de',
|
||||
templateIntent: 'watering',
|
||||
metaTitle: 'Gieß-Erinnerung App: Pflanzen gießen Erinnerung | GreenLens',
|
||||
metaDescription:
|
||||
'Nie wieder Gießen vergessen: GreenLens erinnert dich pro Pflanze ans Gießen — mit Gießplan nach Pflanzenart, Standort und Jahreszeit. Kostenlos starten.',
|
||||
@@ -1428,7 +1435,7 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'Hilft die App auch gegen Überwässerung?',
|
||||
answer:
|
||||
'Ja. Überwässerung ist die häufigste Todesursache bei Zimmerpflanzen. Zeigt eine Pflanze weiche Stiele oder gelbe Blätter, erkennt der GreenLens-Gesundheitscheck Überwässerung und empfiehlt eine Gießpause, statt weiter zu erinnern.',
|
||||
'Ja. Zu häufiges Gießen und dauerhaft nasse Erde können Zimmerpflanzen schädigen. Zeigt eine Pflanze weiche Stiele oder gelbe Blätter, kann der GreenLens-Gesundheitscheck mögliche Anzeichen von Überwässerung einordnen und eine Gießpause vorschlagen.',
|
||||
},
|
||||
{
|
||||
question: 'Funktioniert die Gieß-Erinnerung auch für Balkon- und Gartenpflanzen?',
|
||||
@@ -1487,7 +1494,7 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
feature: 'Zimmerpflanzenerkennung',
|
||||
greenlens:
|
||||
'KI-Scan erkennt häufige Zimmerpflanzen — Monstera, Pothos, Ficus, Orchideen, Sukkulenten — in unter einer Sekunde.',
|
||||
'Der KI-Scan ist auf häufige Zimmerpflanzen wie Monstera, Pothos, Ficus, Orchideen und Sukkulenten ausgelegt.',
|
||||
alternative:
|
||||
'Allgemeine Bild-Suche liefert Namen und Links — ohne pflanzenspezifische Pflegehinweise.',
|
||||
},
|
||||
@@ -1605,14 +1612,14 @@ const germanSeoPages2: Record<string, SeoPageProfile> = {
|
||||
const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
'plant-scanner': {
|
||||
slug: 'plant-scanner',
|
||||
metaTitle: 'Plant Scanner App — Scan Any Plant for Instant ID and Care | GreenLens',
|
||||
metaTitle: 'Plant Scanner: Plant ID and Care | GreenLens',
|
||||
metaDescription:
|
||||
'GreenLens is the plant scanner that goes further: scan any plant with your camera, get the species name instantly, then receive a full care plan and health diagnosis.',
|
||||
'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',
|
||||
tagline: 'Point. Scan. Know the plant, the care, and the next step — in under a second.',
|
||||
tagline: 'Point. Scan. Quickly learn the plant, its care, and the next step.',
|
||||
directAnswer:
|
||||
'GreenLens is a plant scanner for iOS and Android. Point your camera at any plant, tap Scan, and get the species name, care requirements, and next-step guidance in under a second. Unlike basic scanners, it keeps going after the name.',
|
||||
'GreenLens is a plant scanner for iOS and Android. Point your camera at a plant, tap Scan, and quickly get the species name, care requirements, and next-step guidance. Unlike basic scanners, it keeps going after the name.',
|
||||
definitionBlock:
|
||||
'A plant scanner uses your phone camera and AI to identify plants from photos and return the species name. GreenLens extends scanning with an automatic care plan, context-aware watering reminders, and a health check tool — so a scan leads to action, not just a label.',
|
||||
lastUpdated: 'April 2026',
|
||||
@@ -1624,7 +1631,7 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
feature: 'Instant plant scan',
|
||||
greenlens:
|
||||
'AI scan returns species name, common name, and plant profile in under a second.',
|
||||
'AI scanning quickly returns the species name, common name, and plant profile.',
|
||||
alternative:
|
||||
'Returns a species name and stops there.',
|
||||
},
|
||||
@@ -1671,7 +1678,7 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'How does GreenLens scan plants?',
|
||||
answer:
|
||||
'Open the app, point the camera at the plant, and tap Scan. GreenLens uses AI to match the image against a database of 450+ species and returns the species name, plant profile, and care plan in under a second. You can also upload a photo from your gallery.',
|
||||
'Open the app, point the camera at the plant, and tap Scan. GreenLens uses AI to match the image against its plant database and quickly returns the species name, plant profile, and care plan. You can also upload a photo from your gallery.',
|
||||
},
|
||||
{
|
||||
question: 'Is GreenLens free to use as a plant scanner?',
|
||||
@@ -1686,7 +1693,7 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'How accurate is the GreenLens plant scanner?',
|
||||
answer:
|
||||
'GreenLens accurately identifies 450+ plant species including the most common houseplants, garden plants, and succulents. For rare or regionally specific species, iNaturalist has a broader expert community. For everyday plants, GreenLens is fast and reliable.',
|
||||
'The GreenLens catalog covers more than 450 plant species, including common houseplants, garden plants, and succulents. Match quality depends on the photo and the plant, so review the suggestion before using its care guidance. For rare or regionally specific species, iNaturalist has a broader expert community.',
|
||||
},
|
||||
{
|
||||
question: 'What happens after GreenLens scans a plant?',
|
||||
@@ -1715,14 +1722,14 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
|
||||
'houseplant-identifier': {
|
||||
slug: 'houseplant-identifier',
|
||||
metaTitle: 'Houseplant Identifier — Identify Any Indoor Plant by Photo | GreenLens',
|
||||
metaTitle: 'Houseplant Identifier by Photo | GreenLens',
|
||||
metaDescription:
|
||||
'GreenLens identifies houseplants by photo in seconds. Get the species name, indoor care plan, watering reminders, and health diagnosis — all in one app.',
|
||||
'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',
|
||||
tagline: 'Photograph any houseplant — get the name, indoor care guide, and watering schedule instantly.',
|
||||
tagline: 'Photograph a houseplant, review the suggested match, and get an indoor care guide.',
|
||||
directAnswer:
|
||||
'GreenLens is a houseplant identifier for iOS and Android. Scan any indoor plant to get the species name and an indoor-specific care plan — including watering frequency, light requirements, and fertilizing schedule — in under a second.',
|
||||
'GreenLens is a houseplant identifier for iOS and Android. Scan an indoor plant to quickly get the species name and an indoor-specific care plan, including watering frequency, light requirements, and a fertilizing schedule.',
|
||||
definitionBlock:
|
||||
'A houseplant identifier uses a photo to determine the species and care requirements of an indoor plant. GreenLens is built specifically for plant owners: every identification automatically generates a care plan tailored to indoor conditions, and a health check helps diagnose problems like yellow leaves, root rot signs, or pest damage.',
|
||||
lastUpdated: 'April 2026',
|
||||
@@ -1734,7 +1741,7 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
feature: 'Houseplant identification',
|
||||
greenlens:
|
||||
'Identifies 450+ species including Monstera, Pothos, Ficus, orchids, succulents, snake plants, and more — in under a second.',
|
||||
'Quickly identifies common houseplants such as Monstera, Pothos, Ficus, orchids, succulents, and snake plants.',
|
||||
alternative:
|
||||
'Returns a species name without further context or next steps.',
|
||||
},
|
||||
@@ -1808,7 +1815,7 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
href: '/plant-identifier-app',
|
||||
label: 'Plant Identifier App',
|
||||
description: 'Identify any plant species — indoors or outdoors — with care plan and diagnosis.',
|
||||
description: 'Identify supported indoor and outdoor plants and continue with care guidance and an optional health check.',
|
||||
},
|
||||
{
|
||||
href: '/plant-care-app',
|
||||
@@ -1825,14 +1832,14 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
|
||||
'succulent-identifier': {
|
||||
slug: 'succulent-identifier',
|
||||
metaTitle: 'Succulent Identifier — Identify Any Succulent by Photo | GreenLens',
|
||||
metaTitle: 'Succulent Identifier by Photo | GreenLens',
|
||||
metaDescription:
|
||||
'GreenLens identifies succulents and cacti by photo in seconds. Get the species name, watering schedule, light requirements, and a health check — all in one app.',
|
||||
'GreenLens assesses succulents and cacti by photo and combines the suggested match with watering, light, and care guidance.',
|
||||
canonical: '/succulent-identifier',
|
||||
h1: 'Succulent Identifier',
|
||||
tagline: 'Photograph any succulent — species name, watering schedule, and care plan instantly.',
|
||||
tagline: 'Photograph a succulent, review the suggested match, and get tailored care guidance.',
|
||||
directAnswer:
|
||||
'GreenLens identifies succulents and cacti by photo in under a second. The app returns the species name with a care plan specifically adapted for succulents — including low-frequency watering schedules, light requirements, and soil conditions.',
|
||||
'GreenLens quickly 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.',
|
||||
definitionBlock:
|
||||
'A succulent identifier uses a photo to determine the species of a succulent or cactus and provide relevant care information. Succulents have specific needs — infrequent watering, bright indirect light, fast-draining soil — that generic plant apps often get wrong. GreenLens generates care plans tuned to succulent requirements after every scan.',
|
||||
lastUpdated: 'April 2026',
|
||||
@@ -1891,7 +1898,7 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'How do I identify a succulent from a photo?',
|
||||
answer:
|
||||
'Open GreenLens, point the camera at the succulent, and tap Scan. The app identifies the succulent species in under a second and generates a care plan specific to that genus — including the recommended watering frequency, light conditions, and soil type. You can also upload a photo from your gallery.',
|
||||
'Open GreenLens, point the camera at the succulent, and tap Scan. The app quickly identifies the succulent species and generates a care plan for that genus, including watering frequency, light conditions, and soil type. You can also upload a photo from your gallery.',
|
||||
},
|
||||
{
|
||||
question: 'How often should I water my succulent?',
|
||||
@@ -1918,7 +1925,7 @@ const englishSeoPages2: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
href: '/plant-identifier-app',
|
||||
label: 'Plant Identifier App',
|
||||
description: 'Identify any plant — succulents, houseplants, and garden plants.',
|
||||
description: 'Identify supported succulents, houseplants, and garden plants from a clear photo.',
|
||||
},
|
||||
{
|
||||
href: '/houseplant-identifier',
|
||||
@@ -1944,9 +1951,9 @@ const highVolumeSeoPages: Record<string, SeoPageProfile> = {
|
||||
h1: 'Best Plant Identification App',
|
||||
tagline: 'Free to identify. Keeps going after the name — care plan, health check, reminders.',
|
||||
directAnswer:
|
||||
'GreenLens is a free plant identification app for iOS and Android. Point your camera at any plant, get the species name instantly, and receive a complete care plan — no search redirect, no paywall for basic identification.',
|
||||
'GreenLens is a free plant identification app for iOS and Android. Point your camera at a plant, review the suggested match, and receive a care plan without being redirected to search results.',
|
||||
definitionBlock:
|
||||
'The best plant identification app does more than return a name. It tells you what to do next. GreenLens identifies 450+ plant species for free and automatically generates a care plan, watering reminders, and health diagnostic after every scan — making it the most actionable free plant ID app available.',
|
||||
'A useful plant identification app does more than return a name. GreenLens combines a catalog of more than 450 plant profiles with care plans, watering reminders, and an optional health check after a scan.',
|
||||
lastUpdated: 'April 2026',
|
||||
includeAppSchema: true,
|
||||
featureTable: {
|
||||
@@ -1998,7 +2005,7 @@ const highVolumeSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'How accurate is GreenLens for plant identification?',
|
||||
answer:
|
||||
'GreenLens accurately identifies the most common houseplants, garden plants, and succulents. For everyday plant owners, it is fast and reliable. A clear, well-lit photo of the plant\'s characteristic features — leaves, bloom, or growth form — produces the best results.',
|
||||
'GreenLens is designed for common houseplants, garden plants, and succulents. Match quality depends on the species and image quality. A clear, well-lit photo of characteristic features such as leaves, blooms, or growth form produces the most useful suggestion.',
|
||||
},
|
||||
{
|
||||
question: 'Is there a truly free plant identification app?',
|
||||
@@ -2013,7 +2020,7 @@ const highVolumeSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
question: 'Can I use GreenLens to identify plants from photos in my gallery?',
|
||||
answer:
|
||||
'Yes. GreenLens works with photos from your gallery as well as live camera shots. Upload any clear image of a plant to get the species name and care plan instantly.',
|
||||
'Yes. GreenLens works with photos from your gallery as well as live camera shots. Upload a clear plant image, review the suggested match, and continue with its care guidance.',
|
||||
},
|
||||
],
|
||||
relatedLinks: [
|
||||
@@ -2030,19 +2037,20 @@ const highVolumeSeoPages: Record<string, SeoPageProfile> = {
|
||||
{
|
||||
href: '/identify-plant-photo',
|
||||
label: 'Identify Plant by Photo',
|
||||
description: 'Upload any photo and get the species name and care plan instantly.',
|
||||
description: 'Upload a clear plant photo, review the suggested match, and continue with care guidance.',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'plant-health-app': {
|
||||
slug: 'plant-health-app',
|
||||
metaTitle: 'Plant Health App — Diagnose Symptoms & Save Your Plant | GreenLens',
|
||||
templateIntent: 'diagnosis',
|
||||
metaTitle: 'Plant Health App: Assess Plant Symptoms | GreenLens',
|
||||
metaDescription:
|
||||
'GreenLens is the plant health app that gives you a concrete next step — not a list of possibilities. Diagnose yellow leaves, root rot signs, and plant emergencies in seconds.',
|
||||
'GreenLens helps assess visible symptoms such as yellow leaves, wilting, or soft stems and suggests cautious next steps for further checking.',
|
||||
canonical: '/plant-health-app',
|
||||
h1: 'Plant Health App',
|
||||
tagline: 'Something looks wrong. Find out what — and what to do about it — in under a second.',
|
||||
tagline: 'Something looks wrong. Quickly find out what it could be and what to do next.',
|
||||
directAnswer:
|
||||
'GreenLens is a plant health app for iOS and Android. 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.',
|
||||
definitionBlock:
|
||||
|
||||
Reference in New Issue
Block a user