XML Nest Creator

描述

Looking for a simple XML generator? XML Nest Creator is the easiest way to generate a sitemap.xml file for your WordPress website. Many SEO plugins come with too many complicated settings. This simple sitemap generator does one thing perfectly: it creates a clean XML sitemap so search engines can easily find your content.

Key Features

  • Simple to Use: Just check a box to choose which Posts, Pages, or Categories to include in your sitemap.
  • No Conflicts: It safely turns off the default WordPress sitemap so you don’t have duplicates.
  • Works with SEO Plugins: Automatically disables the sitemap feature of Yoast SEO and Rank Math, while letting you keep all their other helpful SEO features.
  • Always Up to Date: Instantly builds your sitemap.xml when a search engine asks for it. No cron jobs or messy files.
  • Clean Settings Page: A fast, simple settings page built right into WordPress.

安装

  1. Upload the xml-nest-creator folder to the /wp-content/plugins/ directory, or install via the WordPress Plugin Directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress. (This automatically flushes rewrite rules!)
  3. Navigate to Settings > XML Nest Creator to select the post types and taxonomies you want to include in your sitemap.
  4. Visit yourwebsite.com/sitemap.xml to see your generated sitemap live.

常见问题

Does it break Yoast SEO or Rank Math?

No! It intelligently disables only their XML sitemap generation modules via official plugin hooks (wpseo_xml_sitemap_enable and rank_math/sitemap/enable). You keep their meta tags and schema markup without duplicate sitemaps.

Does it support Custom Post Types?

Yes! The settings page automatically queries your WordPress database and lists all custom post types and custom taxonomies that are currently registered as “public” (like WooCommerce products or Portfolios).

Where can I submit a bug or feature request?

You can reach out to Gunjan Jaswal via [email protected] or visit gunjanjaswal.me.

评价

此插件暂无评价。

贡献者及开发者

「XML Nest Creator」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「XML Nest Creator」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.3

  • Updated “Tested up to” to WordPress 7.0.
  • Bumped minimum PHP requirement to 7.4 (WordPress 7.0 dropped support for PHP 7.2 and 7.3).
  • Added Settings and Support on Ko-fi links to plugin action links (next to Deactivate).
  • Added Contact Developer link to plugin row meta on the Plugins screen.
  • Added Requires at least, Tested up to, and Requires PHP headers to the main plugin file.

1.0.2

  • Renamed prefix from xnc to xmlnc (5 chars) to meet WordPress.org uniqueness requirement. Affects class names (XMLNC_Compat, XMLNC_Core, XMLNC_Settings), constants (XMLNC_PLUGIN_DIR, XMLNC_PLUGIN_URL, XMLNC_VERSION), option key (xmlnc_options), settings group (xmlnc_settings_group), transient, query var, and include file names.

1.0.1

  • Added License header to main plugin file for WordPress.org compliance.
  • Added sanitization callback for register_setting() to properly sanitize options.
  • Updated “Tested up to” to WordPress 6.9.

1.0.0

  • Initial release. Features dynamic sitemap.xml rewrite rule generation.
  • Added native WP Settings API UI for post type and taxonomy selection.
  • Added conflict overrides for Yoast SEO, Rank Math, and native WP Core sitemaps.