Releases: ManlyElectronics/auto-product-meta-description
Releases · ManlyElectronics/auto-product-meta-description
Release list
First
Release Notes - Version 1.2
Overview
Version 1.2 focuses on improving keyword quality and fallback logic for meta description generation.
Changes
Fixed
- Duplicate keywords no longer appear in meta descriptions
- Keywords already present in the product title are now filtered out before generation
Improved
- Category fallback descriptions now use the actual product category name
- Keyword array is properly re-indexed after filtering to ensure consistent output
- More reliable attribute extraction for both taxonomy and custom attributes
Details
Duplicate Keyword Filtering
- Keywords are deduplicated via
array_unique()before processing - Prevents repetitive descriptions when products have overlapping attributes
Title Word Filtering
- Keywords matching words in the product title are removed
- Example: "Blue Cotton T-Shirt" no longer includes "blue" or "cotton" in keywords
- Reduces redundancy and improves description clarity
Category Fallback
- When no usable keywords are available, descriptions now reference the product category
- Falls back to generic "products" text if no category is assigned
- Format:
{title} - Discover our range of {category}.
Compatibility
- WordPress 5.0+
- WooCommerce (active)
- PHP 7.4+
Installation
Update via WordPress plugin page or manually upload the latest files to /wp-content/plugins/auto-product-meta-description/.
Support
For issues or questions, visit the GitHub repository.