Really Simple XML and HTML Sitemap

Really Simple XML and HTML Sitemap

0/5 (0 ratings) 100 active installs Updated Jun 21, 2026
Screenshot 1

Really Simple XML and HTML Sitemap helps you generate SEO-friendly HTML and XML sitemaps for your WordPress website.

Display a customizable HTML sitemap anywhere on your site using a simple shortcode while automatically generating XML sitemaps for search engines such as Google and Bing.

The plugin supports Posts, Pages, WooCommerce content, Custom Post Types (CPTs), and multilingual websites using WPML and Polylang.

To display an HTML sitemap on any page, post, or custom post type, simply use:

[rsxh_sitemap]

You can also place the shortcode directly in your theme templates:

XML sitemap files are generated automatically and can be submitted to search engines to improve content discovery and indexing.

Free Features

  • Generate HTML Sitemap using a shortcode
  • Generate XML Sitemap
  • Generate XML Sitemap Index
  • Support for Posts
  • Support for Pages
  • Support for Public Custom Post Types
  • WooCommerce Compatible
  • Hierarchical content display
  • Display specific post types using shortcode attributes
  • Display multiple post types using shortcode attributes
  • Exclude specific pages from HTML sitemap
  • Exclude specific posts and custom post type entries from HTML sitemap
  • Exclude specific post types from sitemap output
  • Optional search form in HTML sitemap
  • Support for large websites through sitemap splitting
  • Multilingual support for WPML
  • Multilingual support for Polylang
  • Include alternate language URLs (hreflang)
  • Translation Ready
  • Lightweight and easy to use

Premium Sitemap Features

  • Generate Image Sitemaps
  • Generate Taxonomy Sitemaps
  • Generate Video Sitemaps
  • Support for Categories
  • Support for Tags
  • Support for Custom Taxonomies
  • Automatic Robots.txt Sitemap Integration
  • Additional XML sitemap types for enhanced search engine discovery

Shortcode Examples

Display all enabled content types:

[rsxh_sitemap]

Display pages and posts only:

[rsxh_sitemap post_types=”page,post”]

Display pages only:

[rsxh_sitemap post_types=”page”]

Display posts only:

[rsxh_sitemap post_types=”post”]

Display a specific custom post type:

[rsxh_sitemap post_types=”books”]

Display pages and posts while excluding specific pages:

[rsxh_sitemap post_types=”page,post” exclude_pages=”3,10″]

Display all content while excluding specific pages:

[rsxh_sitemap exclude_pages=”3,10″]

Exclude specific posts or custom post type entries:

[rsxh_sitemap exclude_post_and_custom_post_type_posts=”15,18″]

Display a specific custom post type while excluding selected entries:

[rsxh_sitemap post_types=”facilities” exclude_post_and_custom_post_type_posts=”15,18″]