XML Sitemaps Manager

Beschrijving

De lichtgewicht XML Sitemaps Manager maakt het mogelijk de WordPress core XML sitemaps te de/activeren, het maximum aantal URLs per sitemap aan te passen en Laatst gewijzigd gegevens toe te voegen.

Functies

  • Options to disable the complete sitemap index or exclude certain post type sitemaps, taxonomy sitemaps or the user sitemap.
  • Pas het maximum aantal URLs in de sitemaps aan.
  • Add Last Modified dates to posts, terms, users and the first sitemap of each type in the index.
  • Conditional is_sitemap(), ticket, 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().
  • Aanvullende foutoplossingen en verbeteringen aan de 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.
– Don’t set is_home() true, ticket.
– Don’t execute main query, ticket.
– Ignore stickyness in WP 6.0 and below, ticket (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 (fixed in WP 6.0);
– each user sitemap by the number of users in that sitemap.

Privacy / GDPR

Deze plugin verzamelt geen gebruikers- of bezoekersgegevens en plaatst geen browser cookies. Gebruik van deze plugin zou je site privacybeleid niet moeten beïnvloeden.

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

Bijdragen

Ben je tevreden met deze plugin, overweeg dan een snelle beoordeling te schrijven of om andere gebruikers te helpen op het supportforum.

If you wish to help improve this plugin, you’re very welcome to translate it into your language or contribute code on Github.

Credits

Credits to all users actively discussing and contributing code to Sitemap component bugs, explicitly to @Tkama for suggesting to render the sitemaps at the parse_request action hook.

Schermafdrukken

FAQ

Waar zijn de plugin opties?

Alle plugin opties zijn te vinden op de Instellingen > Lezen admin pagina, onder Zoekmachine zichtbaarheid.

Welke probleem oplossingen zijn bijgesloten?

A selection of community proposed fixes to reported Sitemap component bugs 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 or via an Issue or Pull Request on Github.

Beoordelingen

31 oktober 2022
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!
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“XML Sitemaps Manager” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“XML Sitemaps Manager” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “XML Sitemaps Manager” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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

  • Vereenvoudig beheer
  • Oplossing: tekstdomein xml-sitemaps-manager
  • Oplossing: alle instellingen leeg wanneer een blog niet publiekelijk is

0.1

  • Eerste uitgave