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

71 lines
2.8 KiB
Text
Raw Normal View History

2026-04-16 16:52:37 +00:00
=== Ansico WP Basic ===
2026-04-17 21:07:12 +00:00
Contributors: aphandersen
Tags: seo, metadata, meta tags, open graph, xml sitemap
2026-04-16 16:52:37 +00:00
Requires at least: 6.0
2026-04-17 21:07:12 +00:00
Tested up to: 6.9.4
2026-04-16 16:52:37 +00:00
Requires PHP: 7.4
2026-04-17 21:07:12 +00:00
Stable tag: 1.0.0
2026-04-16 16:52:37 +00:00
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
2026-04-17 21:07:12 +00:00
Lightweight SEO tools for WordPress with meta titles, meta descriptions, social tags, canonical URLs, and XML sitemaps.
2026-04-16 16:52:37 +00:00
== Description ==
2026-04-17 21:07:12 +00:00
Ansico WP Basic adds essential SEO controls to WordPress without the overhead of a large SEO suite.
2026-04-16 16:52:37 +00:00
2026-04-17 21:07:12 +00:00
Features include:
* 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
* SEO fields for taxonomy archives such as categories, tags, and public custom taxonomies
* SEO settings for archive-style pages such as the posts page, date archives, search results, 404 pages, and post type archives
* Open Graph and Twitter/X meta tags
* Canonical URL output
* Lightweight JSON-LD schema output
* XML sitemap generation
* Import tools for migrating SEO data from Yoast SEO
* Bulk generation of missing meta titles and meta descriptions for existing content
The plugin is designed for site owners who want straightforward SEO fields and metadata management directly inside WordPress.
2026-04-16 16:52:37 +00:00
== Installation ==
2026-04-17 21:07:12 +00:00
1. Upload the plugin ZIP file through the WordPress admin plugin installer, or upload the plugin folder to `/wp-content/plugins/`.
2. Activate the plugin through the **Plugins** screen in WordPress.
3. Go to **Ansico WP Basic > Settings**.
4. Choose the post types and archive areas where SEO fields should be available.
5. Configure optional social defaults, sitemap settings, and maintenance tools as needed.
== Frequently Asked Questions ==
= Can I import my SEO data from Yoast SEO? =
Yes. The **Tools** tab includes an importer for supported Yoast SEO metadata and selected social defaults.
= Will existing values be overwritten? =
No. The importer and bulk generator are designed to preserve existing Ansico WP Basic values unless a field is empty.
= Does the plugin support custom post types? =
Yes. Public custom post types can be enabled from the settings screen.
2026-04-16 16:52:37 +00:00
== Changelog ==
2026-04-17 21:07:12 +00:00
= 1.0.0 =
* First public release prepared for WordPress.org
* Added meta title and meta description support for posts, pages, public custom post types, author archives, taxonomy archives, and archive-style pages
* Added live search result preview in the editor
* Added Open Graph, Twitter/X, canonical URL, and lightweight schema output
* Added XML sitemap generation
* Added Yoast SEO import tools for supported metadata and social defaults
* Added bulk generation of missing meta titles and meta descriptions
* Improved the settings screen with tabs and cleaner organization
== Upgrade Notice ==
2026-04-16 16:52:37 +00:00
= 1.0.0 =
2026-04-17 21:07:12 +00:00
Initial public release.