Home โ€บ Modules โ€บ phytoseobooster

phytoseobooster

Automated SEO for plant listings โ€” JSON-LD Product schema injection, AI meta-title/description generation, and a bulk audit dashboard.

Foundation v1.0 PrestaShop 8 Browse Source on GitHub โ†—
modules/phytoseobooster/
Direct path in the repo โ†’ all PHP, SQL, templates, and assets
Open on GitHub โ†—

Overview

Handles SEO work automatically so you don’t have to. When a product is added without meta tags, this module writes them using AI. Injects structured data (JSON-LD) on every product page so Google understands what you’re selling. Includes a bulk audit dashboard.

Features

  • JSON-LD schema โ€” injects Product structured data on every product page (name, price, availability, image, description)
  • Auto meta generation โ€” AI-writes <meta name="description"> and <title> for new products when fields are empty
  • Bulk SEO audit โ€” table showing every product’s SEO completeness score; one-click generate for missing fields
  • Carnivorous plant taxonomy aware โ€” uses botanical names in schema where phyto_grex_registry data is present

Hooks Registered

HookPurpose
displayHeaderInjects JSON-LD <script> block
actionProductSaveAuto-generates meta on product save if fields empty

Source Layout

PathPurpose
phytoseobooster.phpModule entry + hook handlers
classes/SchemaBuilder.phpBuilds JSON-LD product schema array
classes/MetaGenerator.phpAI meta title/description generation
controllers/admin/AdminPhytoSeoAuditController.phpBulk audit dashboard
views/templates/hook/jsonld.tplJSON-LD output template
View Full Source โ†— โ† Back to All Modules