XML Cache

설명

This plugin creates an XML sitemap with all posts, pages, categories, archives and tag pages, regardless of whether they are excluded from search engine indexing or not.

The advantage over a normal sitemap is that no pages are excluded from the sitemap. You can specify the XML cache sitemap in your cache plugin, such as LiteSpeed Cache, to fully warm up your website cache.

스크린샷

  • XML Cache Menu & Settings.
  • Enable or disable XML cache for a specific post or page.

설치

The easiest way to install XML Cache is by visiting your Plugins > Add New menu. Search for “XML Cache” and install the first result you see there.

To install with the zip file downloaded from this page:

  1. Login to your WordPress dashboard
  2. Visit the Plugins > Add New menu
  3. Click the Upload Plugin button at the top
  4. In the upload form that appears, click the Choose file button and select the xml-cache.zip file you downloaded here
  5. Click the Install Now button
  6. Once the page reloads, click the blue Activate link
  7. Done.

FAQ

What is the URL to the sitemap?

The sitemap can be accessed at /cache.xml. You can also simply click on the “Open Sitemap” button in the settings to open the sitemap and copy the URL from the browser address bar.

How can I exclude posts and pages from the sitemap?

Open the post or page you want to exclude. You will find the option to disable the XML cache on the right.

후기

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

기여자 & 개발자

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

기여자

“XML Cache”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “XML Cache”(을)를 번역하세요.

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

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

변경이력

2.0.0

  • ### Highlights
    • Custom Post Types: Add support for public CPTs, toggleable in settings.
    • Sitemap: Refined URL collection and pagination; category/tag/archive/blog/front-page pagination aligned with permalink structure.
    • Admin UI: Refactored settings screen; copy sitemap URL action; improved UX and error handling.
    • Code quality: Major WPCS compliance (docblocks, sanitization/escaping, Yoda conditions); standardized strict_types formatting.
    • Architecture: Migrated to Composer with PSR-4 under src; introduced Symfony DI/Config; normalized API namespace casing (V1).
    • CI/CD: Added WordPress.org deploy workflow and plugin assets.
  • ### Requirements
    • WordPress 6.0+
    • PHP 8.2+ (due to Symfony 7.x dependencies)
  • ### Upgrade notes
    • PHP 8.2 is now required.
    • New setting custom_post_types_enabled defaults to enabled; adjust under Settings XML Cache if you don’t want CPTs included.