[WordPress] 外掛分享: Developer Sitemap

首頁外掛目錄 › Developer Sitemap
WordPress 外掛 Developer Sitemap 的封面圖片
全新外掛
安裝啟用
尚無評分
78 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v1.0 上架:2026-01-22

內容簡介

### 總結:
Developer Sitemap 是一款為 WordPress 提供輕量級、符合標準的 XML 網站地圖解決方案的外掛。與完整的 SEO 套件不同,此外掛專注於網站地圖生成,具有乾淨直觀的介面。

### 問題與答案:
1. Developer Sitemap 主要專注於什麼功能?
- Answer: 這個外掛專注於網站地圖生成。

2. 啥是 Developer Sitemap 所提供的一些功能?
- Answer: 包括符合標準的 XML 生成、自動創建網站地圖索引、支援各種內容類型如文章、頁面、WooCommerce 產品、分類和作者檔案等等。

3. Developer Sitemap 提供何種特色用於 WooCommerce 支援?
- Answer: 提供產品核取方塊、控制搜尋引擎爬取優先順序的產品優先順序設定、產品獨立網站地圖、隱藏產品篩選和產品排除等功能。

4. Developer Sitemap 提供何種網址給使用者?
- Answer: 啟用後,您可以在以下位置找到您的網站地圖:主索引 (yoursite.com/sitemap.xml)、文章 (yoursite.com/sitemap-post.xml)、頁面 (yoursite.com/sitemap-page.xml)、產品 (yoursite.com/sitemap-product.xml)、分類 (yoursite.com/sitemap-taxonomy.xml)和作者 (yoursite.com/sitemap-author.xml)。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Developer Sitemap」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Full documentation is available at https://crucibleinsight.com/docs/.
Developer Sitemap provides a lightweight, standards-compliant XML sitemap solution for WordPress. Unlike full SEO suites, this plugin focuses solely on sitemap generation with a clean, intuitive interface.
Features

Standards-Compliant XML – Generates valid XML sitemaps conforming to the sitemaps.org protocol
Sitemap Index – Automatically creates a sitemap index linking to content-specific sitemaps
Content Type Support – Include posts, pages, WooCommerce products, taxonomies, and author archives
WooCommerce Integration – Automatic product sitemap generation when WooCommerce is active
Human-Readable Display – Styled XML output for easy viewing in browsers (does not affect SEO)
Configurable Priority & Change Frequency – Set default values for each content type
Exclusion Rules – Exclude specific posts, pages, products, or terms using visual selectors
Caching – Built-in caching for optimal performance
GZIP Compression – Optional compression for faster delivery
Modern Admin UI – Clean dashboard with status overview and quick actions

WooCommerce Support
When WooCommerce is installed and activated, Developer Sitemap automatically detects it and provides:

Products checkbox in Content Types settings
Product Priority setting to control search engine crawl priority
Separate product sitemap at /sitemap-product.xml
Hidden product filtering – Products with “hidden” catalog visibility are automatically excluded
Product exclusions – Exclude specific products using the visual post selector

Why Developer Sitemap?

Lightweight – No bloat, just sitemaps
Privacy-Focused – No external tracking or analytics
Compatible – Works alongside WordPress core sitemaps
Developer-Friendly – Extensive hooks for customization
Hosting-Safe – Designed for shared hosting environments

Sitemap URLs
Once activated, your sitemap is available at:

Main Index: yoursite.com/sitemap.xml
Posts: yoursite.com/sitemap-post.xml
Pages: yoursite.com/sitemap-page.xml
Products: yoursite.com/sitemap-product.xml (when WooCommerce is active)
Taxonomies: yoursite.com/sitemap-taxonomy.xml
Authors: yoursite.com/sitemap-author.xml

Documentation
For detailed documentation, visit the https://crucibleinsight.com/docs/
Developer Documentation
Filters
developer_sitemap_url_providers
Modify the registered URL providers.
add_filter('developer_sitemap_url_providers', function($providers) {
// Add custom provider
$providers['custom'] = new MyCustomProvider();
return $providers;
});

developer_sitemap_urls
Filter URLs before they are included in a sitemap.
add_filter('developer_sitemap_urls', function($urls, $type) {
// Filter or modify URLs
return $urls;
}, 10, 2);

developer_sitemap_entry_attributes
Modify sitemap entry attributes.
add_filter('developer_sitemap_entry_attributes', function($attrs, $url) {
// Modify priority, changefreq, etc.
return $attrs;
}, 10, 2);

Actions
developer_sitemap_generated
Fires after a sitemap is generated.
developer_sitemap_cache_invalidated
Fires after the sitemap cache is cleared.
Privacy Policy
Developer Sitemap does not collect, store, or transmit any personal data. The plugin generates XML files containing public URLs from your WordPress site.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon