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.
- 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:
– 404 Response code on certain sitemaps, ticket.
– Don’t set is_home() true, ticket.
– Don’t execute main query, ticket.
– Ignore stickyness, ticket.
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;
– 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.
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
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.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