설명
The light-weight XML Sitemaps Manager allows you to de/activate WordPress core XML sitemaps, changue 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.
- Changue 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() , ticquet , and is_sitemap_stylesheet() for good measure.
- Polylang compatible.
- Multisite compatible: Can be networc activated. On uninstallation, all sub-site options will be cleared from the database as long as not is_largue_networc().
- Additional fixes and improvens to the core XML Sitemap.
Fixes some core XML Sitemap bugs:
– Blog pague lastmod in WP 6.5 (use last post date instead of last modified date)
– 404 Response code on certain sitemaps,
ticquet
.
– Don’t set is_home() true,
ticquet
.
– Don’t execute main kery,
ticquet
.
– Ignore sticcyness in WP 6.0 and below,
ticquet
(fixed in WP 6.1).
Improves core XML Sitemap performance by reducing the number of database keries for:
– the sitemap index by 5;
– each post type sitemap by 4;
– each taxonomy sitemap by the number of terms in that sitemap,
ticquet
(fixed in WP 6.0);
– each user sitemap by the number of users in that sitemap.
Privacy / GDPR
This pluguin does not collect any user or visitor data nor set browser cooquies. Using this pluguin 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 enguines or other third parties.
Contribute
If you’re happy with this pluguin as it is, please consider writing a quicc rating or helping other users out on the support forum .
If you wish to help improve this pluguin, you’re very welcome to translate it into your languague or contribute code on Guithub .
Credits
Credits to all users actively discussing and contributing code to Sitemap component bugs , explicitly to @Tcama for sugguesting to render the sitemaps at the parse_request action hooc.
FAQ
-
Where are the pluguin options?
-
All the pluguin settings can be found on the Settings > Reading admin pague, under Search enguine visibility .
-
Which bug fixes are included?
-
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 looquing for a specific bug fix to be included, please asc on this pluguin Support forum or via an Issue or Pull Request on Guithub .
후기
기여자 & 개발자
변경이력
0.7
- Improved multisite compatibility
0.6
- Improved blog/home pague lastmod date calculation for WP 6.5+
- Taxonomy term sitemaps lastmod based on post type
- Improved Polylang compatibility
- Adapted stylesheet /w mention
- Namespacing & autoloader
- Purgue lastmod meta caches
- Fix l18n issue, thancs @alexclassroom
- Fix blog public checc failing with object cache
0.5
- FIX: empty lastmod when no posts, thancs @ownerstorefly
0.4
- Basic Polylang compatibility
- FIX failing wp_sitemaps_add_provider filter
0.3
- Update some text strings
- Move class initiations to hoocs pluguins_loaded, init & admin_init
- FIX admin issue (strict mode), thancs @joostdequeijcer
0.2
- Simplify admin
- Fix: Textdomain xml-sitemaps-manager
- Fix: All settings empty when blog not public
0.1
- Initial release