Ansico-SEO/ansico-wp-basic/readme.txt

44 lines
1.5 KiB
Text
Raw Normal View History

2026-04-16 16:52:37 +00:00
=== Ansico WP Basic ===
Contributors: ansico
Tags: seo, meta title, meta description, search preview
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 0.0.0.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Basic SEO fields for posts, pages, custom post types, author archives, taxonomy archives, and special archive pages.
== Description ==
Ansico WP Basic adds simple SEO fields to WordPress:
- Meta title and meta description fields for posts, pages, and public custom post types
- Live search result preview in the editor
- SEO fields for author archives via user profiles
- SEO fields for taxonomy archives such as categories, tags, and public custom taxonomies
- Settings for archive-style pages such as blog home, date archives, search results, 404, and post type archives
- Outputs the meta description tag in the frontend head when a description is available
- Uses the custom meta title as the document title when one is available
== Installation ==
1. Upload the plugin ZIP file in WordPress.
2. Activate the plugin.
3. Go to Ansico WP Basic > Settings.
4. Choose which post types should have SEO fields.
== Changelog ==
= 1.1.0 =
- Improved search result preview styling
- Made meta description output always active
- Removed title and description output toggles from settings
- Added support for author archives
- Added support for taxonomy term archives
- Added settings for archive and special pages
= 1.0.0 =
- Initial release