Title: XML Sitemaps Manager
Author: Rolf Allard van Hagen
Published: <strong>2022-07-01</strong>
Last modified: 2025-09-18

---

Szukaj wtyczek

![](https://ps.w.org/xml-sitemaps-manager/assets/icon.svg?rev=2750974)

# XML Sitemaps Manager

 Autor: [Rolf Allard van Hagen](https://profiles.wordpress.org/ravanh/)

[Pobierz](https://downloads.wordpress.org/plugin/xml-sitemaps-manager.0.7.zip)

[Podgląd na żywo](https://pl.wordpress.org/plugins/xml-sitemaps-manager/?preview=1)

 * [Szczegóły](https://pl.wordpress.org/plugins/xml-sitemaps-manager/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/xml-sitemaps-manager/#reviews)
 * [Rozwój](https://pl.wordpress.org/plugins/xml-sitemaps-manager/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/xml-sitemaps-manager/)

## Opis

The light-weight XML Sitemaps Manager allows you to de/activate WordPress core XML
sitemaps, change the maximum number of URLs per sitemap and add Last Modified dates.

#### Features

 * Options to disable the complete sitemap index or exclude certain post type sitemaps,
   taxonomy sitemaps or the user sitemap.
 * Change the maximum number of URLs in the sitemaps.
 * Add **Last Modified** dates to posts, terms, users and the first sitemap of each
   type in the index.
 * Conditional **is_sitemap()**, [ticket](https://core.trac.wordpress.org/ticket/51543),
   and **is_sitemap_stylesheet()** for good measure.
 * Polylang compatible.
 * Multisite compatible: Can be network activated. On uninstallation, all sub-site
   options will be cleared from the database as long as not is_large_network().
 * Additional fixes and improvents to the core XML Sitemap.

Fixes some core XML Sitemap bugs:
 – Blog page lastmod in WP 6.5 (use last post 
date instead of last modified date) – 404 Response code on certain sitemaps, [ticket](https://core.trac.wordpress.org/ticket/51912).–
Don’t set is_home() true, [ticket](https://core.trac.wordpress.org/ticket/51542).–
Don’t execute main query, [ticket](https://core.trac.wordpress.org/ticket/51117).–
Ignore stickyness in WP 6.0 and below, [ticket](https://core.trac.wordpress.org/ticket/55633)(
fixed in WP 6.1).

Improves core XML Sitemap performance by reducing the number of database queries
for:
 – the sitemap index by 5; – each post type sitemap by 4; – each taxonomy sitemap
by the number of terms in that sitemap, [ticket](https://core.trac.wordpress.org/ticket/55239)(
fixed in WP 6.0); – each user sitemap by the number of users in that sitemap.

#### Privacy / GDPR

This plugin does not collect any user or visitor data nor set browser cookies. Using
this plugin should not impact your site privacy policy in any way.

There is no data published that was not already public. There is no data actively
transmitted to search engines or other third parties.

#### Contribute

If you’re happy with this plugin as it is, please consider writing a quick [rating](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/#new-post)
or helping other users out on the [support forum](https://wordpress.org/support/plugin/xml-sitemaps-manager).

If you wish to help improve this plugin, you’re very welcome to [translate it into your language](https://translate.wordpress.org/projects/wp-plugins/xml-sitemaps-manager/)
or contribute code on [Github](https://github.com/RavanH/xml-sitemaps-manager).

#### Credits

Credits to all users actively discussing and contributing code to [Sitemap component bugs](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&status=reviewing&component=Sitemaps&order=priority),
explicitly to [@Tkama](https://core.trac.wordpress.org/ticket/51912#comment:9) for
suggesting to render the sitemaps at the parse_request action hook.

## Zrzuty ekranu

 * [[
 * [[

## Najczęściej zadawane pytania

### Where are the plugin options?

All the plugin settings can be found on the **Settings > Reading** admin page, under**
Search engine visibility**.

### Which bug fixes are included?

A selection of community proposed fixes to reported [Sitemap component bugs](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=closed&status=new&status=reopened&status=reviewing&component=Sitemaps&order=priority)
are included. Along the way, new ones might be added and resolved ones will be removed.
If you are looking for a specific bug fix to be included, please ask on this plugin
[Support forum](https://wordpress.org/support/plugin/xml-sitemaps-manager/) or via
an Issue or Pull Request on [Github](https://github.com/RavanH/xml-sitemaps-manager).

## Recenzje

![](https://secure.gravatar.com/avatar/c4409d8d3ecba4dc0797fc94c4f3682667a241cd97a48e2ee92f991638692a51?
s=60&d=retro&r=g)

### 󠀁[Fixed wordpress sitemap bug!](https://wordpress.org/support/topic/fixed-wordpress-sitemap-bug/)󠁿

 [ownerstorefly](https://profiles.wordpress.org/ownerstorefly/) 2022-10-31

This was the answer I was looking for. I have about 30,000 products and the core
sitemap creation process kept creating bogus sitemaps that returned 404s. Google
was snubbing me UNTIL this plugin was found. I’d rate 10 stars if I could!

 [ Przeczytaj 1 recenzje ](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/)

## Kontrybutorzy i deweloperzy

„XML Sitemaps Manager” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

 *   [ Rolf Allard van Hagen ](https://profiles.wordpress.org/ravanh/)

Wtyczka „XML Sitemaps Manager” została przetłumaczona na 4 języki. Podziękuj [tłumaczom](https://translate.wordpress.org/projects/wp-plugins/xml-sitemaps-manager/contributors)
za ich wkład.

[Przetłumacz wtyczkę “XML Sitemaps Manager” na swój język.](https://translate.wordpress.org/projects/wp-plugins/xml-sitemaps-manager)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/xml-sitemaps-manager/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/xml-sitemaps-manager/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/xml-sitemaps-manager/)
przez [RSS](https://plugins.trac.wordpress.org/log/xml-sitemaps-manager/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 0.7

 * Improved multisite compatibility

#### 0.6

 * Improved blog/home page lastmod date calculation for WP 6.5+
 * Taxonomy term sitemaps lastmod based on post type
 * Improved Polylang compatibility
 * Adapted stylesheet /w mention
 * Namespacing & autoloader
 * Purge lastmod meta caches
 * Fix l18n issue, thanks @alexclassroom
 * Fix blog public check failing with object cache

#### 0.5

 * FIX: empty lastmod when no posts, thanks @ownerstorefly

#### 0.4

 * Basic Polylang compatibility
 * FIX failing wp_sitemaps_add_provider filter

#### 0.3

 * Update some text strings
 * Move class initiations to hooks plugins_loaded, init & admin_init
 * FIX admin issue (strict mode), thanks @joostdekeijzer

#### 0.2

 * Simplify admin
 * Fix: Textdomain xml-sitemaps-manager
 * Fix: All settings empty when blog not public

#### 0.1

 * Initial release

## Meta

 *  Wersja **0.7**
 *  Ostatnia aktualizacja **7 miesięcy temu**
 *  Włączone instalacje **300+**
 *  Wersja WordPressa ** 5.5 lub nowszej **
 *  Testowano do **6.8.5**
 *  Wersja PHP ** 5.6 lub nowszej **
 *  Języki
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/xml-sitemaps-manager/), [Dutch](https://nl.wordpress.org/plugins/xml-sitemaps-manager/),
   [English (US)](https://wordpress.org/plugins/xml-sitemaps-manager/), [French (France)](https://fr.wordpress.org/plugins/xml-sitemaps-manager/),
   i [Vietnamese](https://vi.wordpress.org/plugins/xml-sitemaps-manager/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/xml-sitemaps-manager)
 * Tagi
 * [sitemap](https://pl.wordpress.org/plugins/tags/sitemap/)[sitemap.xml](https://pl.wordpress.org/plugins/tags/sitemap-xml/)
   [xml sitemap](https://pl.wordpress.org/plugins/tags/xml-sitemap/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/xml-sitemaps-manager/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/xml-sitemaps-manager/reviews/)

## Zaangażowani

 *   [ Rolf Allard van Hagen ](https://profiles.wordpress.org/ravanh/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/xml-sitemaps-manager/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=WP%20Sitemaps%Manager)