Beskrivelse
VB Sitemap Generator creates XML sitemaps dynamically with caching and without unnecessary overhead.
Features:
* Sitemap index: /vb-sitemap.xml
* Sharded main sitemaps: /vb-sitemap-main-.xml
* Image sitemap: /vb-sitemap-images-.xml
* Includes public posts, pages, and public custom post types
* Includes images in main sitemap entries
* Publish-only URLs
* Respects noindex
* Uses post_modified_gmt for lastmod
* Robots.txt integration
The plugin follows modern XML sitemap standards and avoids deprecated elements like changefreq and priority.
Installasjon
- Upload the plugin folder to
/wp-content/plugins/, or install via the WordPress Plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Open
/vb-sitemap.xmlto verify output.
Ofte stilte spørsmål
-
Where is the sitemap?
-
By default:
/vb-sitemap.xml. -
Does it write files to disk?
-
No. Sitemaps are generated dynamically and cached. Static file generation may be added in future versions.
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
«VB Sitemap Generator» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:
BidragsytereOversett «VB Sitemap Generator» til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.0.2 – 2026-06-13
- Fixed public page collection on page-based sites.
- Removed the overly restrictive publicly_queryable requirement from sitemap post type detection.
- Prevented duplicate static front page entries in the main sitemap.
- Added static front page images to the homepage sitemap entry.
- Updated cache keys to avoid stale sitemap output after upgrade.
- Sitemap index (/vb-sitemap.xml)
- Sharded main sitemap (/vb-sitemap-main-*.xml)
1.0.0 – 2026-02-24
- Initial release.
- Sitemap index (/sitemap.xml)
- Sharded main sitemap (/sitemap-main-*.xml)
- Image sitemap support
- Robots.txt integration