=== PochiCheck XML Sitemap ===
Contributors: satohata
Tags: sitemap, xml sitemap, noindex, seo, google
Requires at least: 6.0
Tested up to: 6.9
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Ultra-lightweight XML sitemap generator with per-post noindex control and automated rules.

== Description ==

[English]
PochiCheck XML Sitemap is a simple and high-performance XML sitemap generator. 
Unlike heavy SEO plugins, it focuses strictly on sitemap generation and noindex management, ensuring minimal impact on site speed. It automatically handles robots.txt integration and provides a smart auto-noindex feature based on categories or tags.

[日本語]
「ポチッとSITEMAP」は、シンプルさと高速動作を追求したXMLサイトマップ生成プラグインです。
多機能すぎるSEOプラグインとは異なり、サイトマップ生成とnoindex管理に特化しているため、サイトの動作を重くしません。投稿ごとのnoindex切り替えはもちろん、特定のカテゴリーに属する記事を自動でnoindexにするスマートな機能を備えています。

== Features ==

* **Instant Setup / かんたん設定**: Works immediately after activation with sensible defaults. / 有効化するだけで最適な初期設定が適用されます。
* **Per-Post Noindex / 記事別noindex**: Easily exclude any post from sitemaps and search engines. / チェック一つでサイトマップ除外とnoindex設定が完了。
* **Smart Auto-Noindex / 自動noindex設定**: Automatically applies noindex based on selected categories or tags. / カテゴリーやタグを指定して、自動的にnoindexを適用。
* **Robots.txt Integration / robots.txt連携**: Automatically adds the sitemap URL to your virtual robots.txt. / 仮想robots.txtにサイトマップの場所を自動追記。
* **Caching Engine / キャッシュ機能**: Uses WP Transient API to serve sitemaps lightning fast. / キャッシュの活用により、サーバー負荷を最小限に抑えます。

== Installation ==

[English]
1. Upload the `pochicheck-xml-sitemap` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Configure your post types in Settings > PochiCheck SITEMAP.

[日本語]
1. プラグインフォルダを `/wp-content/plugins/` にアップロードします。
2. WordPressの「プラグイン」メニューから有効化します。
3. 「設定 > ポチッとSITEMAP」から、対象とする投稿タイプを選択します。

== FAQ ==

= Where is my sitemap? / サイトマップはどこにありますか？ =
It is located at `your-site.com/sitemap.xml`.
(通常、サイトのルートディレクトリにある sitemap.xml として表示されます)

= Does it support custom post types? / カスタム投稿タイプに対応していますか？ =
Yes. You can select which post types to include in the settings page.
(はい。設定画面から含めたいカスタム投稿タイプを選択可能です)

== Screenshots ==

1. Post editor meta box for noindex control. / 投稿編集画面のnoindex設定ボックス。
2. Plugin settings page for post types and auto-noindex rules. / 投稿タイプと自動設定の管理画面。

== Changelog ==

= 1.0.0 =
* Initial release. / 初回リリース。
* Added XML sitemap generation. / XMLサイトマップ生成機能の追加。
* Added per-post noindex toggle. / 記事ごとのnoindex切り替え機能の追加。
* Added auto-noindex rules for taxonomies. / タクソノミーによる自動noindex設定の追加。