Everything you need to install, configure, and get the most from Fertilyze.
Installation
WordPress Plugin (recommended)
- Download the Fertilyze Connector plugin from /download/
- In WordPress admin: Plugins → Add New → Upload Plugin → select the .zip file → Install
- Activate the plugin
- Go to Settings → Fertilyze → paste your license key → Save
- Done. Fertilyze starts analyzing and fixing your site immediately.
JavaScript Snippet (any platform)
- Copy the snippet from /download/
- Paste it before
</body> on your site
- Replace
YOUR_KEY with your license key (from dashboard)
- Set
data-seo="auto" to auto-detect your SEO tool, or specify: yoast, rankmath, aioseo, etc.
Note: AutoFix (autonomous changes) is only available with the WordPress plugin. The JS snippet provides monitoring, scoring, and reporting only.
Plans & Limits
| Feature | Seed | Grow | Bloom | Harvest |
| Sites | 1 | 3 | 10 | 30 |
| Scan frequency | Monthly | Weekly | Daily | 4 hours |
| Keywords | 10 | 100 | 500 | 2000 |
| Competitors | — | 1 | 3 | 10 |
| AutoFix | Basics | Full | Full | Full |
| AI Search Visibility | — | — | ✓ | ✓ |
| Growth Plan | 3 actions | 7 actions | 12 actions | 20 actions |
| Reports | — | Monthly | Weekly | Daily |
| White-label | — | — | — | ✓ |
Dashboard
Overview
The main dashboard shows all your licenses and connected sites. Click any site to see the detail view.
Site Detail
The site detail view shows:
- Soil Score — current score out of 100, with color coding (green ≥80, yellow ≥50, red <50)
- Improvement — score change since Fertilyze was installed
- Category breakdown — Technical, Content, Structure, Media, Schema, Performance
- Score Trend — bar chart of historical scores
- Growth Plan — this week's prioritized action list
- AutoFix Activity — log of applied, pending, and dismissed fixes
- Score Badge — embeddable SVG badge for your website
AutoFix
AutoFix is the engine that makes Fertilyze autonomous. After every audit, it:
- Identifies fixable issues from the 25+ checks
- Generates concrete fix instructions (new title, schema JSON, alt text, etc.)
- Applies them via the WordPress Connector plugin
- Logs every change in the dashboard
What AutoFix can change:
- Meta title and description (rewritten for optimal length + keywords)
- JSON-LD structured data (WebSite, Article, Product, FAQ schemas)
- Canonical URLs (fixing missing or incorrect canonicals)
- Image alt attributes (generated from image context)
- Noindex directives (for low-value pages like tag archives)
- Open Graph tags
What AutoFix never touches: page content, design, functionality, plugins, theme files.
The 9 Engines
- ScoreEngine — 25+ checks across 6 weighted categories
- AutoFix — autonomous SEO improvements
- GrowthPlanner — weekly prioritized action plans
- KeywordTracker — daily keyword position monitoring
- AIVisibilityChecker — Perplexity, Google AI Overviews, Bing Copilot citation tracking
- ContentDecay — detects pages losing SEO momentum over time
- InternalLinker — finds missing internal link opportunities
- AlertEngine — notifications on score drops, keyword changes, etc.
- AuditScheduler — recurring scans based on plan frequency
API
The Fertilyze API is available at https://fertilyze.lan.ga/wp-json/fertilyze/v1/
Endpoints
POST /connector/register — register a site (license_key, site_url, seo_tool, platform)
POST /connector/heartbeat — periodic health check (license_key, site_url)
POST /connector/ingest — send telemetry data (license_key, site_url, telemetry)
POST /connector/fixes — get pending AutoFix instructions (license_key, site_url)
POST /connector/fix-applied — confirm a fix was applied (license_key, fix_id)
POST /license/validate — validate a license key
All endpoints require a valid license_key. Responses are JSON.
Score Badge
Embed a live score badge on your site:
<a href="https://fertilyze.lan.ga/dashboard/"><img src="https://fertilyze.lan.ga/badge/YOUR_SITE_ID.svg" alt="Fertilyze Score"></a>
The badge updates automatically every time your score changes. Find your Site ID in the dashboard.
Support
For technical support: fertilyze@langa.tv
Status page: easy.lan.ga/shield
Response time varies by plan: Seed (community), Grow (48h), Bloom (24h), Harvest (4h).