VB Sitemap Generator

설명

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.

설치

  1. Upload the plugin folder to /wp-content/plugins/, or install via the WordPress Plugins screen.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Open /vb-sitemap.xml to verify output.

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“VB Sitemap Generator”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “VB Sitemap Generator”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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